<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d23110236\x26blogName\x3dMicrosoft+.NET+Technology+C%23,ASP.NET+...\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dSILVER\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://dotnettechnology.blogspot.com/search\x26blogLocale\x3den_US\x26v\x3d2\x26homepageUrl\x3dhttp://dotnettechnology.blogspot.com/\x26vt\x3d7346418948838607653', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

Sponsored by..

C# Express edition 2005 strange error :: resolution

Sunday, August 20, 2006

Recently,I spent sleepless nights due to an unknown bug in visual C# Express edition 2005.It meant a huge loss to my development experience.I had to stop practicing C# for more than 12 days time.The menubar & toolbar controls were redundant,i.e the controls got multiplied on the GUI.The arrow keys(navigation elements) were not functioning either.I searched for a solution all over the internet but to no avail.I did all those I could and finally a reset command did the trick.

Resolution ::
Start-->Run-->type in cmd-->ok
Navigate to C:\Program Files\Microsoft Visual Studio 8\Common7\IDE>vcsexpress.exe /setup

This should solve the mystery ;)

Author: kiran » Comments: