When using crystal report 2011 in vb.net 2010 in net framework 4.0
a mysterious error occurs that needs some file like db_crldp.dll ????
sol:
paste this in the app.config:
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0"/>
</startup>
a mysterious error occurs that needs some file like db_crldp.dll ????
sol:
paste this in the app.config:
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0"/>
</startup>
No comments:
Post a Comment