hi all
am created a simple hello world web service. and that is working properly.
my problem is when i try to add this service in another aspx page, it is showing an 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 'newService'.
Source Error:
Line 1: <%@ WebService Language="C#" CodeBehind="~/App_Code/newService.cs" Class="newService" %>
Source File: /MyService/newService.asmx Line: 1
thanks in advance
chakkara
Loading
suresh mupparajuPosted Apr 10, 2006, 2:21 AM
first u develop the webservice. and compile that one.
next u can reference the that .dll component in to new web page.
create object from that class. add access the methods in webservices.
ok,
bye