views:

158

answers:

3
+3  A: 

From the error message, basically, it looks like you miss a font file.

Two solutions:

  • You can try to find the missing file on internet, and put it in the correct folder (I'm guessing Visual Studio has a folder for this, and if not, add it to the Windows fonts). I wouldn't really recommend that, though, as it would probably mean some illegal download (fonts are not simple free objects)

  • It's not normal that you miss a file which looks to be "original" from Visual Studio, so if this file misses, maybe others do too, and in this case you should reinstall Visual Studio

Gnoupi
+1  A: 

A font used by Visual Studio is missing. Drop segoeui.ttf back into your /Fonts folder and all will be well again.

Chris Ballance
A: 

It didn't work, i've tried to reinstall visual studio and reinstall the font file. No luck

You should answer to other answers by commenting them, rather than writing a new answer.
Gnoupi
@Gnoupi I think 50 rep points is required to comment. Kevin might be able to comment on his one question or edit his own question though.
Chris Persichetti