Open main menu

Linux and Unix Users Group at Virginia Teck Wiki β

Changes

MonoDevelop

200 bytes removed, 18:57, 7 December 2009
Adding a Web Reference
If you click <code>OK</code>, the web reference should now show up below standard references in the Solution box.
 
You cannot alter the namespace that the web reference is put into. Therefore, to use it, you'll need to have a line of code similar to the following:
<pre>
using Project5.www.webservicex.net;
</pre>
[[Image:MonoDevelop-Web_reference-Reference_listed.png]]
Anonymous user