Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Web Services in ASP.NET

Status
Not open for further replies.

stanley1610

Programmer
Mar 22, 2004
42
HK
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
 
the aspnet cache is not in windows\temp but rather in windows\microsoft.net\framework\v1.1...\temporary asp.net files

stop the iis, also end task aspnet_wp and then delete all contents of this folder. in your app make sure you update the web reference (right click on the reference, update) then rebuild your project.

--------------------------
"two wrongs don't make a right, but three lefts do" - the unknown sage
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top