Change to VB6 COM Component requires recompile of .NET app?

J

JCBrinegar

Here is the question:

We have a .NET service that makes calls to (using interop) COM+
components compiled under VB6. If we make changes to a VB6 COM
Component, without breaking compatability, will we have to recompile
the .NET service?

If so, is there any possible way that we can use the new VB6 COM
Component without having to recompile the .NET service?

Any helpful information/suggestions would be great...

Thanks,
JCBrinegar
 
P

Paul Clement

On 17 Jun 2004 06:52:27 -0700, (e-mail address removed) (JCBrinegar) wrote:

¤ Here is the question:
¤
¤ We have a .NET service that makes calls to (using interop) COM+
¤ components compiled under VB6. If we make changes to a VB6 COM
¤ Component, without breaking compatability, will we have to recompile
¤ the .NET service?

No, not as long as the interop assembly is compatible with the COM component


Paul ~~~ (e-mail address removed)
Microsoft MVP (Visual Basic)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top