Hi,
We are integrating crystal report with WPF (both Stand alone and XBAP application) with the following environment.
OS: Windows 7
VS2010 (framework 4.0)
CRforVS2010 (assembly version : 13.0.2)
IE : 9
When we integrated with WPF window based application, we got an error saying that file crdb_adoplus.dll not found in "Program Files\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\win32_x86\dotnet1" directory.
But we resolved that by adding a workaround thing like add "UseLegacyV2RuntimeActivationPolicy="true" in app.config file.
Whereas when we run the same in XBAP application (i.e. in Browser) we are getting the same error.
After even if we added a dotnet1 folder and placed the crdb_adoplus.dll file inside of it too we got the following error:
Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
What do we need to do Sir?
Please reply ASAP.