Logo 
Search:

C# Forum

Ask Question   UnAnswered
Home » Forum » C#       RSS Feeds

Could not load file or assembly 'App_Web_xxxxxxxx, Version=0.0.0.0, Culture=neutral, PublicKeyT

  Asked By: Eden    Date: Oct 31    Category: C#    Views: 1134
  

I am getting following error.

Could not load file or assembly 'App_Web_xxxxxxxx, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Aabirah Khan     Answered On: Oct 31

Description: You may receive an InvalidCastException error  in an ASP.NET-connected Web application.

Cause:You may receive an InvalidCastException error in a Microsoft ASP.NET-connected Web application when the following conditions are true:
• The Web application uses a master page, a user control, or pages that reference each other.
• The master page, the user control, or the pages are batch compiled into a single assembly.
• One of the batched dependencies is changed and causes a recompilation.
• A dynamic call to load  a reference is made, such as a call to the LoadControl method.

Solution: Hot fix is available from Microsoft at this url.
http://connect.microsoft.com/VisualStudio/content/content.aspx?ContentID=3705

 
This post is locked for further answers.