Tagged Questions

2
votes
1answer
486 views

Error: The assembly “c:\MyAssembly.dll” could not be converted to a type library

I'm trying to build my project and I've suddenly started getting the following error when the project builds and the "Register for COM interop" property is ticked. The assembly "c:\MyAssembly.dll" ...
2
votes
3answers
1k views

Using .Net classes through COM Objects in Delphi sometimes hangs

I have a set of libraries written in Delphi.NET (.NET 1.1) which I want to use in my Win32 (Delphi) application. For performance related issues, I've decided to follow the COM route. Sometimes, ...
1
vote
1answer
78 views

Unable to remove COM [PrimaryInteropAssemblyName] typelib value using REGASM /u

I was hoping someone can point me in the right direction. I listed the problem in a few steps to hopefully clarify the issue. I register a C++ DLL into COM using regsvr32. I then use tlbimp with ...