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?
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?
Comment