Tuesday, 6 November 2018

Visual Studio Crystal Report Error

Error Description:

FileNotFoundException was Unhandled

An unhandled exception of type 'System.IO.FileNotFoundException' occurred in mscorlib.dll
Additional information: Could not load file or assembly 'file:///C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 


Its too much easy.
Just Copy Paste below code to "App.config" file

<startup useLegacyV2RuntimeActivationPolicy="true">
      <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
 </startup>

No comments:

Post a Comment