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
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
Yes
"could not load type"
I am thinking that perhaps there might be some difference between my version of vs I am using and the version that the hosting company are supporting perhaps?
when the asax file reads
<%@ Application Codebehind="Global.asax.vb" Inherits="Global" %>
and the asax.vb file reads just
(without the namespace)
Class Global
I get the error
Line 1: <%@ Application Codebehind="Global.asax.vb" Inherits="Global" %>
Is that the file that looks like this
<%@ Application Codebehind="Global.asax.vb" Inherits="TheHouse.Global" %>
I removed one of the TheHouse and I am back to the original error
thanks
Now I am getting
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...
This is what my aspx.vb file currently looks like, how should it look?
Imports System.Web
Imports System.Web.SessionState
Public Class Global
Inherits System.Web.HttpApplication
#Region " Component Designer Generated Code "
Public Sub New()
MyBase.New()
'This call is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.