SoftPro Select Server Package Template Missing Namespaces

Discussions related to installation and setup of SoftPro products.
Post Reply
mlevi
Posts: 53
Joined: Mon Dec 01, 2014 2:33 pm

SoftPro Select Server Package Template Missing Namespaces

Post by mlevi »

Hi,

We have confirmed that the SDK was installed on our server.
I am working now on creating a new project in C# that will enable us to create import all our orders from our old database to SoftPro.
In essence we need to create new orders, for all these orders.

I am running into an problem.
I started by creating a new project using the Soft Pro select Server Package template.
That i can select from Visual Studio 2010/
I then copied some sample code to create a new order.
I am seeing errors right away that certain namespaces that i am 'using' do not exist.

I know that i need these namespace's since the documentation says the following:

"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"

The project that i create via the template, provided a few references to most of the assemblies that i need but it seems that SoftPro.Select.Common.dll and
SoftPro.OrderTracking.Common.dll are missing.

For the task we want to do which requires importing all our current orders from our database into SoftPro, i believe we need to use the SoftPro Server Package Template.
I tried looking at the Shell Package template but it also does not include references to the two namespaces SoftPro.Select.Common.dll and
SoftPro.OrderTracking.Common.dll which i know we need.

Can it be that the developer environment was not set up properly?
Please advise.
Thanks
BobRichards
Posts: 1377
Joined: Wed Jan 15, 2014 3:50 pm
Location: Raleigh, NC
Contact:

Re: SoftPro Select Server Package Template Missing Namespace

Post by BobRichards »

You are using an old version of the SDK. In addition, several of the DLLs referenced in your old SDK do not exist do not exist anymore.

The SDK has been greatly enhanced with more examples and API documentation. You need to contact your Support Representative at SoftPro for the newest version.
Bob Richards, Senior Software Developer, SoftPro
Post Reply