Hi,
I have recently converted a .net 1.1 web application project into a .net 2.0 web application. It compiles without errors, but when I run it in the browser, I get the following error:
The specified module could not be found. (Exception from HRESULT: 0x8007007E)
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: The specified module could not be found. (Exception from HRESULT: 0x8007007E)
Can anybody help please?