Add a reference to System.Core when it's already referenced by the build system

前端 未结 5 1774
挽巷
挽巷 2021-02-02 06:02

Visual Studio Intellisense is not recognizing the dynamic keyword, even though the project builds. I tried to add a reference to System.Core to solve the problem. I

5条回答
  •  失恋的感觉
    2021-02-02 06:54


    hello there, I know this post is already old but for those who still looking for a solution, hope this can help u. As Im also facing the same problem bcause I accidentally deleted the System.Core dll.

    And what I did was that I copied that dll from C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework\v4.6.1\System.Core.dll and I pasted these lib into my project bin.

    Later u can see that inside your project the dll is added automatically in the reference. After that, i restart my vs and it works! Goodluck n hope it can solve your prob

提交回复
热议问题