Changes
Created page with ''''MonoDevelop''' is a cross-platform Free Software integrated development environment primarily targeting the C# programming language and GTK# graphics libraries. It can be …'
'''MonoDevelop''' is a cross-platform [[Free Software]] integrated development environment primarily targeting the C# programming language and GTK# graphics libraries. It can be used to complete assignments for [[ECE 4564 Network Application Design]].
=Adding a Web Reference=
The options for adding a web reference in MonoDevelop are slightly different than in Visual Studio. To add a web reference, right-click on the name of your solution and select Add->Add Web Reference, as pictured below.
[[Image:MonoDevelop-Web_reference-right_click_solution.png]]
Then type or paste the web service URL into the box and click <code>Jump to</code>. You should see the web service API listed, like below.
[[Image:MonoDevelop-Web_reference-WSDL.png]]
If you click <code>OK</code>, the web reference should now show up below standard references in the Solution box.
[[Image:MonoDevelop-Web_reference-Reference_listed.png]]
=See Also=
* [[Mono]]
* [[w:MonoDevelop|Wikipedia's MonoDevelop article]]
=Adding a Web Reference=
The options for adding a web reference in MonoDevelop are slightly different than in Visual Studio. To add a web reference, right-click on the name of your solution and select Add->Add Web Reference, as pictured below.
[[Image:MonoDevelop-Web_reference-right_click_solution.png]]
Then type or paste the web service URL into the box and click <code>Jump to</code>. You should see the web service API listed, like below.
[[Image:MonoDevelop-Web_reference-WSDL.png]]
If you click <code>OK</code>, the web reference should now show up below standard references in the Solution box.
[[Image:MonoDevelop-Web_reference-Reference_listed.png]]
=See Also=
* [[Mono]]
* [[w:MonoDevelop|Wikipedia's MonoDevelop article]]