Please specify the assembly explicitly in the type name.

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
I am trying to set up Global.asax and a Code behind page but I am getting the following error:
The type Global is ambiguous: it could come from assembly C:WINDOWSMicrosoft.NETFrameworkv2.0.50727Temporary ASP.NET Filesaaw2de92fac492e65b1App_Code.gyumgjze.DLL or from assembly C:InetpubwwwrootAAWbinApp_Code.DLL. Please specify the assembly explicitly in the type name.
 
How can I get the code to reference only the C:InetpubwwwrootAAWbinApp_Code.DLL file?
 
Thanx.
 

View the full article
 
Back
Top