Parse error in webservice

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • duivelskind
    New Member
    • Jan 2009
    • 1

    Parse error in webservice

    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 'ticketreservat ie.Service1'.

    Source Error:

    Line 1: <%@ WebService Language="C#" CodeBehind="tic ketreservatieSe rvice.asmx.cs" Class="ticketre servatie.Servic e1" %>


    Source File: /App5/ticketreservati eService.asmx Line: 1

    Version Information: Microsoft .NET Framework Version:2.0.507 27.1434; ASP.NET Version:2.0.507 27.1434

    I have a class Service1 in the namespace ticketreservati e. I've been searching for 2 hours on google etc, but haven't fount a solution, can somebody here help me out?
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    Do you have ASP.NET installed on the web server hosting your service?

    Comment

    Working...