VS 2005 Problem with a web service

Discussion in 'ASP.NET WebServices' started by sirius.project, Nov 30, 2007.

  1. I have publish my web service on th server but give me this error..
    http://www.siriusproject.net/webservices/Service.asmx
    What i have to do? in another post say me to update from framework 1,1 to 2,0...
    I have do but give me the same error..
    thanks
    Luca Servalli
    Server Error in '/' Application.


    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 'Service'.

    Source Error:






    Code:
    Line 1:  <%@ WebService Language="vb" CodeBehind="~/App_Code/Service.vb" Class="Service"%>
    
    Source File: /webservices/Service.asmx Line: 1





    Version Information:Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433
     

Share This Page