5

Is it possible to install SAP B1 SDK on Visual Studio 2017 ? If Yes? how ?

I tried changing registry for VS 2017 but i could not find it.

Sandra Rossi
  • 11,934
  • 5
  • 22
  • 48
Beqa Latsabidze
  • 212
  • 4
  • 12

3 Answers3

3

Try this..

  1. Close all your Visual Studio instances.
  2. Open windows registry typing the command below on run window: regedit
  3. Go to HKEY_CURRENT_USER\Software\Microsoft\VisualStudio on registry tree view.
  4. Rename folders (keys) started with 15.0 to 10.0 for B1 Setup understand the structure.
  5. Install B1 Studio for MS Visual Studio.
  6. Go to HKEY_CURRENT_USER\Software\Microsoft\VisualStudio on registry tree view again.
  7. Rename folders (keys) started with 10.0 to 15.0.
  8. Open Visual Studio 2017.
  9. Go to File > New Project > Templates > Visual C# and check if SAP Business One templates are installed.

*If you have an installation of visual studio 2010, you need to rename the registry folders started with 10.0 to OLD_10.0 and after you finish the steps above you must rename then to previous name.

Maykol Rypka
  • 531
  • 6
  • 19
0

The best way is install SAP BO on your PC, you have to be shure that yo are installing the SDK, when the installation are done, open your VS project and add a reference to COM libraries and import UI API and DI API.

bluish
  • 26,356
  • 27
  • 122
  • 180
  • The SAP B1 SDK is not just the `SAPBusinessOneSDK.dll`, but also contains project templates, and UI controls, among some other things. Merely including the dll is ok for DI API usage, but addon development is improved with the full SDK. – Zac Faragher May 02 '19 at 04:50
0

SAP B1 10.0 PL4 supports Visual studio 2019. So you can just install SAP B1 Studio from 10.0 PL4 version if you don't want to update SBO.

Beqa Latsabidze
  • 212
  • 4
  • 12