Detail description of problem is :
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: The type 'Com.Morningstar.EquitySystem.Global' is ambiguous: it could come from assembly 'C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/Temporary ASP.NET Files/globalequitydata2.1/744e2cc3/620e8597/App_Code.irgnnr4z.DLL' or from assembly 'D:/Equity2.1/Source/system/GlobalEquityData/bin/GlobalEquityData.DLL'. Please specify the assembly explicitly in the type name.
Source Error:
|
Source File: /GlobalEquityData2.1/global.asax Line: 1
Solution :
I solved it by going into my directory of Global.asax file under (D:/Equity2.1/Source/system/GlobalEquityData). Remove global.asax file, and the get into "D:/Equity2.1/Source/system/GlobalEquityData/bin" subdirectory and getting rid of the (app name).dll file.
the rebuild the project. It's OK then