If your application has any dependencies on .Net 2.0 components then you may need the following added to your application config file
section for your application to run:
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0,Profile=Client"/>
</startup>