Uanble to create a web reference on my web service
-
I am currently trying to follow the Que Publishing exam guide to the Microsoft Exam 70-320. I followed the guide to a t, 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