You must add a reference to assembly 'netstandard, Version=2.0.0.0

后端 未结 17 2562
遇见更好的自我
遇见更好的自我 2020-12-02 08:23

The project is an ASP.NET MVC Web App targeting the .NET Framework 4.6.1.

All of a sudden (some NuGet packages were upgraded) I started to get the following error du

17条回答
  •  忘掉有多难
    2020-12-02 08:54

    I am facing Same Problem i do following Setup Now Application Work fine

    1-

    
          
            
          
        
    

    2- Add Reference

     **C:\Program Files (x86)\Microsoft Visual
    Studio\2017\Professional\Common7\IDE\Extensions\Microsoft\ADL
     Tools\2.4.0000.0\ASALocalRun\netstandard.dll**
    

    3-

    Copy Above Path Dll to Application Bin Folder on web server

提交回复
热议问题