F
Francesco
I'm having problems to create a WebService in C# in order to interface
InfoPath with DB data.
I'm using VisualStudio 2003 (New project, C#, WebService, etc)
If I create a Web service and try to run it I get the following 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 load type 'AuthorsService.Global'.
Source Error:
Line 1: <%@ Application Codebehind="Global.asax.cs"
Inherits="AuthorsService.Global" %>
Source File: C:\Inetpub\wwwroot\AuthorsService\global.asax Line: 1
where AuthorsService is the name I gave to the WS
If I create a WS with Visual Studio 2003 VisualBasic the WS works fine.
Any suggestion?
Thank you in advance.
InfoPath with DB data.
I'm using VisualStudio 2003 (New project, C#, WebService, etc)
If I create a Web service and try to run it I get the following 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 load type 'AuthorsService.Global'.
Source Error:
Line 1: <%@ Application Codebehind="Global.asax.cs"
Inherits="AuthorsService.Global" %>
Source File: C:\Inetpub\wwwroot\AuthorsService\global.asax Line: 1
where AuthorsService is the name I gave to the WS
If I create a WS with Visual Studio 2003 VisualBasic the WS works fine.
Any suggestion?
Thank you in advance.