• 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.

  • 相关阅读:
    希尔排序
    快速排序
    归并排序
    插入排序
    简单选择排序
    冒泡排序
    算法之时间复杂度和空间复杂度
    数据结构与算法思维导图
    rootfs根文件系统
    kernel 2.6.35.7向S5PV210移植
  • 原文地址:https://www.cnblogs.com/sky266/p/1821207.html
Copyright © 2020-2023  润新知