Server API Error SoftPro.EntityModel.dll

Discussions related to custom development with Select.
Post Reply
tmeisinger
Posts: 75
Joined: Fri Apr 24, 2015 10:33 am

Server API Error SoftPro.EntityModel.dll

Post 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?
John Morris
Posts: 411
Joined: Thu Sep 11, 2008 11:35 am
Location: Raleigh, NC, USA
Contact:

Re: Server API Error SoftPro.EntityModel.dll

Post 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.
John Morris
Sr. Software Architect
SoftPro
Post Reply