Automated RT Tester

nschwabe
Posts: 1
Joined: 10 Jul 2024, 12:58

Automated RT Tester: Creating a custom power outlet

Post

I followed the guide on how to create a custom power outlet for the Automated RT Tester.
Unfortunately, the DLL that is created by Visual Studio can not be loaded by Automated RT Tester.
It fails with the following error:

Code: Select all

ERROR: Failed to load PowerOutlet form dll.
ERROR: Could not load file or assembly 'MyPowerOutlet, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'
I used the following settings:
  • VisualStudio 2022
  • .NET Framework 6.0
Any help is appreciated.
s.zach
Posts: 5
Joined: 30 Nov 2023, 07:21

Re: Automated RT Tester: Creating a custom power outlet

Post

nschwabe wrote: 10 Jul 2024, 13:05 I followed the guide on how to create a custom power outlet for the Automated RT Tester.
Unfortunately, the DLL that is created by Visual Studio can not be loaded by Automated RT Tester.
It fails with the following error:

Code: Select all

ERROR: Failed to load PowerOutlet form dll.
ERROR: Could not load file or assembly 'MyPowerOutlet, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'
I used the following settings:
  • VisualStudio 2022
  • .NET Framework 6.0
Any help is appreciated.

Please first try to load the synaccess.dll that is part of the bundle.
Also please contact us, at [email protected] so we can find your problem
Ask another Question