01-11-2021 10:09 AM
hi all,
I have the below specs:
Veristand : 2020 R4
Visual Studio: Microsoft Visual Studio Professional 2019, Version 16.8.3
.NET :
I'm not able to run my code and I think it's because of the version mismatch. Please help me understand if these are compatible.
I'm trying to execute an already built code which ran successfully on Veristand 2018 but now when I'm trying to change it to be compatible with 2020 I'm getting error.
The code was not written by me.
Error:
01-12-2021 12:50 AM
Hello,
You should have a look in the 'InnerException' into the 'TypeInitializationException' to get the reason of it. Maybe you're not using the good .NET framework version, I think 4.6.2 is used in VeriStand 2020.
Regards
01-12-2021 10:30 AM
Hi
As the picture posted i'm using .NET 4.6.2. Still getting the same error.