I need to develop a webservice function (<web method>) that return a Microsoft.VisualBasic.Collection
to a VB 6.0 application.
Is it possible? How can I do it?
Thanks in advance.
a .NET object won't be compatible with vb6, so the only way to do it would be to somehow serialize it to either XML, a textfile, a database, or some other medium, and then rebuild the collection from that source in vb6.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.