Search found 75 matches

by enendza
Fri Feb 28, 2020 12:56 pm
Forum: Integration Development
Topic: Testing version 4.6.5
Replies: 35
Views: 78672

Re: Testing version 4.6.5

Added these lines of code and the error went away ServicePointManager.ServerCertificateValidationCallback = AcceptAllCertifications private static bool AcceptAllCertifications(object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors sslPolicyErrors) { return true; } Seems that th...
by enendza
Tue Feb 25, 2020 8:34 am
Forum: Integration Development
Topic: Testing version 4.6.5
Replies: 35
Views: 78672

Re: Testing version 4.6.5

Also I have attached the stacktrace of the error that shows the source as "SoftPro.ClientModel" - The references in the project are: SoftPro.Accounting.Client SoftPro.ClientModel SoftPro.Documents.Client SoftPro.EntityModel SoftPro.Imaging.Client SoftPro.OrderTracking.Client SoftPro.Procee...
by enendza
Tue Feb 25, 2020 8:30 am
Forum: Integration Development
Topic: Testing version 4.6.5
Replies: 35
Views: 78672

Re: Testing version 4.6.5

Morning- Just wanted to follow up on this issue. Here is the simplest code example to reproduce what we are seeing. Console App .NET Framework Framework 4.7.2 1st print screen shows the code 2nd print screen the error If we just remove this ONE like of code "SelectServer ss = new SelectServer(n...
by enendza
Mon Feb 17, 2020 4:55 pm
Forum: Integration Development
Topic: Testing version 4.6.5
Replies: 35
Views: 78672

Re: Testing version 4.6.5

Bob -

Kevin will be opening a ticket with the results of our test.
by enendza
Fri Feb 14, 2020 4:51 pm
Forum: Integration Development
Topic: Testing version 4.6.5
Replies: 35
Views: 78672

Re: Testing version 4.6.5

Hi - I DELETED all of my references to the SoftPro assemblies from the WebAPI Project that I am using I installed SoftPro.Select.Server.SDK v4.6.5. from NuGet Got an error on Compile (see below) THEN Started a brand NEW WebAPI project I installed SoftPro.Select.Server.SDK v4.6.5. from NuGet Got the ...
by enendza
Fri Feb 14, 2020 11:45 am
Forum: Integration Development
Topic: Testing version 4.6.5
Replies: 35
Views: 78672

Re: Testing version 4.6.5

My Console app has the same references that my WebAPI does.

I will get the NuGet package and see it that works. I am worried about the code that we have not working .. but we will see ..
by enendza
Fri Feb 14, 2020 7:23 am
Forum: Integration Development
Topic: Testing version 4.6.5
Replies: 35
Views: 78672

Re: Testing version 4.6.5

Hi - When you say "If you are writing a WebApp, you don't need any of the Select Client UI components. In this case, you should use the the Select components used in the console app. These will allow you to access Select without having to load CefSharp." please help me understand ... #1: T...
by enendza
Thu Feb 13, 2020 1:11 pm
Forum: Integration Development
Topic: Testing version 4.6.5
Replies: 35
Views: 78672

Re: Testing version 4.6.5

Hi - To rule out SoftPro as the cause I created a NEW WebAPI project and added a refernce to the CefSharp files .. AND .. GOT THE SAME ERROR :o . Seems that it is a known issue about having a reference to CefSharp assemblies in a WebAPI project. Here are a couple of links that talk about it. https:/...
by enendza
Sat Feb 08, 2020 2:29 pm
Forum: Integration Development
Topic: Testing version 4.6.5
Replies: 35
Views: 78672

Re: Testing version 4.6.5

Yes we have tried to copy all of the files into the bin directory and the our project still errors. here is an important difference: I follow the steps when creating a Console App project and add the necessary references - EVERYTHING IS FINE - DOESN'T have a reference to CefSharp or any of those fil...
by enendza
Fri Feb 07, 2020 1:05 pm
Forum: Integration Development
Topic: Attachment Folder List
Replies: 3
Views: 2413

Re: Attachment Folder List

Thanks - I am not looking for attachment info (not file specific info) JUST the name of the folders that are shown to the user that they can use to store data. Is that in the BLOB DB also? If it is associated with the template (which is an order) is there a place in the DB that lists the directories...