SelectServer in 4.3 causing issues

Discussions related to custom development with Select.
Post Reply
czentman
Posts: 157
Joined: Tue Dec 02, 2008 12:02 pm

SelectServer in 4.3 causing issues

Post by czentman »

When we copied the Softpro DLL's from the mid-tier server to our local (and production), we got NewtonSoft.JSON mismatched. Do the softpro DLL's use NewtonSoft.JSON as a dependancy? If so, which version?

When we made our project to be 9.0.1, we get the following error on using SelectServer ss.

An exception of type 'System.Reflection.TargetInvocationException' occurred in mscorlib.dll but was not handled in user code

--> using (SelectServer ss = new SelectServer(new Uri(_DBConn.CnnSelectUrl()), creds))


NetworkCredential creds = _DBConn.CnnSelectServer();
using (SelectServer ss = new SelectServer(new Uri(_DBConn.CnnSelectUrl()), creds))
Phil Barton
Posts: 54
Joined: Wed Sep 24, 2008 2:37 pm
Location: Raleigh, NC
Contact:

Re: SelectServer in 4.3 causing issues

Post by Phil Barton »

The Newtonsoft.Json.dll assembly is a dependency. We use version 11.0.2
Phil Barton
Software Architect
SoftPro
Post Reply