“Missing compiler required member” error being thrown multiple times with almost no changes to code

后端 未结 12 1244
既然无缘
既然无缘 2020-12-13 22:46

Today after deploying some changes to a C# MVC site that I run, I went back to make some more modifications and came across this error:

Missing compil

12条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-13 23:18

    I don't know if anyone else has experienced this, but I suddenly rain into this error after adding some code utilizing dynamic types and incorporating WebAPI into a project that originated as a TypeScript application in VS2013. Simply adding a reference to Microsoft.CSharp resolved my issue.

    Hope this helps someone else.

提交回复
热议问题