Could not load type...

  • Thread starter Thread starter clintonG
  • Start date Start date
C

clintonG

The error is documented at MSDN [1] but building the project as the MSDN
document instructs does not resolve the issue for me. I hope others may
comment about other circumstances.

The actual message is: Could not load type 'theClassName.Global'

Line1: <%@ Application Inherits="FeedBuilder.Global" %>
Source: /appDirectory/global.asax

I may not have a complete global.asax as the global.asax contains that one
line and only that one line and no global.cs file noting the project has
been opened in VS2005 Beta 2.

<%= Clinton Gallagher

[1] http://support.microsoft.com/default.aspx?scid=kb;en-us;Q306155
 
Hi,

I've had the same problem. But it's solved now. I uninstalled the framework
beta 2 and I installed the latest version of the framework beta 2
(2.0.50215.44).

It worked perfectly.
 
Back
Top