473,387 Members | 1,798 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

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 'WebApplication1.WebForm1'.

Source Error:
Line 1: <%@ Page language="c#" Codebehind="MainWebForm.aspx.cs"
AutoEventWireup="false" Inherits="WebApplication1.WebForm1" %>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
Line 3: <HTML>
Source File: \\genfs3\www27\mirkop\webapplication1\mainwebform. aspx
Line:1
----------------------------------------------------------------------------

Version Information: Microsoft .NET Framework Version:1.0.3705.288; ASP.NET
Version:1.0.3705.288


Nov 18 '05 #1
2 6241
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.net> wrote in message
news:eb**************@TK2MSFTNGP10.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 'WebApplication1.WebForm1'.

Source Error:
Line 1: <%@ Page language="c#" Codebehind="MainWebForm.aspx.cs"
AutoEventWireup="false" Inherits="WebApplication1.WebForm1" %>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
Line 3: <HTML>
Source File: \\genfs3\www27\mirkop\webapplication1\mainwebform. aspx
Line:1
-------------------------------------------------------------------------- --
Version Information: Microsoft .NET Framework Version:1.0.3705.288; ASP.NET Version:1.0.3705.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.net> wrote in message
news:eb**************@TK2MSFTNGP10.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 'WebApplication1.WebForm1'.

Source Error:
Line 1: <%@ Page language="c#" Codebehind="MainWebForm.aspx.cs"
AutoEventWireup="false" Inherits="WebApplication1.WebForm1" %>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
Line 3: <HTML>
Source File: \\genfs3\www27\mirkop\webapplication1\mainwebform. aspx
Line:1
----------------------------------------------------------------------------

Version Information: Microsoft .NET Framework Version:1.0.3705.288;
ASP.NET
Version:1.0.3705.288


Nov 18 '05 #3

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

Similar topics

2
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...
3
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...
2
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...
6
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...
5
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. ...
2
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...
1
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...
1
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....
0
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...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
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...
0
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,...
0
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...

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.