Failing creating webservice

View: New views
3 Messages — Rating Filter:   Alert me  

Failing creating webservice

by Crash_override3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I wrote a service by this tutorial

http://www.mono-project.com/Webservices_and_GtkSharp#Web_Service

Compiled RemoteWebService.dll put it to bin folder, everything should work..
But I receive this error all the time

/@@MonoFakeVirtualPath@@C:\PROGRA~1\MONO-1~1.1\lib\..\etc\mono\2.0\DefaultWsdlHelpGenerator.aspx' is not a valid virtual path

Is this configuration problems or smth else?

Re: Failing creating webservice

by MarkusPolus :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I have the same problem. Seems like the referred file exists and should be found.

Has anyone found a solution?

Re: Failing creating webservice

by Gary Hodgson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I had this problem too, and after a little playing around found that adding the following to the Mono-2.0/etc/mono/2.0/web.config file worked for me...

<webServices>
               <wsdlHelpGenerator href="\Mono-2.0\etc\mono\2.0\MyServiceDescriptionGenerator.aspx"/>
</webServices>
LightInTheBox - Buy quality products at wholesale price!