Could not load type...

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • clintonG

    Could not load type...

    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.G lobal'

    Line1: <%@ Application Inherits="FeedB uilder.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...;en-us;Q306155


  • Francois

    #2
    Re: Could not load type...

    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.




    "clintonG" <csgallagher@RE MOVETHISTEXTmet romilwaukee.com > a écrit dans le
    message de news: ew7OnMeSFHA.138 4@TK2MSFTNGP09. phx.gbl...[color=blue]
    > 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.G lobal'
    >
    > Line1: <%@ Application Inherits="FeedB uilder.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...;en-us;Q306155
    >[/color]


    Comment

    Working...