P
pbd22
Hi.
I just got a project that is taking me into previously uncharted
territory.
I have a reasonably large VB6 project and need to "turn it into a web
service".
I know this isn't immediately possible. The two main options seem to
be:
1) convert the code to .NET and then create a web service.
I have heard that moving from VB6 to .NET for any significant project
is a major pain.
2) wrap the project in COM Interop which will act as a middleman
between a .NET project and the original VB6 project.
I am guessing #2 is the path of least resistance? I would really love
it if somebody
here could tell me if a) I am right that number 2 is a better way to
go and b) what is the best
way to go about implementing option 2? Has anybody here used a VB6
project and implemented it as a web service that is callable from
a .NET project?
Please help... new territory for me.
Thanks.
I just got a project that is taking me into previously uncharted
territory.
I have a reasonably large VB6 project and need to "turn it into a web
service".
I know this isn't immediately possible. The two main options seem to
be:
1) convert the code to .NET and then create a web service.
I have heard that moving from VB6 to .NET for any significant project
is a major pain.
2) wrap the project in COM Interop which will act as a middleman
between a .NET project and the original VB6 project.
I am guessing #2 is the path of least resistance? I would really love
it if somebody
here could tell me if a) I am right that number 2 is a better way to
go and b) what is the best
way to go about implementing option 2? Has anybody here used a VB6
project and implemented it as a web service that is callable from
a .NET project?
Please help... new territory for me.
Thanks.