M
moakley7842
I have a COM component written in C# that was built using Visual
Studio 2008. Each time I try to register it I get the following:
regasm.exe MyCOM.dll /tlb:MyCOM.tlb /codebase /v
Microsoft (R) .NET Framework Assembly Registration Utility
2.0.50727.1433
Copyright (C) Microsoft Corporation 1998-2004. All rights reserved.
Types registered successfully
Type 'A' exported.
Type 'A' exported.
Assembly exported to 'MyCOM.COM.tlb', and the type library was
registered successfully.
As you can see the types exported are wrong. Cannot be accessed from
unmanaged code. Any suggestions on what I can try?
Mike...
Studio 2008. Each time I try to register it I get the following:
regasm.exe MyCOM.dll /tlb:MyCOM.tlb /codebase /v
Microsoft (R) .NET Framework Assembly Registration Utility
2.0.50727.1433
Copyright (C) Microsoft Corporation 1998-2004. All rights reserved.
Types registered successfully
Type 'A' exported.
Type 'A' exported.
Assembly exported to 'MyCOM.COM.tlb', and the type library was
registered successfully.
As you can see the types exported are wrong. Cannot be accessed from
unmanaged code. Any suggestions on what I can try?
Mike...