Hello,
i created a Dotnet-DLL-library with some functions that i tested with a VisualStudio console-program. -> Runs fine
When execuing the functions in TestStand as DotNet-steps then it fails. But can see inthe created log4net logfiles that the problem is in the different order where the resource DLLs (sub dlls that my dll is using) are loaded.
In the console program all needed resources are loaded at the beginning but in teststand only at the function.
I tried to chage the LoadOptions in the Run options of the steps. But this does not change anything.
My question is: is there another hidden menu where i can the loading order of the resource dlls?
Thanks