This seems difficult to resolve since its on a hosting service. Should I ask them to resolve it? Here's the error:
Error: is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: e:\web\public_html\server\wwwroot\DesktopModules\OpenContent\Edit.ascx(28): error CS0433: The type 'Newtonsoft.Json.JsonConvert' exists in both 'c:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\841d488d\2b9c2708\assembly\dl3\c14b200c\c2ca397b_8fe3d101\Newtonsoft.Json.Net35.DLL' and 'c:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\841d488d\2b9c2708\assembly\dl3\61600bbf\00d93da0_edf4d201\Newtonsoft.Json.DLL' ---> System.Web.HttpCompileException: e:\web\public_html\senga\wwwroot\DesktopModules\OpenContent\Edit.ascx(28): error CS0433: The type 'Newtonsoft.Json.JsonConvert' exists in both 'c:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\841d488d\2b9c2708\assembly\dl3\c14b200c\c2ca397b_8fe3d101\Newtonsoft.Json.Net35.DLL' and 'c:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\841d488d\2b9c2708\assembly\dl3\61600bbf\00d93da0_edf4d201\Newtonsoft.Json.DLL' at System.Web.Compilation.BuildManager.PostProcessFoundBuildResult(BuildResult result, Boolean keyFromVPP, VirtualPath virtualPath)
I have tried changing debug mode to true, refreshing for a recompile and then changing it back to false, as suggested here, by Cathal Connolly. Unfortunately, that didn't work. Which one is more valid for DNN? Newtonsoft.Json.Net35.DLL or Newtonsoft.Json.DLL ? The module works fine on my localhost.
Should I try to get the hosting service to delete one?