Search found 4 matches

by mike.dice
Mon Apr 17, 2023 2:56 pm
Forum: Integration Development
Topic: Query tool
Replies: 0
Views: 23039

Query tool

Hi - my client would like me to write a query tool that queries Softpro data for a set of fields that are of interest to them. Example: Select all users who's SSN is 'xxx-xxx-xxxx' OR(lastname contains 'doe' and 'firstname' contains jane') I want this query to run from a service process and I will a...
by mike.dice
Mon Apr 17, 2023 2:49 pm
Forum: Integration Development
Topic: Missing DLL?
Replies: 14
Views: 16620

Re: Missing DLL?

By the way clearing out my project references from the wizard generated project pointing my project references to files in the 'C:\Program Files (x86)\SoftPro\Select' worked totally fine. Thanks to Bob for the pointer.
by mike.dice
Mon Apr 17, 2023 2:10 pm
Forum: Integration Development
Topic: Missing DLL?
Replies: 14
Views: 16620

Re: Missing DLL?

I'm using the Visual Studio 'SoftPro Select Console Application' project wizard that the SoftPro Select SDK installer installed on my computer. Is it a bug that the SoftPro Select SDK's wizard does not generate projects that compile and run without the need to go find and copy SDK files? Just curiou...
by mike.dice
Mon Apr 17, 2023 12:56 pm
Forum: Integration Development
Topic: Missing DLL?
Replies: 14
Views: 16620

Re: Missing DLL?

I have this problem too. The first sample I tried to build for SoftPro. The code is below. The first time ss.TryAuthenticate failed the reason string said I was missing Microsoft.ApplicationInsights. So I added that with 'manage Nuget packages and tried again. Now it says I am missing Microsoft.AI.S...