How to fix the “The system cannot find the file specified. (Exception from HRESULT:0X80070002)” error in Visual Studio?

后端 未结 9 999
日久生厌
日久生厌 2021-02-02 11:28

i trying to create a new project in visual studio .it give some error

please give me some suggestions.....\"enter

9条回答
  •  不思量自难忘°
    2021-02-02 11:47

    I am using Visual Studio 2015 Express Web and had the same problem. I searched a lot for solutions and none of these worked:

    • Reinstall Nuget for Visual Studio 2015
    • Replace Nuget for Visual Studio 2015 with the former Nuget
    • Run Visual Studio as Administrator
    • Modify/Delete IISExpress applicationhost.config file
    • Reinstall IISExpress

    The only thing that solved it was a Repair-install of Visual Studio:

    • Press Windows + R
    • Enter appwiz.cpl and press Enter
    • Right-click the entry "Microsoft Visual Studio Express 2015 for Web" and click "Repair"
    • Be patient...

    Note: This is going to reinstall all packages that you have uninstalled, because you weren't needing them (eg. Microsoft SQL Server Native Client).

提交回复
热议问题