SyntaxFix
Write A Post
Hire A Developer
Questions
The exception clearly identifies some .NET 2.0.50727 component was included in .NET 4.0. In App.config file use this:
<startup useLegacyV2RuntimeActivationPolicy="true" />
It solved my problem