Visual Studio- Illegal characters in path

前端 未结 5 1822
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-18 12:43

This happen after Visual Studio Community 2017 latest update. Every time I try to open my project I get following warning:

Warning IDE0006 Error e

5条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-18 13:32

    This solution works if you are facing the problem with Azure Function.

    1. Close your Visual Studio
    2. Type %localappdata% in Start(Window Search)
    3. Delete Folder AzureFunctionsTools
    4. Restart Visual Studio
    5. Select Your Project and Run.

    It works!

提交回复
热议问题