Windows 7 设计模式中的 VWD 2010 Express 问题
到目前为止,我在 Windows XP 上使用 VWD 2010
express 非常顺利。现在我有了一台新笔记本电脑 - 装有 Windows 7 64 位。昨天我安装了 VWD 2010 express
。我将所有数据转移到新笔记本电脑上。当我打开一个现有项目时,它打开得很好,甚至运行得很好。但是当我处于设计模式时,我遇到了很多问题,例如
- .aspx 页面中看不到光标,并且滚动不起作用。无法编辑任何内容。但是 .aspx.cs 工作正常
当我按
Ctrl + F
时,查找窗口会打开,但是当我给出 find next 时,看不到该实例,并且页面不会导航到该实例< /p>当我双击解决方案资源管理器中的一个文件,我没有看到它打开。但是,当我最小化整个 VWD 并最大化它时,我看到单击的页面已打开。
有时(主要是在项目加载后)屏幕的一部分是黑色的,当我最小化 VWD 并最大化时,页面会正确显示。
我尝试了“修复”,还卸载并重新安装了整个 VWD 2010 Express - 问题仍然存在。我不知道这可能是什么问题。我在安装 VWD 时没有遇到任何问题。这可能是 VWD 问题、内存问题(8GB RAM)或显卡(专用)问题吗?非常感谢任何帮助。
So far I was using VWD 2010
express quite smoothly on Windows XP. Now I have got a new laptop - with Windows 7 64 bit. Yesterday I installed VWD 2010 express
. I transfered all my data to the new laptop. When I open an existing project, it opened well and even runs very well. But when I am design mode I have lots of problems like
Cursor is not seen in the .aspx page and scrolling does not work. Cant edit anything. However .aspx.cs works normally
when I press
Ctrl + F
, Find window opens up but when I give find next, the instance is not seen and the page does not navigate to the instanceWhen I double click on a file in the solution explorer, i dont see it open. But when I minimise the entire VWD and maximise it, I see that the clicked page is open.
sometimes (mostly just after the project is loaded) part of the screen is black and when i minimise VWD and maximise, the page is properly shown.
I tried Repair and also uninstalled and reinstalled the entire VWD 2010 express - the problem still exists. I dont know what problem it could be. I did not encounter any problem while installing VWD. Could this be a VWD problem or memory problem (8GB RAM) or graphic card(dedicated) problem? Any help is highly appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我昨天解决了这个问题,今天登录论坛发布我的解决方案,以便稍后对其他人有所帮助。这就是我所做的:
我打开控制面板中的“兼容性疑难解答”,发现存在兼容性问题。因此我进行了更改,以兼容模式打开VWDexpress(在我的例子中是Windows XP service pack2)并保存设置。现在效果很好。
I solved the issue yesterday, I logged in to the forum today to post my solution so that it helps someone later. Here is what I did:
I opened the "Compatibility Troubleshooter" in the control panel and identitified that there is a compatibility issue. So I made changes to open VWDexpress in the compatible mode (In my case it was Windows XP service pack2) and saved the settings. Now it works very well.