How do I fix an “Invalid license data. Reinstall is required.” error in Visual C# 2010 Express?

后端 未结 30 2491
[愿得一人]
[愿得一人] 2020-12-08 10:03

I\'ve tried to install Visual C# 2010 Express edition onto my PC, but whenever I try to run it, I get a error message.

Invalid license data. Reinstall

30条回答
  •  佛祖请我去吃肉
    2020-12-08 10:23

    I am using Visual Studio 2013 and I have the same issue but it occurs when I try to open a solution that was made using Visual Studio 2010.

    The solution for me is to open the solution file (.sln), using notepad and change this line:

    [# Visual Studio 2010]
    

    to this:

    [# Visual Studio 2013]
    

提交回复
热议问题