I'm trying to change font and text colors in Visual Studio Professional 2015, but the options don't exist. I have my solution open/loaded, it's C#/MVC.
The problem happened after I signed into my Microsoft account in VS. My custom colors were imported from my account, but I couldn't make any changes to them. (The changes saved, but colors weren't actually updated in the editor.) I ran devenv /resetsettings
, that led to the current problem. I then repaired VS, that didn't fix the problem. I also tried devenv /ResetUserData
, that didn't work. I tried importing a theme from studiostyl.es. The theme colors do show up in the editor, but I still cannot customize them as seen in the screenshot below.
UPDATE: I completely uninstalled VS then reinstalled it, the problem has persisted. I'm out of ideas at this point.
Why am I unable to change my color settings?
I sometimes receive this error when opening the Fonts and Colors tab specifically. The only error in the referenced file is given below the image.
<entry>
<record>396</record>
<time>2016/01/26 19:18:52.544</time>
<type>Error</type>
<source>VisualStudio</source>
<description>CreateInstance failed for package [Microsoft Data Transformation Services Designer][Could not load file or assembly 'Microsoft.DataTransformationServices.VsIntegration' or one of its dependencies. The system cannot find the file specified.]:{ at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
 at System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
 at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
 at System.Activator.CreateInstance(String assemblyString, String typeName, Boolean ignoreCase, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, Evidence securityInfo, StackCrawlMark& stackMark)
 at System.Activator.CreateInstance(String assemblyName, String typeName)
 at System.AppDomain.CreateInstance(String assemblyName, String typeName)}</description>
<guid>{96B36E93-F71C-4160-A4EA-26AE801D2F63}</guid>
<hr>80070002</hr>
<errorinfo>Could not load file or assembly 'Microsoft.DataTransformationServices.VsIntegration' or one of its dependencies. The system cannot find the file specified.</errorinfo>
</entry>