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

Beqa Latsabidze picture Beqa Latsabidze · Mar 13, 2017 · Viewed 7.9k times · Source

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.

Answer

Maykol Rypka picture Maykol Rypka · Mar 13, 2017

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.