473,657 Members | 2,585 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Parser Error Message: Could not load type..

Hi

I made a small change to a .Net 2 framework website and uploaded it today
and went to the site and got

Parser Error Message: Could not load type
'Tgsi.CortijoRo mero.Website.Gl obal'.
Source Error:
Line 1: <%@ Application Codebehind="Glo bal.asax.vb"
Inherits="Tgsi. CortijoRomero.W ebsite.Global" %>

If you rename the global then it gives the same error with another class. I
am pretty sure that there is no code error
and positive that the dll is uploaded to the right bin directory. I have
recompiled it and uploaded it countless times.

The ISP says that it is a script error and cant assist.

I have downloaded the entire failing site and uploaded it to another ISP,
reconfigured the
db connection and it works perfectly (I also did this on two local servers
without issue)

I am still up the creek as I don't know what is wrong, the ISP isn't helping
and we don't
have a website.

I would be grateful if anyone has any idea because it is killing me

thanks

jc


--
===============
Jonathan Crawford
jc@tgsi.net
===============

Aug 6 '08 #1
2 3494
Please look at this:
http://geekswithblogs.net/ranganh/ar.../25/37610.aspx

Thanks
TimeLive timesheet software in just US$ 200 with unlimited users. ASP.Net
source code in just US$ 400
TimeLive web timesheet
TimeLive web based timesheet
http://www.livetecs.com

Thanks
"Jonathan Crawford" <jc@jcrawford.c o.ukwrote in message
news:%2******** **********@TK2M SFTNGP04.phx.gb l...
Hi

I made a small change to a .Net 2 framework website and uploaded it today
and went to the site and got

Parser Error Message: Could not load type
'Tgsi.CortijoRo mero.Website.Gl obal'.
Source Error:
Line 1: <%@ Application Codebehind="Glo bal.asax.vb"
Inherits="Tgsi. CortijoRomero.W ebsite.Global" %>

If you rename the global then it gives the same error with another class.
I am pretty sure that there is no code error
and positive that the dll is uploaded to the right bin directory. I have
recompiled it and uploaded it countless times.

The ISP says that it is a script error and cant assist.

I have downloaded the entire failing site and uploaded it to another ISP,
reconfigured the
db connection and it works perfectly (I also did this on two local servers
without issue)

I am still up the creek as I don't know what is wrong, the ISP isn't
helping and we don't
have a website.

I would be grateful if anyone has any idea because it is killing me

thanks

jc


--
===============
Jonathan Crawford
jc@tgsi.net
===============
Aug 8 '08 #2
Hi

I had found that one before mailing the list
I find it a little sad that MS don't deal with this kind of thing
in any depth. If you copy the error into MSDN search,
the first entry is about security permissions and the rest non relevant.

My code was compiled correctly. I am not a beginner.
I even created a brand new project with one page and no
script and put it on the site, and got the same error

I put the site on 3 other servers and it worked perfectly

If it was me, I would delete the website in IIS and recreate it,
but I can't as the ISP says it is a script file error and haven't
responded for 48 hours.

This is one of the truly awful things about MS, how they can
build systems which fail so catastrophicall y whilst giving
either an irrelevant error messages or none at all. To be
honest they make working life grim, and that is before getting started on
ISP's.

regards

jc



<li******@gmail .comwrote in message
news:7F******** *************** ***********@mic rosoft.com...
Please look at this:
http://geekswithblogs.net/ranganh/ar.../25/37610.aspx

Thanks
TimeLive timesheet software in just US$ 200 with unlimited users. ASP.Net
source code in just US$ 400
TimeLive web timesheet
TimeLive web based timesheet
http://www.livetecs.com

Thanks
"Jonathan Crawford" <jc@jcrawford.c o.ukwrote in message
news:%2******** **********@TK2M SFTNGP04.phx.gb l...
>Hi

I made a small change to a .Net 2 framework website and uploaded it today
and went to the site and got

Parser Error Message: Could not load type
'Tgsi.CortijoR omero.Website.G lobal'.
Source Error:
Line 1: <%@ Application Codebehind="Glo bal.asax.vb"
Inherits="Tgsi .CortijoRomero. Website.Global" %>

If you rename the global then it gives the same error with another class.
I am pretty sure that there is no code error
and positive that the dll is uploaded to the right bin directory. I have
recompiled it and uploaded it countless times.

The ISP says that it is a script error and cant assist.

I have downloaded the entire failing site and uploaded it to another ISP,
reconfigured the
db connection and it works perfectly (I also did this on two local
servers without issue)

I am still up the creek as I don't know what is wrong, the ISP isn't
helping and we don't
have a website.

I would be grateful if anyone has any idea because it is killing me

thanks

jc

>
Aug 9 '08 #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
2
2278
by: BW | last post by:
When entering web site I get the following error in the Default.aspx page: 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
2
2146
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.
2
6260
by: mp | last post by:
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...
6
3875
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
9592
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...
2
9406
by: 3Dfelix | last post by:
Hello, I'm starting with Visual Web Developper and ASP.NET 2.0. In order to test my remote server, I created an "hello word" aplication, that is working on local server. I have copied all document to remote server using FTP. The error that I have is the following: Server Error in '/w1' Application. --------------------------------------------------------------------------------
3
11898
by: Olav | last post by:
I get this error in the EventLog when I try to open an ASP.NET 2.0 web page. What should I look for to fix the problem? Olav Event code: 3006 Event message: A parser error has occurred. Event time: 5/30/2006 11:36:58 PM Event time (UTC): 5/30/2006 9:36:58 PM
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
8397
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
1
8503
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8605
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7333
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
6167
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
5632
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
4158
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...
2
1957
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1620
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.