<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> <iframe src="http://www.blogger.com/navbar.g?targetBlogID=23110236&amp;blogName=Microsoft+.NET+Technology+C%23,ASP.NET+...&amp;publishMode=PUBLISH_MODE_BLOGSPOT&amp;navbarType=SILVER&amp;layoutType=CLASSIC&amp;searchRoot=http://dotnettechnology.blogspot.com/search&amp;blogLocale=en_US&amp;homepageUrl=http://dotnettechnology.blogspot.com/&amp;vt=160649377939439772" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" height="30px" width="100%" id="navbar-iframe" allowtransparency="true" title="Blogger Navigation and Search"></iframe> <div></div>

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: