D
Dorian
I am totally new to .Net and have been given a huge web application to
develop with a tight deadline.
I have 2 books on C#, each over 1000 pages.
I am trying to create a web reference. I understand this is needed to be
ablwe to use my web services (we use web services for all functionality).
I right click on the project, select 'add web reference' then 'web services
in this solution', I then select the only web service listed. I then get an
error the possibility of which is not mentioned in any of my books. I have no
idea what the error means or how to get past it. It says: Server error in '\'
application. Then:
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 create type 'WebService.Service1'.
Source Error:
Line 1: <%@ WebService Language="C#" CodeBehind="AstatWs.asmx.cs"
Class="WebService.Service1" %>
Source File: /AstatWs.asmx Line: 1
I have no idea what WebService.Service1' is or where it gets it from. Help!
-- Dorian
"Give someone a fish and they eat for a day; teach someone to fish and they
eat for a lifetime".
develop with a tight deadline.
I have 2 books on C#, each over 1000 pages.
I am trying to create a web reference. I understand this is needed to be
ablwe to use my web services (we use web services for all functionality).
I right click on the project, select 'add web reference' then 'web services
in this solution', I then select the only web service listed. I then get an
error the possibility of which is not mentioned in any of my books. I have no
idea what the error means or how to get past it. It says: Server error in '\'
application. Then:
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 create type 'WebService.Service1'.
Source Error:
Line 1: <%@ WebService Language="C#" CodeBehind="AstatWs.asmx.cs"
Class="WebService.Service1" %>
Source File: /AstatWs.asmx Line: 1
I have no idea what WebService.Service1' is or where it gets it from. Help!
-- Dorian
"Give someone a fish and they eat for a day; teach someone to fish and they
eat for a lifetime".