473,396 Members | 1,940 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,396 software developers and data experts.

Errors when trying to add a web reference

I am currently trying to follow the Que Publishing exam guide to the Microsoft Exam 70-320. I followed the guide to a tee, but when I try to add a web reference to my server side soap extension it gives me the following error:-

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 'BugTracker.Global'.

Source Error: Line 1: <%@ Application Codebehind="Global.asax.cs" Inherits="WebService1.Global" %>

Source File: f:\inetpub\wwwroot\70-320\320C05\BugTracker\global.asax Line: 1

I have even tried creating a perfectly fresh web service created by visual studio and still get the same error when I try to use a web reference to it. I have also tried removing "BugTracker.Global" and replacing it with "Global" but to no avail. All my namespaces are correct as well.

Does anyone have any ideas how I may rectify this error as it is driving me mad!

Many thanks

Paul



Dec 6 '05 #1
2 2599
Hi Paul,

That seems to be the kind of error when attempting to call a web application
with no assemblies compiled.
Does your web-service assembly exists or can be accessed from the bin
directory?

--

Best regards,

Abel Eduardo Pereira
"msnews.microsoft.com" <pc*******@hotmail.com> wrote in message
news:ub****************@TK2MSFTNGP09.phx.gbl...
I am currently trying to follow the Que Publishing exam guide to the
Microsoft Exam 70-320. I followed the guide to a tee, but when I try to add
a web reference to my server side soap extension it gives me the following
error:-

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 'BugTracker.Global'.

Source Error: Line 1: <%@ Application Codebehind="Global.asax.cs"
Inherits="WebService1.Global" %>

Source File: f:\inetpub\wwwroot\70-320\320C05\BugTracker\global.asax
Line: 1

I have even tried creating a perfectly fresh web service created by visual
studio and still get the same error when I try to use a web reference to it.
I have also tried removing "BugTracker.Global" and replacing it with
"Global" but to no avail. All my namespaces are correct as well.

Does anyone have any ideas how I may rectify this error as it is driving me
mad!

Many thanks

Paul


Dec 6 '05 #2
This is a multi-part message in MIME format.

------=_NextPart_000_001B_01C5FA9D.491DDAF0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

I am currently trying to follow the Que Publishing exam guide to the =
Microsoft Exam 70-320. I followed the guide to a tee, but when I try to =
add a web reference to my server side soap extension it gives me the =
following error:-

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 "BugTracker.Global".

Source Error: Line 1: <%@ Application Codebehind=3D'Global.asax.cs" =
Inherits=3D'WebService1.Global" %>

Source File: f:\inetpub\wwwroot\70-320\320C05\BugTracker\global.asax =
Line: 1

I have even tried creating a perfectly fresh web service created by =
visual studio and still get the same error when I try to use a web =
reference to it. I have also tried removing "BugTracker.Global" and =
replacing it with "Global" but to no avail. All my namespaces are =
correct as well.

Does anyone have any ideas how I may rectify this error as it is driving =
me mad!

Many thanks

Paul =20
=20
=20

