How to tell what page a dll refers to in precompiled ASP.NET site
问题 I'm using a pre-compiled ASP.NET 2.0 site (i.e., copied to the server using the "Build->Publish Web Site" feature in Visual Studio 2005). I catch and log all errors which are usually quite detailed, but lately I've been getting the following error with no other information: Could not load the assembly 'App-Web-rp2eml-j'. Make sure that it is compiled before accessing the page. Now, that 'App-Web-rp2eml-j' file should be a dll in my bin folder which was created for the pre-compiled site. My