0

I've downloaded the Business Objects 3.0 SDK but it didn't contain the CrystalDecisions.Web DLL (version 12).

The DLL exists on the Business Objects XI SDK (version 11.5) and on the Business Objects 4.0 SDK (version 13), but not on the BO3

Any thoughts on the matter?

Thanks

Jacek Sierajewski
  • 613
  • 1
  • 11
  • 33
Diego
  • 34,802
  • 21
  • 91
  • 134
  • Could you describe what you are trying to accomplish? There might be an alternate solution. – craig Feb 23 '12 at 22:53
  • Im migrating an application from BOXI to BO3 and it uses that dll. I dont have access to the people who built it so I dont know if there is a work around. – Diego Feb 23 '12 at 23:13
  • What does the application do? Create an InfoView-like portal? Schedule reports? Modify reports? What specific functionality is provided by this DLL? I've done a fair amount of work w/ the SDK and I'm not familiar w/ it. – craig Feb 24 '12 at 04:40
  • it does pretty much the same CMC does. This specific dll displays the report – Diego Feb 26 '12 at 19:37

1 Answers1

0

The 'CrystalDecisions.Web DLLs version 12.0.2000.0' thread on SAP's forum might be useful--it discusses service packs.

You may also want to leverage the OpenDocument SDK to do the 'heavy lifting' for displaying a report rather than trying to code it yourself.

You might also consider migrating to the WebServices SDK as well.

craig
  • 25,664
  • 27
  • 119
  • 205