Parser Error Message: Could not load type 'DotNetNuke.Common.Global'.

Last post 06-09-2005 6:08 PM by chrynoble. 2 replies.

Sort Posts:

  • Parser Error Message: Could not load type 'DotNetNuke.Common.Global'.

    06-08-2005, 7:51 PM
    • Member
      15 point Member
    • chrynoble
    • Member since 06-08-2005, 7:50 PM
    • Posts 3
    Please help I am getting the following error during the "First Run" of DotNetNuke 3.0.13

    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 'DotNetNuke.Common.Global'.

    Source Error:

    Line 1:  <%@ Application Codebehind="Global.asax.vb" Inherits="DotNetNuke.Common.Global" %>
    

    Source File: C:\Documents and Settings\markq\My Documents\Visual Studio Projects\BunchofGeeks\global.asax    Line: 1


    Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032
  • Re: Parser Error Message: Could not load type 'DotNetNuke.Common.Global'.

    06-08-2005, 8:58 PM
    • Contributor
      6,930 point Contributor
    • smcculloch
    • Member since 06-17-2002, 8:48 PM
    • Sydney, Australia
    • Posts 1,386
     chrynoble wrote:
    Please help I am getting the following error during the "First Run" of DotNetNuke 3.0.13

    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 'DotNetNuke.Common.Global'.

    Source Error:

    Line 1:  <%@ Application Codebehind="Global.asax.vb" Inherits="DotNetNuke.Common.Global" %>

    Source File: C:\Documents and Settings\markq\My Documents\Visual Studio Projects\BunchofGeeks\global.asax    Line: 1


    Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032


    Hmm, is it set as an IIS application? This can be caused when the the application hasn't had it's root set, e.g. it's looking at a bin directory at a higher level. (hence, it can't load the assembly)
    Modules, Skins & Skin Objects @ www.smcculloch.net
  • Re: Parser Error Message: Could not load type 'DotNetNuke.Common.Global'.

    06-09-2005, 6:08 PM
    • Member
      15 point Member
    • chrynoble
    • Member since 06-08-2005, 7:50 PM
    • Posts 3
    You are close. The virtual directory was pointing at the wrong folder.

    Thanks though.
Page 1 of 1 (3 items)