Click here to Skip to main content
15,881,600 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear all,

I have been working in a desktop application development in Visual Studio 2010 and it is almost at the end of it.
My problem is that when I am trying to change the properties of previous controls it seems blank I cannot find anything in properties window, but all the previous changes done on them are implemented now also.

If I try to change the controls listed in properties windows it says Visual Studio encountered a problem and need to restart and restart.

I had reinstalled Visual Studio now my project deadline is approaching and I do not know what to do.
Please help if anyone had any idea.
plsssssss
Posted
Updated 13-Nov-11 7:00am
v2

I have had similiar things before, and deleted some files to sort things out.

It talks about it here; http://stackoverflow.com/questions/96780/why-is-visual-studio-constantly-crashing[^]

maybe worth a shot (remember to backup your projects first (just in case!)
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 13-Nov-11 17:45pm    
Good points, my 5. I added a couple items to your advice, please see my solution.
--SA
SREENATH GANGA 14-Nov-11 13:06pm    
I had deleted .suo files but cannot find any.ncb or .user files and Iam not geting properties for controlls added in new forms also
DaveAuld 14-Nov-11 13:11pm    
and you tried the basics like a full clean and rebuild (from the build menu?)
SREENATH GANGA 30-Nov-11 5:33am    
yes
SREENATH GANGA 30-Nov-11 5:33am    
but the same resullt
In addition to the solution by Dave: if what is described in the link he provided is the reason of your problem (which is very likely), you have some other problem: you need to get a habit to build your project from scratch on regular basic, as a sanity check, and you also need to know precisely which files are your source files and which are temporary; unfortunately, Visual Studio mixes some of them up together.

Speaking of the backup… hm, there is more to it: don't even play with the idea of doing your development without Revision Control system. If could be Open Source, free of charge, non-intrusive and extremely light weight even for an individual developer.

See this discussion: Revision control systems, which to choose from?[^].

—SA
 
Share this answer
 
Sorry I had tried all the tips given by you and found that my totl vista registry is corrupted due visual studio sdk updates(asper microsoft helpdesk) .I manage to format my system and reinstall VS...and back up of project runs normally showing properties
anyway thank you for help and sparing time frnds
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900