Page 1 of 1

System Requirements for SDK

Posted: Mon Jul 19, 2021 12:53 pm
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!

Re: System Requirements for SDK

Posted: Tue Jul 20, 2021 2:15 pm
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

Re: System Requirements for SDK

Posted: Wed Jul 21, 2021 11:33 am
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 3236 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!

Re: System Requirements for SDK

Posted: Thu Jul 22, 2021 12:17 pm
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.

Re: System Requirements for SDK

Posted: Thu Jul 22, 2021 12:19 pm
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.

Re: System Requirements for SDK

Posted: Fri Jul 23, 2021 11:25 am
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!