Page 1 of 1

Server API Error SoftPro.EntityModel.dll

Posted: Tue Feb 19, 2019 1:44 pm
by tmeisinger
My code (compiled DLL) runs fine locally when running under my localhost, but when pushed to our website, I'm getting the following when attempting to "using (IOrder Order = OrderStore.NewOrder(spec))"

An exception of type 'System.TypeLoadException' occurred in SoftPro.EntityModel.dll and wasn't handled before a managed/native boundary

Additional information: Failed to load type 'SoftPro.OrderTracking.Client.Constants+Permissions+Order+RecordingAndTransferTaxes+CollectedVsActualCharges, SoftPro.OrderTracking.Client, Version=4.3.0.0, Culture=neutral, PublicKeyToken=3834c39820615aaf'.

Could someone point me in the right direction? Please?

Re: Server API Error SoftPro.EntityModel.dll

Posted: Tue Feb 19, 2019 4:16 pm
by John Morris
Did you ensure you have all the proper dlls copied to your web server? That error most likely indicates a missing file.