Sap businessobjects unv designer: cannot add C # reference designer.exe

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.

+4
source share
2 answers

, Windows 8, regtlibv12.exe designer.tlb.

, :

regtlibv12?

.Net framework, , .Net.

regtlibv12.exe InstallAware 16.

+2

C:\..\win32_x86\Designer.tlb COM? , (UDT). UDT .tlb.

C:\..\win32_x86\designer.exe , .tlb COM.

+1

Source: https://habr.com/ru/post/1528153/


All Articles