简体   繁体   English

与视频驱动程序VS2012有关的构建WPF的问题

[英]Issues building WPF related to video driver VS2012

Recently, I got a strange problem in Visual Studio 2012 building WPF projects. 最近,在Visual Studio 2012构建WPF项目中遇到一个奇怪的问题。

When I have Video Drivers installed, it takes ages to load the XAML Viewer and the WPF Application itself, when starting Debug. 当我安装了视频驱动程序时,启动调试时需要花一些时间才能加载XAML查看器和WPF应用程序本身。 This is also for the exe file. 这也适用于exe文件。

When the Video driver is uninstalled (using Basic MS driver) everything runs just fine. 卸载视频驱动程序(使用基本MS驱动程序)后,一切运行正常。

I allready tried different driver versions (win 7 Professinal 64bit) for my NVIDIA 8700m GT with no success. 我已经为NVIDIA 8700m GT尝试了不同的驱动程序版本(赢得7 Professinal 64bit),但没有成功。

Anyone know whats going on? 有人知道发生了什么吗?

VS 2012 use WPF as its UI. VS 2012使用WPF作为其UI。 The WPF for VS 2012 is WPF 4.0, and it needs DirectX 9.0c support with Pixel Shader 3.0 support. VS 2012的WPF是WPF 4.0,它需要DirectX 9.0c支持以及Pixel Shader 3.0支持。 But VS 2012 requires at least Windows 7 SP1, and full support of WDM 1.1 is recommended. 但是VS 2012至少需要Windows 7 SP1,并且建议完全支持WDM 1.1。 Your graphic card, NVidia 8700m GT supports DirectX 10 partially, but this means it support DirectX 9.0c as well. 您的图形卡NVidia 8700m GT部分支持DirectX 10,但这意味着它也支持DirectX 9.0c。

You should download the latest driver from NVidia; 您应该从NVidia下载最新的驱动程序。 the latest driver for Windows 7 32bit and Windows 8 32 bit is 306.97. Windows 7 32位和Windows 8 32位的最新驱动程序是306.97。

The link is: http://us.download.nvidia.com/Windows/306.97/306.97-notebook-win8-win7-winvista-32bit-international-whql.exe 链接为: http : //us.download.nvidia.com/Windows/306.97/306.97-notebook-win8-win7-winvista-32bit-international-whql.exe

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM