
Hi guys, I am trying to execute C# .exe file through using X++. However, the system show me the error message below. Anyone met this error before? Or who can help me to solve this issue?
*This post is locked for comments
I have the same question (0)As the message says, your assembly has been built for .NET framework 2.0, but the application (AX) runs on .NET 4.0. Either build your assembly for .NET 4.0, or add useLegacyV2RuntimeActivationPolicy attribute to the application config file.
Just put the message to your favorite search engine and you'll find more details.