Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot import fonts & colors in Visual Studio 2013

I have two installs of Visual Studio 2013 RTM, both from the same ISO, both running on Windows 8.1 machines. Both are set up identically as far as I can tell- same extensions and all. One will allow me to import fonts & colors along with any other settings I choose without issue. The other will allow me to import any settings of my choosing as except fonts & colors. I either receive no error and nothing changes, or I receive a message that import of fonts & colors failed because of an "internal error" I have tried everything that I can think of:

  • I am running VS as administrator
  • I have used the "Reset all Settings" option
  • I have deleted all of the settings files
  • I have reinstalled Visual Studio
  • I have tried importing all settings and just fonts and colors off of both an RC and an RTM install.

Nothing works and I am at a loss as to how to solve this.

like image 445
joelmdev Avatar asked Nov 05 '13 18:11

joelmdev


People also ask

Why is my downloaded font not working?

Easiest fix: Download and reinstall the correct version of the file, making sure the font is compatible with your operating system. Locate the font files on your system and remove any duplicates. If that doesn't work, use the font in a different app to see if the font works at all.

Why can't I install fonts on Windows 10?

Some users reported that they fix the installed fonts not showing up in Word windows 10 error simply by moving the file to another location. To do so, you can copy the font file and then paste it into another folder. After that, right-click the font from the new location and select Install for all users.

How do I import a TTF file?

To install the TrueType font in Windows: Click on Start, Select, Settings and click on Control Panel. Click on Fonts, click on File in the main tool bar and select Install New Font. Select the folder where the font is located. The fonts will appear; select the desired font that is titled TrueType and click on OK.

Why can't I add fonts to my Mac?

Install fonts On your Mac, do any of the following: In the Font Book app , click the Add button in the Font Book toolbar, locate and select a font, then click Open. Drag the font file to the Font Book app icon in the Dock. Double-click the font file in the Finder, then click Install Font in the dialog that appears.


Video Answer


1 Answers

I had this same issue and it looks like its an ID mismatch in the themes. If you open your exported settings look for the following node in the XML:

<Theme Id="{GUID_GOES_HERE}"/>

Export your current settings, find the Theme ID of the exported settings, and replace the ID of your desired settings with the one from the freshly exported one and everything should work.

EDIT: Issue filed with Microsoft Connect is here. Although they said they'd update the error message to be more informative, it doesn't look like they have.

like image 111
mynameiscoffey Avatar answered Sep 30 '22 06:09

mynameiscoffey