This has been bothering me for a while now:
Could not load file or assembly 'app_code' or one of its dependencies.
The system cannot find the file specified.
I'm using visual studio 2008 and IIS6 and for some reason I get this weird error.
Why is it trying to load 'app_code', and why does it fail?
Tried to resolve it/ find out more using the information in the exception
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
But that didn't help, neither did the information in the msdn article about the Assembly Binding Log Viewer: (http://msdn.microsoft.com/en-us/library/e74a18c4.aspx)
Anyone can shine a light on this abomination? I'm guessing this is a newbie mistake but I have no idea where to look now. Could it be IIS 6.0 configuration issue? I am using Windows XP Professional Edition and Visual Studio 2008.