How do I truly reset every setting in Visual Studio 2012?

Visual Studio has multiple flags to reset various settings: /ResetUserData – (AFAICT) Removes all user settings and makes you set them again. This will get you the initial prompt for settings again, clear your recent project history, etc. /ResetSettings – Restores the IDE’s default settings, optionally resets to the specified VSSettings file. /ResetSkipPkgs – Clears … Read more

How do I create an InstallShield LE project to install a windows service?

For Visual Studio 2012 & InstallShield LE, do the following: Run through the InstallShield project assistant and add the primary output of your service to the Application files section. After you are done with the project assistant, double click the “Files” item under step two of the setup project. Right click on the primary output … Read more

Visual Studio can’t build due to rc.exe

Found this on Google… I would assume that in your case you would copy rc.exe and rcdll.dll to visual studio 2012\vc\bin or wherever you have it installed: Part 2: FIX LINK : fatal error LNK1158: cannot run ‘rc.exe’ Add this to your PATH environment variables: C:\Program Files (x86)\Windows Kits\8.0\bin\x86 Copy these files: rc.exe rcdll.dll From … Read more

Where can I locate themes for VS2012

Yes, luckily you can revert the Visual Studio 2012 ALL CAPS menus to normal menus by hacking the registry: Launch regedit and navigate to HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\11.0\General Create a DWORD value named SuppressUppercaseConversion with value 1. NOTE: As explained in the answer pointed by Yahoo Serious, the VisualStudio part on the registry key name should be changed … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)