0

Is it possible to create a manifest file for a VB6 application which references a C# .DLL, so that the .DLL does not have to be registered?

I do this with VB6 com dlls with no issues. Can it be done when using .net .dlls if so how?

The C# .dll is com visible and works fine ren registered, but I need to distribute it to X number of machines.

StayOnTarget
  • 11,743
  • 10
  • 52
  • 81
  • 1
    [How to: Configure .NET Framework-Based COM Components for Registration-Free Activation](https://learn.microsoft.com/en-us/dotnet/framework/interop/configure-net-framework-based-com-components-for-reg) – Damien_The_Unbeliever Mar 29 '18 at 10:34
  • The procedure is not fundamentally different from vb6 dlls. You have to use clrclass instead of comclass, google "clrclass manifest" for basic hits. – Hans Passant Mar 29 '18 at 11:01
  • Related: https://stackoverflow.com/questions/5755426/how-do-i-create-a-manifest-file-in-visual-basic-6-0 – StayOnTarget Jan 07 '19 at 21:04
  • Possible duplicate of [Including .NET assemblies in a VB6 manifest?](https://stackoverflow.com/questions/9164660/including-net-assemblies-in-a-vb6-manifest) – StayOnTarget Jan 21 '19 at 12:57

0 Answers0