Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Parser Error

Status
Not open for further replies.

Erics44

Programmer
Oct 7, 2004
133
0
0
GB
Hi
I am having problems getting a web site up and running. This is the error I am getting, thanks for any help in advance.

Server Error in '/' 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 'TheHouse.Global'.

Source Error:


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



Source File: /global.asax Line: 1


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42
 
nope, VS cant be the problem. is the ASP.NET version the same?

VS is only used for development. It does not control how the prject works on another system...

Known is handfull, Unknown is worldfull
 
Hi Mate
we are both using version 2.0 asp .net and version 2.0 .net framework

I have build a new solution with 1 web form and tried to upload that and I am getting the same error.

Think I'm a bit stuck
 
hi,

VS 2003 does not work with .NET framework 2.x

did you notice the ASP.NET version info in the error screen (will appear at the end of the screen).

It maybe that we are using the wrong version...

Known is handfull, Unknown is worldfull
 
I have set up several sites on an intranet using vs 2003 and .net framework 2.0.

Perhaps it is just the internet that things seem to fall down.

Thanks for your time mate youve been a great help
 
I have set up several sites on an intranet using vs 2003 and .net framework 2.0.
That's not possible. VS2003 can't debug 2.0 projects (how could it, version 2.0 of the framework wasn't out when VS2003 was released!).


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top