Link to home
Start Free TrialLog in
Avatar of rp
rpFlag for Portugal

asked on

Crystal Reports, error when upgrade from 3.5 to 4.5 framework

Hi,

After update my vb.net project from 3.5 to 4.5 framework the following error occurs:


System.IO.FileNotFoundException has not been manipulated
Message: 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 4.0\win32_x86\dotnet1\crdb_adoplus.dll' or one of its dependencies. The system can not find the file specified.

Version of Sap Crystal Reports is 13.0.10

best regards
ASKER CERTIFIED SOLUTION
Avatar of Mike McCracken
Mike McCracken

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rp

ASKER

Hi,

To use a component that need 4.5.
Avatar of Mike McCracken
Mike McCracken

Then you will need to upgrade Crystal so it can be used in 4.5

mlmcc
Avatar of rp

ASKER

Hi,

After modify app.config file in debug folder, works.

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