08.22.06

Solution from MS for 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.

Posted in Programming at by chenty

I posted a link from ASP.NET forum that addresses the above error, and it looks like MS finally took some action on this issue. Here was the original post on ASP.NET forum:
http://forums.asp.net/1290177/ShowThread.aspx

MS recently updated the KB hotfix and changed the words on SYMPTOMS to the one we experienced. I contacted MS customer service, and they created a “free technical support ticket” for me. It took me around 30 mins to get the job done. Here is the KB article:
http://support.microsoft.com/kb/915782/en-us

It solves my problem at least. I kissed goodbye to this error message now. The hotfix will work with Windows XP and Windows 2003 (actually I think it works with Windows 2000 Server as well).

According to MS technicians, this error is caused when you uses web controls in a loop (cross-reference?).

I hope my info is useful.