webservice with VisualStudio 2003 C#

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top