Referencing code in VB.NET

Posted by akramnik on Stack Overflow See other posts from Stack Overflow or by akramnik
Published on 2008-11-26T01:10:32Z Indexed on 2010/03/14 20:35 UTC
Read the original article Hit count: 472

Filed under:
|
|

I'm not at all familiar with VB.NET or ASP. I need to create a simple page which makes a call to a remote web service. I used the wsdl utility which comes with the DotNet SDK to generate a service proxy and write it to a VB file. Unfortunately I have no idea how to reference this code in either my ASPX file or the code behind VB file so I can create an instance of the proxy.

Edit: I should have qualified this by noting that I'm not using visual studio. I just coded up a .aspx with a .vb behind it and dropped it into an IIS location. Is there a way to do what you're suggesting outside of VS?

© Stack Overflow or respective owner

Related posts about vb.net

Related posts about ASP.NET