------=_NextPart_000_001B_01C5FA9D.491DDAF0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D'text/html; =
charset=3Diso-8859-1">
<META content=3D'MSHTML 6.00.3790.2541" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY>
<DIV><FONT face=3DTahoma size=3D2>I am currently trying to follow the =
Que Publishing=20
exam guide to the Microsoft Exam 70-320. </FONT><FONT face=3DTahoma =
size=3D2>I=20
followed the guide to a tee, but when I try to add a web reference to my =
server=20
side soap extension it gives me the following error:-</FONT></DIV>
<DIV><FONT face=3DTahoma size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DTahoma size=3D2><STRONG></STRONG></FONT>&nbsp;</DIV>
<DIV><FONT face=3DTahoma size=3D2><STRONG></STRONG></FONT>&nbsp;</DIV>
<DIV><FONT face=3DTahoma size=3D2><STRONG>An error occurred during the =
parsing of a=20
resource required to service this request. Please review the following =
specific=20
parse error details and modify your source file=20
appropriately.</STRONG></FONT></DIV>
<DIV><FONT face=3DTahoma size=3D2><STRONG></STRONG></FONT>&nbsp;</DIV>
<DIV><FONT face=3DTahoma color=3D#ff0000 size=3D2><STRONG>Parser Error =
Message: Could=20
not load type "BugTracker.Global".</STRONG></FONT></DIV>
<DIV><FONT face=3DTahoma color=3D#ff0000 =
size=3D2><STRONG></STRONG></FONT>&nbsp;</DIV>
<DIV><FONT face=3DTahoma color=3D#ff0000 size=3D2><STRONG>Source Error: =
Line 1: &lt;%@=20
Application Codebehind=3D'Global.asax.cs" =
Inherits=3D'WebService1.Global"=20
%&gt;</STRONG></FONT></DIV>
<DIV><FONT face=3DTahoma color=3D#ff0000 =
size=3D2><STRONG></STRONG></FONT>&nbsp;</DIV>
<DIV><FONT face=3DTahoma color=3D#ff0000 size=3D2><STRONG>Source File:=20
f:\inetpub\wwwroot\70-320\320C05\BugTracker\global.asax&nbsp;&nbsp;&nbsp ;=
Line:=20
1</STRONG></FONT></DIV>
<DIV><FONT face=3DTahoma size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DTahoma size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DTahoma size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DTahoma size=3D2>I have even tried creating a perfectly =
fresh web=20
service created by visual studio and still get the same error when I try =
to use=20
a web reference to it. I have also tried removing "BugTracker.Global" =
and=20
replacing it with "Global" but to no avail. All my namespaces are =
correct as=20
well.</FONT></DIV>
<DIV><FONT face=3DTahoma size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DTahoma size=3D2>Does anyone have any ideas how I may =
rectify this=20
error as it is driving me mad!</FONT></DIV>
<DIV><FONT face=3DTahoma size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DTahoma size=3D2>Many thanks</FONT></DIV>
<DIV><FONT face=3DTahoma size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DTahoma size=3D2>Paul&nbsp;=20
<BR>&nbsp;<BR>&nbsp;<BR></FONT></DIV></BODY></HTML>

------=_NextPart_000_001B_01C5FA9D.491DDAF0--
Is this written in VB.NET and did you ever change the Root NameSpace of the
project properties? I have seen this error when I changed the Root
Namespace.

BizTalk Utilities - Frustration free BizTalk Adapters
http://www.topxml.com/biztalkutilities
Jan 18 '07 #3

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

Similar topics

4
by: Thomi Richards | last post by:
Hi, I'm trying to create a simple stack class using C++ and templates. Everything works well and good if I amke the class totally inline. However, as soon as I try to seperate the class into a...
4
by: Sean C. | last post by:
Helpful folks, I've just migrated our test server from V7.2 -FP11 to V8.1.3, on WinNT 4.0. Everything went pretty darn smoothly, however I get the following errors when using the Control Center:...
1
by: superprad | last post by:
Hi I am trying to write a python wrapper for a C code I have using swig. when i try to compile the wrap.c i get a bunch of these warnings and errors can anyone help $swig -python test_hk.c this...
2
by: tshad | last post by:
I have a program I am trying to compile into a dll and am getting a bunch of: the following errors: error BC30469: Reference to a non-shared member requires an object reference. At first, I...
0
by: Charles Law | last post by:
I thought I would pass this on, as I have oft' seen this problem reported, with no solution. The problem is that in a solution containing several projects, the compiler will sometimes report a...
3
by: walkeraj | last post by:
I'm trying to compile an open source game called IVAN , and I'm able to compile it from a makefile, but not from an IDE. I have attempted to recreate the way the makefile compiles the project as...
25
by: JJ | last post by:
I only want to catch 404 errors at the application level (the rest are will be handled by the customerrors section of the web.config). How do I check for the error code in the Application_Error...
2
by: dave481 | last post by:
Hi ive been trying to pass an ofstream to an object i'm creating. But it keeps bringing up errors. I know that you need to pass it's reference rather than the object but it has problems when trying...
9
by: Keith G Hicks | last post by:
I'm having a lot of trouble with "file in use" errors in my "folder watcher" project. Starting and stopping the watcher and reading my XML file work fine. Once the watcher is started, I'm reading...
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
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...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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.