What is the *.VC.db file in Visual Studio projects?

This happens after you installed VS2015 Update 2. The projname.vc.db file is the new IntelliSense database, it replaces the old projname.sdf database. Not otherwise by deleting that .sdf file. You may also see a hidden projname.vc.vc.opendb file, a lock file to indicate that the dbase is in use. Crystal ball says that somebody is bound … Read more

Packages not loading after installing Visual Studio 2015 RTM

I have Visual Studio 2012, 2013 and 2015 all installed on my machine. After installing Visual Studio 2013 Update 5, I started getting the “package did not load correctly” error in VS 2013. All I did to get it working was to follow this step: Close all instances of Visual Studio Delete everything in this folder C:\Users\%username%\AppData\Local\Microsoft\VisualStudio\12.0\ComponentModelCache Restart Visual … Read more

Unable to start debugging. The startup project could not be launched. VS2015

After upgrading MSVC2015 to Update3, I had the same problem: instead of std::map in the Watch window display as a horrible std::_Tree<std::_Tmap_traits… etc., some plugins started to throw exceptions, some projects was not able to run in debug mode. All was solved by deleting CurrentSettings.vssettings. It is usually located at Documents\Visual Studio 2015\Settings If not, … Read more

How to install Visual C++ Build tools?

I just stumbled onto this issue accessing some Python libraries: Microsoft Visual C++ 14.0 is required. Get it with “Microsoft Visual C++ Build Tools”. The latest link to that is actually here: https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2019 When you begin the installer, it will have several “options” enabled which will balloon the install size to 5gb. If you have … Read more

Force uninstall of Visual Studio

I was running in to the same issue, but have just managed a full uninstall by means of trusty old CMD: D:\vs_ultimate.exe /uninstall /force Where D: is the location of your installation media (mounted iso, etc). You could also pass /passive (no user input required – just progress displayed) or /quiet to the above command … Read more

Find Results not displaying Results

Check registry fixes in this thread. That helped me. To make sure it won’t disappear I’m copying the solution from Martin Rosselle here: Please check if the following registry key is ok. Fixing this solved the issue for me. Copy the text below and save it as .reg file. Go to regedit.exe and import saved … Read more

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