Hey, All, I have a .NET COM DLL that I register using regasm /codebase on non-clustered machines. We just tried deployment to a cluster and the COM object failed when the code tried to create it. We tried calling regasm /codebase /tlb ... didn't work. Same
results. What ended up working was we created a Windows installer file (MSI). There are no custom actions, we just created the project, to it to register as COM. This did the trick. What is the Windows Installer doing that regasm didn't (or, more likely, what
could I have done differently with regasm to make the COM object work like the Windows installer file)? Thanks! Rich
richb01_99
Member
10 Points
2 Posts
Regasm /codebase Doesn't work on Cluster
Sep 30, 2003 12:22 PM|LINK