Package load Analyzer Create two fload when i run vs2008.here is solution to stop this.

i run Package load analyzer one time it create two Directory for store the analyzed result  eg: (Default) and (NativeImage) .
the directory of  (Default ) not only include the devenv.exe's  analyzed result but also they other (like the outlook.exe's  analyzed result)
i want to know when i run the visual studio not allow the Package load Analyzer to run automatic.  

----------------------------

Those two folders are created by the .net framework when fusion log binding is enabled. The package load analyzer should have turned these off after analyzing your package.

However, you can also turn this off by running the fuslogvw.exe utility. Select the "Settings..." button, then select the "Log disabled" radio button, then close the fuslogvw.exe utility. This will reset the registry settings responsible for turning on the fusion logging.

The fuslogvw.exe utility should be in your program files\Microsoft SDKs\Windows\v6.0A\Bin folder.

posted @ 2010-09-08 10:22  暗香浮动  阅读(186)  评论(0编辑  收藏  举报