Syntax/Intellisense broken?

前端 未结 1 1631
离开以前
离开以前 2021-01-24 15:18

I\'m working with Visual Studio 2010 which seems to have suddenly broken?! I have a solution open, opened a class and added:

namespace Admin
{
    public static          


        
1条回答
  •  青春惊慌失措
    2021-01-24 15:54

    Fixed it - Just for other FYI :

    1. Closed Visual Studio.
    2. Deleted the Solution (.sln) File from the solution folder.
    3. Opened Visual Studio.
    4. Opened the first/main project (from the broken solution).
    5. Added the remainder of the projects that were in that solution.
    6. Saved the new Solution File.

    This appears to have worked!! :)

    0 讨论(0)
提交回复
热议问题