Search found 6 matches

by ShawnALaw
Fri Aug 23, 2019 12:48 pm
Forum: Integration Development
Topic: Missing DLL?
Replies: 14
Views: 16903

Re: Missing DLL?

Nothing was thrown. It is being caught and handled by the SelectServer.TryAuthenticate method and I'm not able to see what's going on inside of that method. I did, however, turn ALL exceptions on, and do see a lot of IO errors: Managed Debugging Assistant 'LoadFromContext' has detected a problem in ...
by ShawnALaw
Wed Aug 21, 2019 10:17 am
Forum: Integration Development
Topic: Missing DLL?
Replies: 14
Views: 16903

Re: Missing DLL?

I tried replacing the DLLs on my local machine and the dev machine with the ones from production. There was no difference. I did the entire folders worth of DLLs.
by ShawnALaw
Tue Aug 20, 2019 11:39 am
Forum: Integration Development
Topic: Missing DLL?
Replies: 14
Views: 16903

Re: Missing DLL?

The dlls on the servers appear to be the same, and in the same location. I'm not catching an exception. the method "SelectServer.TryAuthenticate" has a string out parameter that is returning the error. There doesn't seem to be any overloads that would allow me to catch an exception. I curr...
by ShawnALaw
Fri Aug 16, 2019 1:26 pm
Forum: Integration Development
Topic: Missing DLL?
Replies: 14
Views: 16903

Missing DLL?

I've come across a very strange error that I can't seem to track down. We have a development server and a production server for SoftPro. I've built an API to communicate with the SoftPro server. When I connect to the development server, everything works fine. When I connect to the production server,...
by ShawnALaw
Thu Jul 11, 2019 3:28 pm
Forum: Integration Development
Topic: Retrieving Errors/Warnings
Replies: 2
Views: 1145

Re: Retrieving Errors/Warnings

Excellent! I could not for the life of me find what they were called. I'm not sure how I missed that now, though. Thank you very much.
by ShawnALaw
Thu Jul 11, 2019 10:37 am
Forum: Integration Development
Topic: Retrieving Errors/Warnings
Replies: 2
Views: 1145

Retrieving Errors/Warnings

So I'm working on an internal API for softpro that was started by a different person a few months ago. They have a service sitting somewhere with custom validations using OrderSavingEventArgs.AddError API-side, when I try to save an order with OrderStore.ApplyChanges(Iorder), if the validation fails...