473,791 Members | 3,229 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Parser Error Message: Could not load type - please HELP

mp
I have aspx file VS.NET 2002 with c#
My application works perfectly on my pc.
Please, I need help... THANKS :)
=============== ==============
1) I would like to know what is minimum files what I must transfering on
server ( aspx and what else?)

2) When I tried to put all on brinkster server i got error as is described
below. I need to know where problem is and how to resolve it. I have tried
to change web.config file and custom error setting is seting on off
(<customErrors mode="Off" /> ). I have tried to remove DLL file, rebuild
again etc. Without results.....
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 'WebApplication 1.WebForm1'.

Source Error:
Line 1: <%@ Page language="c#" Codebehind="Mai nWebForm.aspx.c s"
AutoEventWireup ="false" Inherits="WebAp plication1.WebF orm1" %>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
Line 3: <HTML>
Source File: \\genfs3\www27\ mirkop\webappli cation1\mainweb form.aspx
Line:1
----------------------------------------------------------------------------

Version Information: Microsoft .NET Framework Version:1.0.370 5.288; ASP.NET
Version:1.0.370 5.288


Nov 18 '05 #1
2 6267
A friend of mine uses Brinkster and i remember him saying that Brinkster
people dont support code behind and that he had to use aspx in classic way.
That was the only way he could get his stuff to run. You might want to check
with their support.

--
Regards,

HD

"mp" <my***@volja.ne t> wrote in message
news:eb******** ******@TK2MSFTN GP10.phx.gbl...
I have aspx file VS.NET 2002 with c#
My application works perfectly on my pc.
Please, I need help... THANKS :)
=============== ==============
1) I would like to know what is minimum files what I must transfering on
server ( aspx and what else?)

2) When I tried to put all on brinkster server i got error as is described
below. I need to know where problem is and how to resolve it. I have tried
to change web.config file and custom error setting is seting on off
(<customErrors mode="Off" /> ). I have tried to remove DLL file, rebuild
again etc. Without results.....
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 'WebApplication 1.WebForm1'.

Source Error:
Line 1: <%@ Page language="c#" Codebehind="Mai nWebForm.aspx.c s"
AutoEventWireup ="false" Inherits="WebAp plication1.WebF orm1" %>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
Line 3: <HTML>
Source File: \\genfs3\www27\ mirkop\webappli cation1\mainweb form.aspx
Line:1
-------------------------------------------------------------------------- --
Version Information: Microsoft .NET Framework Version:1.0.370 5.288; ASP.NET Version:1.0.370 5.288

Nov 18 '05 #2
That error often indicates that the referenced code was not compiled into
the DLL. Did you make a change without recompiling?

"mp" <my***@volja.ne t> wrote in message
news:eb******** ******@TK2MSFTN GP10.phx.gbl...
I have aspx file VS.NET 2002 with c#
My application works perfectly on my pc.
Please, I need help... THANKS :)
=============== ==============
1) I would like to know what is minimum files what I must transfering on
server ( aspx and what else?)

2) When I tried to put all on brinkster server i got error as is described
below. I need to know where problem is and how to resolve it. I have tried
to change web.config file and custom error setting is seting on off
(<customErrors mode="Off" /> ). I have tried to remove DLL file, rebuild
again etc. Without results.....
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 'WebApplication 1.WebForm1'.

Source Error:
Line 1: <%@ Page language="c#" Codebehind="Mai nWebForm.aspx.c s"
AutoEventWireup ="false" Inherits="WebAp plication1.WebF orm1" %>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
Line 3: <HTML>
Source File: \\genfs3\www27\ mirkop\webappli cation1\mainweb form.aspx
Line:1
----------------------------------------------------------------------------

Version Information: Microsoft .NET Framework Version:1.0.370 5.288;
ASP.NET
Version:1.0.370 5.288


Nov 18 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
412
by: ST | last post by:
Hi, I keep getting the parser error, and I have no idea why. I've tried a number of things including: 1)building/rebuilding about 100x 2)making sure all dll's are in the bin folder in the root of the web app 3)restarting IIS 4)recreating the virtual dir in IIS 5)playing with any and all settings I could find for the web app in IIS, including changing permissions 6)recopying the machineconfig file from my asp v1.4... onto my local server
3
6019
by: christianprogrammermilwaukee | last post by:
BASIC Settings PLEASE !! This New Company I'm with Sets their Default WebSite to a local Directory on "D" Yea I've been down the whole route reinstalling XP Pro,,, IIS 5.1 The .NET framework everything. Now I'm just frustrated... What the Heck !! Theres a web project (C# ASP.net) in the solution containing many many some odd 19 or so projects. MSVSS is additionally in the picture to make things a little more complex. (I.E. the non web...
2
2157
by: Jerry Tovar | last post by:
I am using .Net 2003 on a XP Pro using IIS. My IIS is configured to have it's root on our Network drive. I have been able to create ASP.Net webform up until now. For what ever reason, I am getting the following parser errors on the webforms that used to work and any new ASP.Net webforms I try to create. I have been having this error appear for the last week.
6
3889
by: ST | last post by:
Hi, I keep getting the parser error, and I have no idea why. I've tried a number of things including: 1)building/rebuilding about 100x 2)making sure all dll's are in the bin folder in the root of the web app 3)restarting IIS 4)recreating the virtual dir in IIS 5)playing with any and all settings I could find for the web app in IIS, including changing permissions 6)recopying the machineconfig file from my asp v1.4... onto my local server
5
9607
by: Kenneth P | last post by:
Hi, I get a Parser Error message when I try to start my asp.net app. Parser Error Message: Could not load type 'DiskoWeb.dLogin'. I have a code behind file and it's class name is dLogin. This the error message
2
323
by: Marshall | last post by:
Hi All, I am building an asp.net web app using Visual Studio 2003. Today I created a new folder called 'Secured' at the root of my web app so I could partition off all of the restricted content. Up until that point the restricted files were in the root folder of the web app so I moved them to the Secured folder. From within IIS I made the Secured folder a Vir. Dir. Ever since then I the following error: Parser Error Description: An...
1
4709
by: Neil | last post by:
Hello - In every project I try to compile and run, I'm getting a parser error on global.asax (pasted below). I have rebuilt and recompiled, and this happens on every project on my machine, no matter how simple or complex. For example purposes, I even created a new app using all the defaults in VS.Net 2003 (WebApplication1, WebForm1) and dropped a label on WebForm1, did a Ctrl-F5 and still get the error. I have tried reinstalling the .NET...
1
5643
by: brittogladez | last post by:
Hi Friends, Please carefully go through my prob which is listed below and give me a solution. Server Error in '/<Appname>' 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.
0
321
by: Jonathan Crawford | last post by:
Hi I have had theis error four a week now. I am completely questioning my future as a ms programmer. As far as i am aware I have done nothing wrong. The site worked for 4 years in .Net 1 and iI never has a trouble loading it. I converted to .Net 2 two months ago and also had no trouble loading it. Now when I change the site I publish it and get this error (see below) The bin directory is fine, the site works on my local machine fine...
0
9512
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10419
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10201
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9023
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7531
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6770
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5424
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5552
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
2910
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.