I am trying to compile a simple program that uses the SAP Business Objects 4.0 universe API. I basically follow this simple guide:
Getting started with the SDK constructor in C #
The main part of the manual is that I must add a link to the COM resource designer.exe, which is listed in the COM resources of the VS project. I add it and get a message:
A reference to 'BusinessObjects Designer 14.0 Object Library' could not be added.
Could not register the ActiveX type library 'C:\..\win32_x86\designer.exe'.
My Win7 computer is 64 bit, the project is installed on x86. Does not work in VS2010express and VS2012Express.
I am struggling with this throughout the day, it seems to be working on my colleagues computer.
source
share