SoftPro Select version 3 - external apps integration DLLs

Discussions related to custom development with Select.
Post Reply
CoreIP
Posts: 1
Joined: Thu Jul 24, 2014 7:56 pm

SoftPro Select version 3 - external apps integration DLLs

Post by CoreIP »

Follow up on a phone conference with Melissa McBerkowitz:

According to the SDK documentation:

"Ensure that the project has references to the following assemblies:
SoftPro.Common.dll
SoftPro.Common.Classes.dll
SoftPro.OrderTracking.Client.dll
SoftPro.OrderTracking.Common.dll
SoftPro.Select.Client.dll
SoftPro.Select.Common.dll "

Looking at the DLLs in C:\Program Files (x86)\SoftPro\Select, the following DLLs are missing:

SoftPro.Common.dll
SoftPro.Common.Classes.dll
SoftPro.OrderTracking.Common.dll
SoftPro.Select.Common.dll "

Are they still required in the latest version of SoftPro Select?
BobRichards
Posts: 1376
Joined: Wed Jan 15, 2014 3:50 pm
Location: Raleigh, NC
Contact:

Re: SoftPro Select version 3 - external apps integration DLL

Post by BobRichards »

Since the requirements differ based on which type of Select 3.0 package you are developing (Shell vs Server), I'll include the typical list I use. However, if you are using C# and have installed the SDK, then you can use the Visual Studio templates under Visual C# -> SoftPro -> Select to set up either of projects for you. The following list is from the SDK installed project templates.

Shell Package:
SoftPro.Accounting.Client.dll
SoftPro.ClientModel.dll
SoftPro.OrderTracking.Client.dll
SoftPro.Select.Client.dll
SoftPro.Select.Controls.dll
SoftPro.Select.Shell.dll

Server Package:
SoftPro.Accounting.Client.dll
SoftPro.ClientModel.dll
SoftPro.OrderTracking.Client.dll
SoftPro.Select.Client.dll
SoftPro.Select.Service.dll
SoftPro.ServerModel.dll
Bob Richards, Senior Software Developer, SoftPro
Post Reply