500 Errors After Upgrade to 11.0.4.2016
We just upgraded to 11.0.4.2016 in 2 of our environments. In both environments we noticed that drop down lists and the home page doesn't work. I noticed that in the console there are a ton of 500 errors regarding /api/v3. Has anyone seen this issue before? We use Dynatrace to monitor the site and the stack trace shows 'System.MissingMethodException'.
Example 500 error (removed the server name):
GET http://myawesomescsmserver/api/V3/Enum/GetList/?Id=0d1c5836-644E-bfe4-5adf-cfe40fc08dfa 500 (Internal Server Error)
Answers
In case anyone is wondering, the following is missing in 11.0.4.2016 build in the web.config:
<dependentAssembly>
<assemblyIdentity name="System.Net.Http" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0" />
</dependentAssembly>
Hey @Robert_Auten - we recently released a hotfix to both baseline and latest lanes to address the issue that you raised above.
Thank you!