How to set up a development environment?

Discussions related to installation and setup of SoftPro products.
Post Reply
manjunath.bhat
Posts: 7
Joined: Wed Mar 08, 2017 4:01 am

How to set up a development environment?

Post by manjunath.bhat »

Hi,

I am a developer working out of FNFI location. We just received Soft Pro Client and SDK for new development (Select 4.1.6.1).
We want to retrieve order information, modify it and save it as a beginner task before jumping in on project specific task.
When we try to open client that has been installed, it shows following screen where it is asking to "Connect to Select Server"
Image

Also, SoftPro Select SDK Documentation tells us to select server in order to create an order, with network credential
NetworkCredential creds = new NetworkCredential("admin", "Passw0rd", "[SERVER]");
using (SelectServer ss = new SelectServer(new Uri("http://localhost:8080"), creds))

Where to find Select Server and is there any other steps we need to take in order to set up a development environment?
BobRichards
Posts: 1376
Joined: Wed Jan 15, 2014 3:50 pm
Location: Raleigh, NC
Contact:

Re: How to set up a development environment?

Post by BobRichards »

Sadly, this is way too broad a question to answer here. Please see your contacts in SoftPro for additional information.
Bob Richards, Senior Software Developer, SoftPro
Post Reply