Results 1 to 3 of 3

Thread: Urgent: Could not load type 'WebApplication1.Global'.

  1. #1

    Thread Starter
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359

    Exclamation Urgent: Could not load type 'WebApplication1.Global'.

    Right. I had an asp.net/vb.net web application working just fine.
    I reinstalled Win2k3 on the server, and put the project back over.
    When I browse to the folder, it gives me ;

    Code:
    Server Error in '/WebApplication1' Application.
    --------------------------------------------------------------------------------
    
    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 'WebApplication1.Global'.
    
    Source Error: 
    
    
    Line 1:  <%@ Application Codebehind="Global.asax.vb" Inherits="WebApplication1.Global" %>
    
     
    
    Source File: C:\inetpub\wwwroot\WebApplication1\global.asax    Line: 1 
    
    
    --------------------------------------------------------------------------------
    Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573
    And if I install VStudio .net 2003 on this server aswell, and try to create a new web application, I get an error that it cannot find the componetns for communicating with Frontpage server extensions ....
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  2. #2
    PowerPoster
    Join Date
    Jul 2002
    Location
    Dublin, Ireland
    Posts
    2,148
    Do you have a compiled CodeBehind DLL in your Bin folder?

  3. #3

    Thread Starter
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    That was the problem. There was no compiled version of anything.
    I resolved the VStudio issue by finding weccom.msi (frontpage server extensions client), opened the project, CTRL+SHIFT+B, and that was that
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width