I'm trying to compile a simple program that uses the SAP Business Objects 4.0 universe designer API. I basically follow this simple guide: Getting Started with Designer SDK in C#
The main point of the guide is that I have to add a reference to a COM resource designer.exe
, which is listed in the VS project's COM resources. I add it and get 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 computer is Win7 64 bit, the project is set to x86. It does not work in VS2010express and in VS2012Express.
I've been struggling with this for a day now, it seems to work on a colleague's computer.