help me - web service

Mar 27 2006 7:53 AM
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

Answers (1)