R
Rinoo Rajesh
Hi Folks,
I am sort of new to Web services and facing a problem.
I exposed a modifed version of HelloWorld Function through a sample web
service. The web service was created using Visual Studio .NET. The files
created for this web service include:
-> SampleMaint.asmx (the main web service file)
-> SampleMaint.asmx.vb (the coee behind file)
-> SampleMaint.asmx.resx (The embedded Resource file)
The problem is that when i try to deploy these files onto my development
webserver for the group, the web service does not work. I get Parse Error.
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 'MasterMaint.SampleMaint'.
Source Error:
Line 1: <%@ WebService Language="vb" Codebehind="SampleMaint.asmx.vb"
Class="MasterMaint.SampleMaint" %>
However, everything works fine if I type the simple web-service by hand in a
text editor.
I would like some help on what are the specific entries in the associated
files which need to be modified to deploy the service on the group server.
I am sort of new to Web services and facing a problem.
I exposed a modifed version of HelloWorld Function through a sample web
service. The web service was created using Visual Studio .NET. The files
created for this web service include:
-> SampleMaint.asmx (the main web service file)
-> SampleMaint.asmx.vb (the coee behind file)
-> SampleMaint.asmx.resx (The embedded Resource file)
The problem is that when i try to deploy these files onto my development
webserver for the group, the web service does not work. I get Parse Error.
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 'MasterMaint.SampleMaint'.
Source Error:
Line 1: <%@ WebService Language="vb" Codebehind="SampleMaint.asmx.vb"
Class="MasterMaint.SampleMaint" %>
However, everything works fine if I type the simple web-service by hand in a
text editor.
I would like some help on what are the specific entries in the associated
files which need to be modified to deploy the service on the group server.