|
-
Jul 9th, 2004, 02:53 AM
#1
Thread Starter
Retired VBF Adm1nistrator
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]
-
Jul 9th, 2004, 03:01 AM
#2
Do you have a compiled CodeBehind DLL in your Bin folder?
-
Jul 9th, 2004, 03:04 AM
#3
Thread Starter
Retired VBF Adm1nistrator
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|