DCSIMG
HotFix,TECH - Shai Raiten's Blog

Shai Raiten's Blog

It's all about code...

Browse by Tags

All Tags » HotFix » TECH (RSS)
VS/TFS 2012 Update 2 & Update 3 CTP
Couple of days ago Brian Harry post about the new release of Update 2 for Visual Studio and TFS 2012, and today another release of Update 3 that isn’t big a Update 1 and 2 but contains a set of bug fixes that can ease you work. Before jumping to Update 3, if for some reason you’re not using Update 2 this is the time to read about it and install it! Update 2 VS/TFS 2012.2 (Update 2) Visual Studio 2012 Update 2 (VS 2012.2) ISOs available Team Explorer Everywhere 2012 Update 2 Update 3 – CTP Visual...
VS 2010 RC Intellisense Crash Issue – Registry Patch
VS 2010 RC Intellisense Crash Issue – Registry Patch In my previous post VS 2010 RC Intellisense Crash Issue – Patch there is a patch that you can download to fix Crashing issue with Visual Studio 2010 RC, this patch didn’t works for me. Another workaround to solve this issue is not a pretty one, but it works! Open RegEdit and map to HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\10.0\General and add a new DWORD called “EnableUnhandledExceptionDisplay” with value “1”. After this you will get a...