Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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 is required.

I've already tried reinstalling it, and the message persists.

OS is Vista Home Premium. I already have VC# 2008 Express installed.

like image 678
MiffTheFox Avatar asked Apr 20 '10 07:04

MiffTheFox


1 Answers

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] 
like image 114
GnRSlashSP Avatar answered Sep 21 '22 19:09

GnRSlashSP