Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Tatiana

Pages: [1]
1
Automation Interface, Add-Ins and Tools / Re: Using Crystal Reports
« on: August 01, 2013, 12:58:11 am »
I found that the configuration "useLegacyV2RuntimeActivationPolicy" must be in the side of the application that will call the add-in (.dll). In this case EA...  :-/



2
Automation Interface, Add-Ins and Tools / Using Crystal Reports
« on: July 31, 2013, 10:27:24 pm »
Hi, I created a add-in on VS2010 .NET 4.0 using Crystal Reports. Every time I set the datasource I receive the message:
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.

Looking around I found that I Crystal is compiled in .NET 2.0 and I should add this to my app.config file:

<startup useLegacyV2RuntimeActivationPolicy="true">
    <supportedRuntime version="v4.0"/>
  </startup>

But that still don't work.

EA version is 9.3.

Any ideas?

Thank you.

Pages: [1]