79732708

Date: 2025-08-12 04:54:28
Score: 1.5
Natty:
Report link

Got the solution from someone! I had to add a runtimeconfig.template.json to the C++/CLI project with this property set:

{
  "configProperties": {
    "System.Runtime.InteropServices.CppCLI.LoadComponentInIsolatedContext": true
  }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Chrono Vortex