The type 'System.Object' is defined in an assembly that is not referenced

后端 未结 6 1229
小蘑菇
小蘑菇 2020-12-30 18:49

I installed a Microsoft ASP.NET Web API Compression nuget package to my project and added a line to WebApiconfig inside Register method as shown in this link https://www.nug

6条回答
  •  粉色の甜心
    2020-12-30 19:19

    Installing and removing System.ValueTuple via Nuget left a System.ValueTuple.dll file in my bin folder. Deleting it solved the problem for me.

提交回复
热议问题