Windows Vista和Visual Studio 2008之间的兼容性

时间:2021-11-04 22:47:56

I am wondering if anyone else is experiencing these same issues:

我想知道是否有其他人遇到这些相同的问题:

My main dev machine is a Dell, running Vista Home Premium and Visual Studio 2008 - both fully patched / up-to-date.

我的主要开发机器是戴尔,运行Vista家庭高级版和Visual Studio 2008 - 都完全打补丁/最新。

There are some quirks, such as the play/pause media controls on my keyboard not working while running Visual Studio 2008. These kinds of quirks are annoying, but not really problematic.

有一些怪癖,例如我的键盘上的播放/暂停媒体控件在运行Visual Studio 2008时无法正常工作。这些怪癖很烦人,但并不是真的有问题。

A bigger issue is this one:

一个更大的问题是这个:

In one of my solutions, I make use of a class called Utility. If I edit the class to add another field, no matter how many times I recompile/clean/manually delete the old .DLL files, the compiler tells me that there is no such field. If, however, I check the solution into SVN and then check it out on my laptop, which runs Windows XP SP3 with a fully patched Visual Studio 2008 - everything works fine. No idea why.

在我的一个解决方案中,我使用了一个名为Utility的类。如果我编辑该类以添加另一个字段,无论我重新编译/清理/手动删除旧的.DLL文件多少次,编译器都会告诉我没有这样的字段。但是,如果我将解决方案检查到SVN,然后在我的笔记本电脑上检查出来,该笔记本电脑运行带有完全修补的Visual Studio 2008的Windows XP SP3 - 一切正常。不知道为什么。

Has anyone else experienced this, or other problems with this kind of configuration? And if so, do you have any suggestions for how to overcome them?

有没有其他人遇到过这种配置或其他问题?如果是这样,你对如何克服它们有什么建议吗?

4 个解决方案

#1


1  

VS2008 runs fine on my Vista. All service packs (both VS & Vista) are installed.

VS2008在我的Vista上运行良好。安装了所有服务包(包括VS和Vista)。

I'm also using a MS keyboard: Laser Desktop 4000.

我也在使用MS键盘:Laser Desktop 4000。

#2


0  

have you tried doing things in elevated privileges mode? including reinstalling and all...

你有没有尝试过提升特权模式?包括重新安装和所有......

#3


0  

I think its VS2008 I am having all sorts of wierd things happen with it but im running xp. Not to the degree that you say where it is messing with volume controls. My wierd things are in VS2008. For example I place a gridview on page 1 go to page 2 then back to page 1 and my gridview will have moved.. Its just buggy.. really buggy

我认为它的VS2008我有各种各样的奇怪的事情发生,但我正在运行XP。不是你说它在哪里搞乱音量控制的程度。我的奇怪之处在于VS2008。例如,我在第1页上放置了一个gridview,转到第2页,然后返回到第1页,我的gridview将会移动..它只是越野车......真的很快

#4


0  

Have you done any performance profiling, vs is v naughty and puts instrumented dlls etc, in your VS IDE folder. You will then get references only to the instrumented version, not your newly updated DLLs (This keeps happening to me and I forget everytime to clear out the C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE folder)

你是否已经在VS IDE文件夹中进行了任何性能分析,而且是顽皮并将仪表化的dll等放入其中。然后,您将只获得对已检测版本的引用,而不是新更新的DLL(这一直发生在我身上,我忘记了每次清除C:\ Program Files \ Microsoft Visual Studio 9.0 \ Common7 \ IDE文件夹)

#1


1  

VS2008 runs fine on my Vista. All service packs (both VS & Vista) are installed.

VS2008在我的Vista上运行良好。安装了所有服务包(包括VS和Vista)。

I'm also using a MS keyboard: Laser Desktop 4000.

我也在使用MS键盘:Laser Desktop 4000。

#2


0  

have you tried doing things in elevated privileges mode? including reinstalling and all...

你有没有尝试过提升特权模式?包括重新安装和所有......

#3


0  

I think its VS2008 I am having all sorts of wierd things happen with it but im running xp. Not to the degree that you say where it is messing with volume controls. My wierd things are in VS2008. For example I place a gridview on page 1 go to page 2 then back to page 1 and my gridview will have moved.. Its just buggy.. really buggy

我认为它的VS2008我有各种各样的奇怪的事情发生,但我正在运行XP。不是你说它在哪里搞乱音量控制的程度。我的奇怪之处在于VS2008。例如,我在第1页上放置了一个gridview,转到第2页,然后返回到第1页,我的gridview将会移动..它只是越野车......真的很快

#4


0  

Have you done any performance profiling, vs is v naughty and puts instrumented dlls etc, in your VS IDE folder. You will then get references only to the instrumented version, not your newly updated DLLs (This keeps happening to me and I forget everytime to clear out the C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE folder)

你是否已经在VS IDE文件夹中进行了任何性能分析,而且是顽皮并将仪表化的dll等放入其中。然后,您将只获得对已检测版本的引用,而不是新更新的DLL(这一直发生在我身上,我忘记了每次清除C:\ Program Files \ Microsoft Visual Studio 9.0 \ Common7 \ IDE文件夹)