|
Hi Everyone,
I need your help/advise.
I have some problem on compiling project in Visual Studio 2005. I use merge each individual folder into 1 dll. Usually run okay, but now throw below exception when loading the page.
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Could not load type from assembly 'Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' because the method 'btnSubmit_Click' has no implementation (no RVA).
________________________________________
Version Information: Microsoft .NET Framework Version:2.0.50727.832; ASP.NET Version:2.0.50727.832
I don't have any reference to other dll outside the project. When i see the dll result the size is more smaller than previous dll.
Please help if you have any advise for this.
Thanks in advance.
Bernard
|