wpffontcache-v0400.exe

WPFFontCache_v0400.exe是打碎的CPU
但在创建/打开一个项目,我的系统变得很慢,我认为正在采取devenv.exe的内存和CPU很多,但是当我打开任务管理器,我看到这个WPFFontCache_v0400.exe,以100%的CPU和接近3 MB的内存。

It is showing my CPU Usage to 100 % all the time, this exe is running.

这是显示我的CPU使用率达到100%,所有的时间,这个exe是运行。
1。

Start > Control Panel > Administrative Tools > Services

开始>“控制面板”>管理工具>“服务

2.

2。

Scroll down to 'Windows Presentation Foundation Font Cache 4.0.0.0' and then right click and select properties

向下滚动到'Windows Presentation Foundation的字体缓存4.0.0.0',然后右击并选择属性

3.

3。

In the window then select 'disabled' in the startup type combo

在窗口,然后选择'禁用'在启动类型组合
exe文件缓存,这对于所有WPF应用程序的字体信息。

WPF apps will work without it but apps will start faster and load fonts faster with it running.

WPF的应用程序将工作,没有它,但应用程序将启动速度更快,并用它运行负荷字体更快。

Is there anything in particular that triggers the 100% CPU?

有没有什么特别触发100%的CPU?

Like does it happen once you open a specific menu, a specific font, or a specific project?

它发生一样,一旦你打开一个特定的菜单,一个特定的字体,或特定的项目?

If it just happens every time you start VS we won't be able to reproduce that.

如果它只是发生在每次启动比我们将无法重现了。

As for something to try, Hua's got the right idea but is slightly wrong.

至于一些尝试,华国锋的获得正确的想法,但稍有错误的。

That's the old font cache service.

这是老字号缓存服务。

The new one is " Windows Presentation Foundation Font Cache 4.0.0.0. "

新的一个是“Windows Presentation Foundation的字体缓存4.0.0.0。”

Try this:

试试这个:

1) Stop the 4.0 service

1)停止4.0服务

2) Go to <documents and settings>/LocalService/Local Settings/Application Data/ and delete all of the WPFFontCache_v0400* files.

2)进入<documents和设置> /本地服务/本地设置/应用数据/,删除文件的所有WPFFontCache_v0400 *。

3) Start the 4.0 service again

3)4.0服务再次启动

4) Start VS and try to make it happen again

4)启动VS和尝试,使之再次发生

And see if that fixes it.

,看看能否解决。

猜你喜欢

转载自blog.csdn.net/saishangpeiqian/article/details/5995958
V