tags:

views:

28

answers:

1

I am hosting a WCF service in IIS. Randomly lately I have been getting an error that takes down the service:

error pic

The assembly it is looking for is located in the C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files folder. Im thinking an improper app pool shut down would cause this, but I am not sure. The server is a Win2003 server.

+1  A: 

I had the same issue a while back. I never nailed down the cause, but with changes and framework upgrades it went away. Here is a thread on the issue.

Chuck Conway