stanley1610
Programmer
Hi all,
I created an ASPX using someone's Web Services. The URL of the ASPX is
It is found that it created a temporary DLL during execution and failed.
System.Web.Services.Protocols.SoapException: Server was unable to process request. --> File or assembly name -valyczy.dll, or one of its dependencies, was not found.
I have granted the temp folder (C:\WINDOWS\TEMP) to both the Virtual Directory user and the Application Pool user. I also change <processModel>'s username to system in machine.config. But the above solution have not worked well.
Can you advise how to solve the problem.
Many thanks,
stan
I created an ASPX using someone's Web Services. The URL of the ASPX is
It is found that it created a temporary DLL during execution and failed.
System.Web.Services.Protocols.SoapException: Server was unable to process request. --> File or assembly name -valyczy.dll, or one of its dependencies, was not found.
I have granted the temp folder (C:\WINDOWS\TEMP) to both the Virtual Directory user and the Application Pool user. I also change <processModel>'s username to system in machine.config. But the above solution have not worked well.
Can you advise how to solve the problem.
Many thanks,
stan