<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/23110236?origin\x3dhttp://dotnettechnology.blogspot.com', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe", messageHandlersFilter: gapi.iframes.CROSS_ORIGIN_IFRAMES_FILTER, messageHandlers: { 'blogger-ping': function() {} } }); } }); </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: