How to use .net connector with VB.NET?

Question: I want to use .net connector with VB.NET? how do i add the proxy/connector to the VB.NET application using Visual Studio .NET?

in the .net connector's user guide there's no detail explanations...

please anyone give the details... (step by step)

i will be appreciated for any answers

Answer:
hello anyone knows about this?

Answer:
You can only generate C# proxies using the .Net Connector the key is to generate the proxies in a separate project in the same solution. So if you choose to Add a new project at the Solution level and then add a C# project it will generate the proxies for you. Look at page 10 in the documentation and also page 66.

Answer:
thanks to you...
so i got to add c# proxy project to my current vb project... in the same solution? i don't have to add the .dll (the .dll of the proxy c#)?

Answer:
You add the C#proxy to the same project. Sometimes the reference to the .DLL you generated will show up in the VB project, if not create a reference to that project in the VB project.

Answer:
okay thanks
Copyright ?2007 - 2008 www.jt77.com