且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

控制属性不可用

更新时间:2022-06-13 22:40:57

我以前有过类似的事情,并删除了一些文件以进行分类.

它在这里谈论它; http://***.com/questions/96780/why-is-visual-studio-不断崩溃 [ ^ ]

也许值得一试(切记先备份您的项目(以防万一!)
I have had similiar things before, and deleted some files to sort things out.

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

maybe worth a shot (remember to backup your projects first (just in case!)


除了Dave的解决方案:如果他提供的链接中描述的是您的原因,问题(很有可能),您还有其他问题:您需要养成从常规基础上从头开始构建项目的习惯,以进行健全性检查,还需要准确地知道哪些文件是您的源文件,以及哪些文件是您的源文件.是临时的;不幸的是,Visual Studio将其中的一些混合在一起.

说到备份……嗯,还有更多内容:甚至不要考虑没有版本控制系统进行开发的想法.如果可能是开源的,免费的,非侵入性的,并且即使对于单个开发人员也非常轻巧.

请参阅以下讨论:版本控制系统,您可以从中选择? [ ^ ].

—SA
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


对不起,我尝试了您提供的所有技巧,发现由于Visual Studio sdk更新(微软帮助台),我的tost vista注册表已损坏.我设法格式化系统并重新安装VS ...,并且备份了正常显示属性的项目运行
无论如何,谢谢您的帮助和宝贵的时间
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