System Requirements for SDK

Discussions related to installation and setup of SoftPro products.
Post Reply
parker
Posts: 7
Joined: Fri Jan 22, 2021 11:29 am

System Requirements for SDK

Post by parker »

What are the software requirements for the SDK? I currently have the following setup:
Microsoft Visual Studio Community 2015 - v14.0.23107.175
SoftPro Select Client - v4.3.60210.87
SoftPro Select SDK - v4.3.60210.130

Also, aside from the included documentation from installation are there any reference material/examples?

Thanks!
epotts
Posts: 4
Joined: Fri Nov 13, 2020 3:28 pm

Re: System Requirements for SDK

Post by epotts »

I recommend using the same SDK version as your Select client; however, that setup should work. Are you having any errors?

Within the SDk there are three project templates:
1. Server package
2. Shell package
3. Console application
parker
Posts: 7
Joined: Fri Jan 22, 2021 11:29 am

Re: System Requirements for SDK

Post by parker »

epotts wrote: Tue Jul 20, 2021 2:15 pm I recommend using the same SDK version as your Select client; however, that setup should work. Are you having any errors?

Within the SDk there are three project templates:
1. Server package
2. Shell package
3. Console application
When attempting to create a shell package I receive the following:
SPShell.png
SPShell.png (112.32 KiB) Viewed 3224 times
One member of support told me it was because I do not have Visual Studio Pro & another directed me to the forums instead of general support, it seems more responsive here :)

Thanks!
vmrvichin
Posts: 25
Joined: Thu Jul 22, 2021 11:50 am

Re: System Requirements for SDK

Post by vmrvichin »

There is a registry keys that are used to determine the installation location of the Select client application

[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\SoftPro\Select\4.3\InstallLocation]

If you installed the Select client using the default options, this key should be set to 'C:\Program Files (x86)\SoftPro\Select\'

Can you verify that whatever user you are running visual studio under has read/write permission to the directory defined in the registry key.
Vlad Mrvichin, Senior Software Developer, Custom Dev, SoftPro
vmrvichin
Posts: 25
Joined: Thu Jul 22, 2021 11:50 am

Re: System Requirements for SDK

Post by vmrvichin »

There is a registry keys that are used to determine the installation location of the Select client application

[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\SoftPro\Select\4.3\InstallLocation]

If you installed the Select client using the default options, this key should be set to 'C:\Program Files (x86)\SoftPro\Select\'

Can you verify that whatever user you are running visual studio under has read/write permission to the directory defined in the registry key.
Vlad Mrvichin, Senior Software Developer, Custom Dev, SoftPro
parker
Posts: 7
Joined: Fri Jan 22, 2021 11:29 am

Re: System Requirements for SDK

Post by parker »

My account is a local admin on the device. I granted explicit full control to the folder as well to make sure & sill have the same issue.

FYI - The registry key does point to "C:\Program Files (x86)\SoftPro\Select\"

Thanks!
Post Reply