Search found 2 matches

by kevinfoster
Wed Feb 19, 2020 8:22 pm
Forum: Integration Development
Topic: Testing version 4.6.5
Replies: 35
Views: 78646

Re: Testing version 4.6.5

Hey Bob. An issue we have found using version 4.6.5 of SoftPro is that anytime we create an instance of the SelectServer object( such as SelectServer ss = new SelectServer(new Uri(SP_URI), creds)), it causes SmtpClient to throw an error of: Unable to cast object of type 'System.Net.Mail.SmtpClient' ...
by kevinfoster
Mon Feb 17, 2020 5:19 pm
Forum: Integration Development
Topic: Testing version 4.6.5
Replies: 35
Views: 78646

Re: Testing version 4.6.5

Hey Bob. We were able to successfully build a web api and call it. The nuget package actually did not work, as it's version(4.5.5) did not match our server(4.6.5). However, it did give us the exact list of DLLs to include. Once we included only those from our 4.6.5 install, everything worked perfect...