本文介绍了VS2008窗体无法在Windows 7的Designer中打开的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在XP / 32上使用VS2008 SP1创建了许多VC ++ 2008 Windows窗体项目。 我可以在Windows 7/32安装上打开并运行它们,但实际上我的所有表单都不会在Forms Designer中打开。 我得到了这个消息:


"VCProject或VCCCodeModel尚未准备好。 请关闭设计师并重试。"


我在Windows XP中打开它们没有问题。 我尝试过使用Windows 7旗舰版和Windows 7专业版的两台不同电脑。


我试过转储解决方案智能感知文件,但这没有帮助。


任何想法?





扫描人员

解决方案

I have a number of VC++ 2008 Windows Forms Projects created on XP/32 with VS2008 SP1.  I can open and run them on Windows 7/32 installations, but virtually all of my Forms will not open in the Forms Designer.  I get this messsage:

"Either VCProject or VCCCodeModel is not ready yet.  Please close designer and retry again."

I have no problem opening them in Windows XP.  I've tried on two difference computers with Windows 7 Ultimate and Windows 7 Pro.

I've tried dumping the Solution Intellisense file, but that doesn't help.

Any ideas?


Scanner Man

解决方案


这篇关于VS2008窗体无法在Windows 7的Designer中打开的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-02 11:43