What happened to the "Add Web Reference" option in Visual Studio 2008
when right-clicking a Windows Service project? It's in VS2K5, but not
in VS2K8. Anyone know the right way to do this? I need a Windows
Service to call a Web Service....
more >>
I have problems with connection strings. I have added new connection string
to Web.config:
<connectionStrings>
<add name="ConnStr" connectionString="xxxxxxxxxxxxxxx"/>
</connectionStrings>
Bu when I want to access the data with:
coll = ConfigurationManager.ConnectionStri...
more >>
I have created new web service and inserted connection strings to web.config
file:
<connectionStrings>
<add name="ConnStr" connectionString="XXXXXXXX"/>
</connectionStrings>
When I try to read this connection string:
coll = ConfigurationManager.ConnectionStrings;
...
more >>
[Sorry for the cross-post, I was to fast clicking send...]
I'm 'consuming' a webservice written by a 3rd party wich uses Borland Soap
Server.
This all works fine, using the WSDL i've generated a Webservice and all
works fine,.... well almost. There are some 'webmethods' wich return a
exceptio...
more >>