"Armin Zingler" <az.nospam (AT) freenet (DOT) de> schrieb
Quote:
Hi, (.Net 2.0)
an AX-DLL written in VB6 is imported by tlbimp. |
I assumed that the Upgrade wizard that converts a VB6 project to VB.Net,
internally only calls tlbimp.exe. That's why I asked for tlbimp.exe. In
reality, I used the upgrade wizard (and not tlbimp), which obviously
internally uses "/sysarray" to create the interop assemblies.
If I manually call tlbimp.exe, the result is fine, so this problem is
solved. Anyway thx for reading.
Armin