Upgrade: Use prepared Interop assemblies

A

Armin Zingler

Hi group,

after waiting more than 4 month in the .upgrade group for an answer, I dare
to ask here. :)

I open a VB6 project in VB 2008 (express) and have the Wizard convert it. It
also creates the necessary interop assemblies for the referenced ActiveX
dlls.

Problem: the interop assemblies are not imported the way they should. The
result looks as if the "/sysarray" argument has been used for tlbimp.exe. As
this does not fit my needs, I created the interop assemblies manually in
advance. Now, if I wanted to have the wizard upgrade the project, how could
I tell it to use the prepared interop assemblies?

It is /not/ an option to replace the automatically created interop
assemblies by mine /after/ the wizard has done it's job. The reason is that
the result of the upgrade job depends on the interop assemblies. So,
afterwards it is too late.

Thanks in advance


Armin
 
A

Armin Zingler

Armin Zingler said:
Hi group,

after waiting more than 4 month in the .upgrade group for an answer,
I dare to ask here. :)

I open a VB6 project in VB 2008 (express) and have the Wizard
convert it. It also creates the necessary interop assemblies for the
referenced ActiveX dlls.

Problem: the interop assemblies are not imported the way they
should. The result looks as if the "/sysarray" argument has been
used for tlbimp.exe. As this does not fit my needs, I created the
interop assemblies manually in advance. Now, if I wanted to have the
wizard upgrade the project, how could I tell it to use the prepared
interop assemblies?

It is /not/ an option to replace the automatically created interop
assemblies by mine /after/ the wizard has done it's job. The reason
is that the result of the upgrade job depends on the interop
assemblies. So, afterwards it is too late.

Thanks in advance

Any clue?

Thx!


Armin
 

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