Could not load file or assembly 'BlueDot.Eam.Work.Server' or one of its dependencies or HTTP 400 & 500 errors

Problem

  • 500 or 400 error on all device when syncing a device. 
  • Error when browsing to Web Service pages: Could not load file or assembly 'BlueDot.Eam.Work.Server' or one of its dependencies. The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG)) 

Solution

There are corrupted .NET Assemblies in the .NET temp folder on the IIS server (Adv Mobile web server)

  1. Run iisreset /stop in Powershell or CMD
  2. Delete all folders in C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\ on the IIS server
  3. Run iisreset /start in Powershell or CMD

Have questions? Email support@bluedotsolutions.com