Find option is not working in the visual studio environment. solved this issue follow the below steps.
steps :
1) open the visual studio in safe mode using command devenv/safemode
go to command prompt and type your visual studio path. in my pc is
” C:\Program Files\Microsoft Visual Studio 8\Common7\IDE “
run above code and check.
it work then the problem either the cause should be third-party applications, services or Visual Studio Add-ins.
if find is not working yet then follow the 2nd step.
2) open the command prompt and type your visual studio path. in my pc is
” C:\Program Files\Microsoft Visual Studio 8\Common7\IDE “
type below code : devenv /resetsettings
this command is Restores Visual Studio default settings.
now check in the Visual Studio.
Thnx
it is saying another instance of visual studio is running..
i cant manage to run the program by preesing f5 key or pressing the green symbol on my keyboard..
Comment by chandu — March 5, 2009 @ 10:41 am
Thanks. It saved me a lot of trouble on a tight schedule.
Comment by Girish Lingappa — May 7, 2009 @ 7:11 pm