79101332

Date: 2024-10-18 09:03:42
Score: 1
Natty:
Report link

If you want to do this in .NET Core, do not check the box "Register for COM interop" but put his in your project file instead:

    <PropertyGroup>
      <EnableComHosting>true</EnableComHosting>
    </PropertyGroup>

There's no reason to stick to the old .NET framework.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: miss programmer