If you are getting this error for a WCF service hosted within an ASP.Net application.
Exception Details: System.IO.FileNotFoundException: Could not load file or assembly 'App_Web_picmgxwx, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
Source Error:
Assembly Load Trace: The following information can be helpful to determine why the assembly 'App_Web_picmgxwx, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' could not be loaded.
<compilation batch="false">
Could not load file or assembly 'App_Web_picmgxwx, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.Exception Details: System.IO.FileNotFoundException: Could not load file or assembly 'App_Web_picmgxwx, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
Source Error:
An unhandled exception was generated during the
execution of the current web request. Information regarding the origin
and location of the exception can be identified using the exception
stack trace below. |
Assembly Load Trace: The following information can be helpful to determine why the assembly 'App_Web_picmgxwx, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' could not be loaded.
|
You can fix this issue by turning off the batch compilation. Add following tag in Web.Config under , |