Message 1 of 1
Error registering plugin assembly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everyone. I'm having a hard time registering the Assembly of a plugin for Powermill. It is returning the following error:
RegAsm : error RA0000 : Could not load file or assembly 'System.Runtime, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the specified file.
The command used was:
C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\regasm.exe BasicPlugin.dll /register /codebase
I am using Visual Studio 2022 Comuniy because previous versions like the 2010 that is recommended in the manual is paid.