LR4 RC2:  Constant BSOD, Event ID: 1000.  Resolution????

My PC constantly BSODs when running LR4 RC2.  This will happen within 5 minutes of attempting to Upload to the WEB.
I have also experienced BSOD while processing photos in LR.
PC Config:
Gigabyte GA-P55M-UD2 mobo
Intel I7 870, 2.93 ghz
16 gb Crucial Ram
Samsung SSD 830, 256 gb System Drives
WD + Seagate Data drives
XFX HD 4870 Video
Here is the most recent Error log from Event Viewer:
Log Name: 
Application
Source:   
Application Error
Date:     
5/24/2012 11:26:35 PM
Event ID: 
1000
Task Category: (100)
Level:    
Error
Keywords: 
Classic
User:     
N/A
Computer: 
PJR-QUAD-112009
Description:
Faulting application name: lightroom.exe, version: 4.1.0.11, time stamp: 0x4f9700dd
Faulting module name: CameraRaw.dll, version: 4.1.0.7, time stamp: 0x4f9700ab
Exception code: 0xc0000005
Fault offset: 0x0000000000176005
Faulting process id: 0x1434
Faulting application start time: 0x01cd3a251ed7b04b
Faulting application path: C:\Program Files\Adobe\Adobe Photoshop Lightroom 4 RC2\lightroom.exe
Faulting module path: C:\Program Files\Adobe\Adobe Photoshop Lightroom 4 RC2\CameraRaw.dll
Report Id: 6d9c47d1-a619-11e1-95cd-00241ddafbbb
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
<Provider Name="Application Error" />
<EventID Qualifiers="0">1000</EventID>
<Level>2</Level>
<Task>100</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2012-05-25T03:26:35.000000000Z" />
<EventRecordID>136058</EventRecordID>
<Channel>Application</Channel>
<Computer>PJR-QUAD-112009</Computer>
<Security />
  </System>
  <EventData>
<Data>lightroom.exe</Data>
<Data>4.1.0.11</Data>
<Data>4f9700dd</Data>
<Data>CameraRaw.dll</Data>
<Data>4.1.0.7</Data>
<Data>4f9700ab</Data>
<Data>c0000005</Data>
<Data>0000000000176005</Data>
<Data>1434</Data>
<Data>01cd3a251ed7b04b</Data>
<Data>C:\Program Files\Adobe\Adobe Photoshop Lightroom 4 RC2\lightroom.exe</Data>
<Data>C:\Program Files\Adobe\Adobe Photoshop Lightroom 4 RC2\CameraRaw.dll</Data>
<Data>6d9c47d1-a619-11e1-95cd-00241ddafbbb</Data>
  </EventData>
</Event>
It appears that 'CameraRaw.dll' may be causing the problem.
Can you suggest a solution?

My PC constantly BSODs when running LR4 RC2.  This will happen within 5 minutes of attempting to Upload to the WEB.
I have also experienced BSOD while processing photos in LR.
PC Config:
Gigabyte GA-P55M-UD2 mobo
Intel I7 870, 2.93 ghz
16 gb Crucial Ram
Samsung SSD 830, 256 gb System Drives
WD + Seagate Data drives
XFX HD 4870 Video
Here is the most recent Error log from Event Viewer:
Log Name: 
Application
Source:   
Application Error
Date:     
5/24/2012 11:26:35 PM
Event ID: 
1000
Task Category: (100)
Level:    
Error
Keywords: 
Classic
User:     
N/A
Computer: 
PJR-QUAD-112009
Description:
Faulting application name: lightroom.exe, version: 4.1.0.11, time stamp: 0x4f9700dd
Faulting module name: CameraRaw.dll, version: 4.1.0.7, time stamp: 0x4f9700ab
Exception code: 0xc0000005
Fault offset: 0x0000000000176005
Faulting process id: 0x1434
Faulting application start time: 0x01cd3a251ed7b04b
Faulting application path: C:\Program Files\Adobe\Adobe Photoshop Lightroom 4 RC2\lightroom.exe
Faulting module path: C:\Program Files\Adobe\Adobe Photoshop Lightroom 4 RC2\CameraRaw.dll
Report Id: 6d9c47d1-a619-11e1-95cd-00241ddafbbb
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
<Provider Name="Application Error" />
<EventID Qualifiers="0">1000</EventID>
<Level>2</Level>
<Task>100</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2012-05-25T03:26:35.000000000Z" />
<EventRecordID>136058</EventRecordID>
<Channel>Application</Channel>
<Computer>PJR-QUAD-112009</Computer>
<Security />
  </System>
  <EventData>
<Data>lightroom.exe</Data>
<Data>4.1.0.11</Data>
<Data>4f9700dd</Data>
<Data>CameraRaw.dll</Data>
<Data>4.1.0.7</Data>
<Data>4f9700ab</Data>
<Data>c0000005</Data>
<Data>0000000000176005</Data>
<Data>1434</Data>
<Data>01cd3a251ed7b04b</Data>
<Data>C:\Program Files\Adobe\Adobe Photoshop Lightroom 4 RC2\lightroom.exe</Data>
<Data>C:\Program Files\Adobe\Adobe Photoshop Lightroom 4 RC2\CameraRaw.dll</Data>
<Data>6d9c47d1-a619-11e1-95cd-00241ddafbbb</Data>
  </EventData>
</Event>
It appears that 'CameraRaw.dll' may be causing the problem.
Can you suggest a solution?

Similar Messages

  • Error 1046: Type was not found or was not a compile-time constant: Component Event.

    Hi Everyone..
    I am getting an Error 1046: Type was not found or was not a compile-time constant: Component Event.
    The ComponentEvent class has been imported,and also the event handling code is there. I am not sure what else is wrong, hope somebody can advise me. Thanks. The code is below, the point where the error occurs as indicated by the compiler has been highlighted.
    package 
    import flash.display.Sprite;
    import flash.media.Camera;
    import flash.media.Microphone;
    import flash.media.Video;
    import fl.controls.TextArea;
    import fl.controls.Button;
    import fl.controls.TextInput;
    import flash.events.SyncEvent;
    import flash.events.MouseEvent;
    import flash.events.FocusEvent;
    import flash.net.SharedObject;
    import flash.net.NetConnection;
    import flash.net.NetStream;
    import flash.events.NetStatusEvent;
    import flash.events.FocusEvent;
    import flash.events.ComponentEvent;
    public class VideoChat extends Sprite
      private var button:Button;
      private var text_so:SharedObject; 
      private var textArea:TextArea;
      private var textInput:TextInput;
      private var chatName:TextInput; 
      private var nc:NetConnection;
      private var nsOut:NetStream;
      private var nsIn:NetStream;
      private var rtmpNow:String;
      private var msg:Boolean; 
      private var cam:Camera;
      private var mic:Microphone;
      private var vid:Video;
      public function VideoChat ()
       //Set up UI
       textArea = new TextArea();
       textArea.setSize(500,280);
       textArea.move(20,54);
       addChild(textArea);
       textInput = new TextInput();
       textInput.setSize(500,24);
       textInput.move(20,340);
       textInput.addEventListener(ComponentEvent.ENTER,checkKey);
       addChild(textInput);
       button = new Button();
       button.width=50;
       button.label="Send";
       button.move(20,370);
       button.addEventListener(MouseEvent.CLICK, sendMsg);
       addChild(button);
       chatName = new TextInput;
       chatName.setSize (100,24);
       chatName.move (80,370);
       chatName.text="<Enter Name>";
       chatName.addEventListener (FocusEvent.FOCUS_IN, cleanName);
       addChild(chatName); 
       //Connect
       rtmpNow="rtmp:/VideoChat ";  
       nc=new NetConnection;
       nc.connect (rtmpNow);
       nc.addEventListener(NetStatusEvent.NET_STATUS,doSO);
       cam = Camera.getCamera();
       mic=Microphone.getMicrophone();
       //Camera Settings
       cam.setKeyFrameInterval(15);
       cam.setMode (240, 180, 15, false);
       cam.setMotionLevel(35,3000);
       cam.setQuality(40000 / 8,0);
       //Microphone Settings
       mic.gain = 85;
       mic.rate=11;
       mic.setSilenceLevel (25,1000);
       mic.setUseEchoSuppression (true);
       //Video Setup
       vid=new Video(cam.width, cam.height);
       addChild (vid);
       vid.x=10, vid.y=20;  
       //Attach local video and camera
       vid.attachCamera(cam);  
      private function doSO(e:NetStatusEvent):void
       good=e.info.code == "NetConnection.Connect.Success";
       if(good)
        //Set up shared object
        text_so=SharedObject.getRemote("test", nc.uri, false);
        text_so.connect (nc);
        text_so.addEventListener(SyncEvent.SYNC, checkSO);
      private function checkSO(e:SyncEvent):void
       for (var chung:uint; change<e.changeList.length; chng++)
        switch(e.chageList[chng].code)
         case "clear":
          break;
         case "success":
          break;
         case "change":
          textArea.appendText (text_so.data.msg + "\n");
          break;
      private function cleanName(e:FocusEvent): void
       chatName.text="";
      private function sendMsg(e:MouseEvent):void
       noName=(chatName.text=="<Enter Name>" || chatName.text=="");
       if (noName)
         textArea.appendText("You must enter your name \n");
       else
        text_so.setProperty("msg", chatName.text +": " + textInput.text);
        textArea.appendText (chatName.text +": "+textInput.text +"\n");
        textInput.text="";
      private function checkKey (e:ComponentEvent):void
       noName=(chatName.text=="<Enter Name>" || chatName.text=="");
       if (noName)
         textArea.appendText("You must enter your name \n");
       else
        text_so.setProperty("msg", chatName.text +": " + textInput.text);
        textArea.appendText (chatName.text +": "+textInput.text +"\n");
        textInput.text="";
      //Create NetStream instances
      private function checkConnect  (e:NetStatusEvent):void
       msg=e.info.code == "NetConnection.Connect.Success";
       if(msg)
        nsOut=new NetStream(nc);
        nsIn=new NetStream(nc);
        //NetStream
        nsOut.attachAudio(mic);
        nsOut.attachCamera(cam);
        nsOut.publish("camstream");
        nsIn.play("camstream");

    Hi Guys...
    I have found out what is wrong. I was importing the wrong package the correct one should have been:
    import fl.events.ComponentEvent;
    instead of
    import flash.events.ComponentEvent;
    I hope this is helpful for anyone caught in a simillar situation as me...Thanks..

  • Constant BSODs MSi hd 6970

    First of all sending shouts to all on this forum.
    Been searching through various forums and seeking the solution.
    A month ago I´ve upgraded my old 4890 to MSi HD 6970 and since then my problems have started.
    I´ve  found that several other MSi HD 6970 and 6*** users have this problem, albeit no solution has worked for me yet.
    Gonna keep it short.
    What´s the problem:
    - constant BSODs / vertical stripes and crashes while playing 3d games (Bad Company 2, AC: Brotherhood) - sometimes after 10 mins of gameplay, sometimes after an hour
    - no BSODs in Win 7 itself
    - no BSODs during movies / videos
    - no BSODs while dual monitor setup and both in use as extended (dvi Asus 24´´ and hdmi 42´´ LCD TV Samsung)
    What I´ve tried:
    - various drivers (original drivers supplied with the card, 11.4 to 11.8 CCC) - no change, still crashing
    - sweeped the old drivers in safe mode - no change
    - uninstalled the Afterburner app; from what I´ve learned it´s in conflict w/ punkbuster which is sort of mandatory for Bad Company 2
    - not using ANY kind of GPU utility (except CCC)
    - temps max 90 celsius in heavy load
    - fan running on 35% in heavy load
    My specs:
    CPU: INTEL Core 2 Duo E8500 - 3,16GHz
    RAM: 6GB  DDR3 1333MHz PC10666 CL6-6-6-18 OCZ Reaper HPC Edition
    Motherboard:INTEL DP45SG Skyberg
    Sound: firewire Edirol FA-66; on-board audio disabled
    VGA:MSI Radeon 6970 2PM2D2GD5
    HDD: WESTERN DIGITAL Caviar Black 500GB, SATA II, WESTERN DIGITAL Caviar Green 1000GB, SATA II
    PSU:TAGAN TG600-U88 600W ATX 2.2
    case: Antec P182
    OS:Windows 7 home premium x64
    Is it PSU, MB or any other component in conflict with the GPU?
    So lads, is it time for RMA?
    All your help and suggestions will be much appreciated

    Registered only to say: had same issues and solved it myself. I sent back the card to the vendor but they refused to do anything because according to their test softwares, the card was fine, the issue did not come up. Yet when I started playing 3D games, my card and PC froze after a few minutes.
    I spent hours searching for the solution and tested all that was suggested without resolution. In the end I took it apart, cleaned the original thermal paste from and around the GPU (it was clearly a mess, spilled around the  GPU and not evenly applied, plus it felt somehow very dry), then I applied a better quality paste that I previously purchased for my new CPU.  I put the card back into my PC and issue gone. I used to get above 95C  (especially the second GPU) just before the PC crashed, now the maximum is around 69-70 Celsius and no crash for a month (playing Guild wars2, assassins creed etc)
    It is very easy to do all this, even if you are a noob like myself. I 'm not a technical person, so I looked it up all on youtube: how to take the heatsink apart, how to clean the orignal paste and how to apply new paste.
    There is another issue I was also facing, with the famous atikmdag crash during games (freeze for a few seconds, then it comes back with the mesage that it has been recovered successfully) - the only workaround I found was to lower the GPU clock from 940 to 900MHz. Error disappeared completely and games are still runnig great on max graphics. It is fine for now, but I'm sure I wont buy another ATI graphic card

  • Adobe Acrobat 8 Pro Application Error Event ID 1000

    Version: Adobe Acrobat 8 Pro (Updated)
    Operating System: Windows XP (Sp2)
    Launch Adobe Acrobat 8 Pro
    Select File and open a PDF file
    Popup appears: Reading Untagged Document
    Then and error appears ... Adobe Acrobat 8.1 has encountered a problem and needs to close
    Also receive same error when I select Edit\Preferences
    Application Event log contains the following:
    Application Error Event ID 1000
    Faulting application acrobat.exe, version 8.1.0.137, faulting module admplugin.apl, version 3.16.128.32, fault address 0x000a7bf1.
    Have uninstalled and reinstalled application...no change
    Any help would be apprciated

    No, I have not.
    Had another laptop and used it. 
    Re-imaged laptop exhibiting the issue and moved on
    Edward Bailey  |  Network Administrator  |  Pizza Inn, Inc
    t. 469.384.5231   [email protected]

  • Event Source: Application Error Event ID: 1000 (F1Server.exe)

    Hi.
    We regulary have an Application Error with "faulting module ntdll.dll" (see below).
    And we can't find what is the problem.
    Can you help us? 
    Windows Server 2003 R2 Eneterprise Edition Service Pack 2
    [boot loader]
    timeout=30
    default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
    [operating systems]
    multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Windows Server 2003, Enterprise" /noexecute=AlwaysOff /fastdetect /PAE /3Gb
    Event Type: Error
    Event Source: Application Error
    Event Category: (100)
    Event ID: 1000
    Date: 1/11/2014
    Time: 10:33:47 PM
    User: N/A
    Computer: MS-GARANT001
    Description:
    Faulting application F1Server.exe, version 7.9.0.0, faulting module ntdll.dll, version 5.2.3790.4937, fault address 0x00060c17.
    Data:
    0000: 41 70 70 6c 69 63 61 74   Applicat
    0008: 69 6f 6e 20 46 61 69 6c   ion Fail
    0010: 75 72 65 20 20 46 31 53   ure  F1S
    0018: 65 72 76 65 72 2e 65 78   erver.ex
    0020: 65 20 37 2e 39 2e 30 2e   e 7.9.0.
    0028: 30 20 69 6e 20 6e 74 64   0 in ntd
    0030: 6c 6c 2e 64 6c 6c 20 35   ll.dll 5
    0038: 2e 32 2e 33 37 39 30 2e   .2.3790.
    0040: 34 39 33 37 20 61 74 20   4937 at 
    0048: 6f 66 66 73 65 74 20 30   offset 0
    0050: 30 30 36 30 63 31 37      0060c17 

    Hi,
    This issue may be caused by corrupted files or application conflicts. I recommend you to run "sfc /scannow" at the command prompt to check the system files. In addition, you can perform a clean boot to see if any service is causing the issue.
    If the above cannot solve it, maybe you can find if there is any hotfix for the application or uninstall the application.
    Best regards,
    Susie

  • Converted VM running on Hyper-V keeps loggin Event ID 1000, 257, 259

    After converting a VM running Windows 2008 r2 from VMware to Hyper-V, we receive event ID 1000 and 7031 as listed below.
    Log Name:      System
    Source:        Service Control Manager
    Date:          3/7/2014 2:24:58 PM
    Event ID:      7031
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Description:
    The VMware Tools Service service terminated unexpectedly.  It has done this 806 time(s). 
    The following corrective action will be taken in 300000 milliseconds: Restart the service.
    Log Name:      System
    Source:        Service Control Manager
    Date:          3/7/2014 2:24:58 PM
    Event ID:      7031
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Description:
    The VMware Tools Service service terminated unexpectedly.  It has done this 806 time(s). 
    The following corrective action will be taken in 300000 milliseconds: Restart the service.
    Then I disabled the all Vmware services such as VMware tools service and VMwrae Upgrade helper. Now, I receive Event ID:
    Log Name:      Application
    Source:        vmStatsProvider
    Date:          3/11/2014 12:15:40 AM
    Event ID:      257
    Task Category: General
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Description:
    The "vmStatsProvider" can not be initialized. "vmGuestLib" returns error "VMware Guest API is not running in a Virtual Machine" (2).
    Log Name:      Application
    Source:        vmStatsProvider
    Date:          3/11/2014 12:15:40 AM
    Event ID:      259
    Task Category: Guest Library API
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Description:
    Unable to start "vmGuestLibrary". Error: "VMware Guest API is not running in a Virtual Machine" (2).
    If I try to uninstall VMwrae tools, I can’t remove it with this message: “setup failed to determine which VMware product this virtual machine is running on”
    How can I fix the problem?
    Bob Lin, MCSE &amp; CNE Networking, Internet, Routing, VPN Networking, Internet, Routing, VPN Troubleshooting on http://www.ChicagoTech.net How to Install and Configure Windows, VMware, Virtualization and Cisco on http://www.HowToNetworking.com

    Ah, yes.
    SCVMM does not use Disk2VHD and removes all the VMware stuff for you (since you mention it) - oh, but only prior to 2012 R2.  Um, yea.  But SCVMM 2012 does.
    There are tools that convert the VMDK to VHD.
    You can use Disk2VHD if yon convert within the VM and then find a way to copy out (or present another volume to the VM and write the VHD to that).
    You can copy out the VMDK, mount it, take a WIM image of it, and then apply that WIM image to a VHD.
    Some backup utilities convert for you.
    The big hitch is older operating systems and moving from a SCSI boot device to an IDE one (ESX built VMS usually have a SCSI boot disk).
    If you are trying to stick with free tools, most of your options involve creativity.
    Brian Ehlert
    http://ITProctology.blogspot.com
    Learn. Apply. Repeat.
    Disclaimer: Attempting change is of your own free will.

  • Reader XI Event ID 1000 on Module AGM.dll

    Hello,
    I have Adobe Reader XI installed on a Windows Server 2008 R2 / Citrix XenApp 6.5 server.  If I open the program and then browse to a PDF, it will open fine.  However, if I try to open a PDF by double-clicking it, or right clicking it and selecting "Open with Adobe Reader XI", I get the following error: 
    The Application Event Log shows the following each time:
    Log Name:      Application
    Source:        Application Error
    Date:          7/9/2013 1:28:37 PM
    Event ID:      1000
    Task Category: (100)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      computername
    Description:
    Faulting application name: AcroRd32.exe, version: 11.0.3.37, time stamp: 0x518e18e3
    Faulting module name: AGM.dll, version: 4.28.134.1, time stamp: 0x518e192b
    Exception code: 0xc0000005
    Fault offset: 0x000ffc79
    Faulting process id: 0x1fc8
    Faulting application start time: 0x01ce7cd22010806b
    Faulting application path: C:\Program Files (x86)\Adobe\Reader 11.0\Reader\AcroRd32.exe
    Faulting module path: C:\Program Files (x86)\Adobe\Reader 11.0\Reader\AGM.dll
    Report Id: 5e25360d-e8c5-11e2-bf31-00155d017916
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Application Error" />
        <EventID Qualifiers="0">1000</EventID>
        <Level>2</Level>
        <Task>100</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2013-07-09T18:28:37.000000000Z" />
        <EventRecordID>5926</EventRecordID>
        <Channel>Application</Channel>
        <Computer>computername</Computer>
        <Security />
      </System>
      <EventData>
        <Data>AcroRd32.exe</Data>
        <Data>11.0.3.37</Data>
        <Data>518e18e3</Data>
        <Data>AGM.dll</Data>
        <Data>4.28.134.1</Data>
        <Data>518e192b</Data>
        <Data>c0000005</Data>
        <Data>000ffc79</Data>
        <Data>1fc8</Data>
        <Data>01ce7cd22010806b</Data>
        <Data>C:\Program Files (x86)\Adobe\Reader 11.0\Reader\AcroRd32.exe</Data>
        <Data>C:\Program Files (x86)\Adobe\Reader 11.0\Reader\AGM.dll</Data>
        <Data>5e25360d-e8c5-11e2-bf31-00155d017916</Data>
      </EventData>
    </Event>
    Thank you for the help!

    Hi,
    According to the event log, we can see that the issue is related to MSVCR90.dll.
    Therefore, please use ShellExView to disable this extension of Windows Explorer:
    1) Please download
    ShellExView for x64-bit system.
    Note: The third-party product discussed here is manufactured by a company that is independent of Microsoft. We make no warranty, implied or otherwise, regarding this product's performance
    or reliability.
    2) Extract the download file and double-click the "shexview.exe" file. It will scan the registry for all the shell extensions.
    3) Select the MSVCR90.dll in pink.
    4) Click the "Disable Selected Items" on the toolbar and click Yes.
    5) Restart your computer and check if the issue is resolved.
    If Windows Explorer can work properly after disabling MSVCR90.dll, we can conclude that the issue is caused by LibreOffice. Therefore, please update LibreOffice to the latest or you may have to contact
    LibreOffice for help.
    Hope this helps.
    Jeremy Wu
    TechNet Community Support

  • Event ID 1000, Explorer.exe, Crashes

    Explorer.exe crashes from time to time. The crash seems random, but I think it happens when I open explorer or the control panel. It happens intermittently, so it's hard to tell. I get two different event ID 1000 in the logs. One error indicates the
    faulting module as ntdll.dll and the other as DUI70.dll. Here's a link to the dump files:
    http://1drv.ms/1yScTvQ I don't know how to analyze the dump files. Please help me, thank you! System Information:
    http://1drv.ms/15puFOb
    "Log Name:      Application
    Source:        Application Error
    Date:          11/22/2014 2:53:40 PM
    Event ID:      1000
    Task Category: (100)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      COMPUTER
    Description:
    Faulting application name: Explorer.EXE, version: 6.1.7601.17567, time stamp: 0x4d672ee4
    Faulting module name: DUI70.dll, version: 6.1.7600.16385, time stamp: 0x4a5bdf25
    Exception code: 0xc0000005
    Fault offset: 0x0000000000001098
    Faulting process id: 0x6d4
    Faulting application start time: 0x01d0069509c3cb8f
    Faulting application path: C:\Windows\Explorer.EXE
    Faulting module path: C:\Windows\system32\DUI70.dll
    Report Id: a3068706-7289-11e4-bfb8-6c626d45a41"
    "Log Name:      Application
    Source:        Application Error
    Date:          11/25/2014 7:54:57 AM
    Event ID:      1000
    Task Category: (100)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      COMPUTER
    Description:
    Faulting application name: Explorer.EXE, version: 6.1.7601.17567, time stamp: 0x4d672ee4
    Faulting module name: ntdll.dll, version: 6.1.7601.18247, time stamp: 0x521eaf24
    Exception code: 0xc0000374
    Fault offset: 0x00000000000c4102
    Faulting process id: 0x70c
    Faulting application start time: 0x01d008b520e84613
    Faulting application path: C:\Windows\Explorer.EXE
    Faulting module path: C:\Windows\SYSTEM32\ntdll.dll
    Report Id: a38d81ec-74aa-11e4-9900-6c626d45a415"

    Another crash . . .this time I believe it was the Windows DirectUser Engine(duser.dll). Now, I'm not sure how to troubleshoot this further. Here is the last crash dump:
    FAULTING_IP:
    +1
    00000000`00000000 ??              ???
    EXCEPTION_RECORD:  ffffffffffffffff -- (.exr 0xffffffffffffffff)
    ExceptionAddress: 0000000000000000
       ExceptionCode: c0000005 (Access violation)
      ExceptionFlags: 00000000
    NumberParameters: 2
       Parameter[0]: 0000000000000008
       Parameter[1]: 0000000000000000
    Attempt to execute non-executable address 0000000000000000
    CONTEXT:  0000000000000000 -- (.cxr 0x0;r)
    rax=00000000c0000001 rbx=00000000059bd350 rcx=00000000044a0000
    rdx=0000000000000001 rsi=0000000000000000 rdi=0000000000000002
    rip=0000000077b4186a rsp=00000000059bd218 rbp=0000000000000002
     r8=00000000059bc938  r9=00000000059bcaa0 r10=0000000000000000
    r11=0000000000000246 r12=0000000000000000 r13=00000000059bd2c0
    r14=0000000000000000 r15=0000000000000000
    iopl=0         nv up ei pl zr na po nc
    cs=0033  ss=002b  ds=002b  es=002b  fs=0053  gs=002b             efl=00000246
    ntdll!NtWaitForMultipleObjects+0xa:
    00000000`77b4186a c3              ret
    PROCESS_NAME:  explorer.exe
    ERROR_CODE: (NTSTATUS) 0xc0000005 - The instruction at 0x%08lx referenced memory at 0x%08lx. The memory could not be %s.
    EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - The instruction at 0x%08lx referenced memory at 0x%08lx. The memory could not be %s.
    EXCEPTION_PARAMETER1:  0000000000000008
    EXCEPTION_PARAMETER2:  0000000000000000
    WRITE_ADDRESS:  0000000000000000
    FOLLOWUP_IP:
    duser!GPCB::xwInvokeDirect+67
    000007fe`fbc81df7 448be8          mov     r13d,eax
    FAILED_INSTRUCTION_ADDRESS:
    +67
    00000000`00000000 ??              ???
    NTGLOBALFLAG:  0
    APPLICATION_VERIFIER_FLAGS:  0
    APP:  explorer.exe
    ANALYSIS_VERSION: 6.3.9600.17298 (debuggers(dbg).141024-1500) amd64fre
    FAULTING_THREAD:  00000000000012c8
    BUGCHECK_STR:  APPLICATION_FAULT_SOFTWARE_NX_FAULT_NULL
    PRIMARY_PROBLEM_CLASS:  SOFTWARE_NX_FAULT_NULL
    DEFAULT_BUCKET_ID:  SOFTWARE_NX_FAULT_NULL
    LAST_CONTROL_TRANSFER:  from 000007fefbc81df7 to 0000000000000000
    STACK_TEXT: 
    00000000`059be398 000007fe`fbc81df7 : 00000000`06b84db0 00000000`00000000 00000000`00040001 00000bee`b6e64c36 : 0x0
    00000000`059be3a0 000007fe`fbc88c02 : 00000000`059be518 00000000`06cb6da0 00000000`059be4a0 00000000`059be410 : duser!GPCB::xwInvokeDirect+0x67
    00000000`059be450 000007fe`fbc88d56 : 00000000`06b84c70 00000000`059be9c8 000001b1`000000f3 00000000`00000000 : duser!DuVisual::xrDrawCore+0x1b1
    00000000`059be4f0 000007fe`fbc88dab : 000001b1`000000f3 00000000`06b84c70 000001b1`000000f3 00000000`00000000 : duser!DuVisual::xrDrawTrivial+0x107
    00000000`059be550 000007fe`fbc88dab : 000001b1`000000f3 00000000`06b84e50 0000019e`00000072 00000000`00000000 : duser!DuVisual::xrDrawTrivial+0x151
    00000000`059be5b0 000007fe`fbc88dab : 0000019e`00000072 00000000`06b858f0 00000189`0000004e 00000000`00000000 : duser!DuVisual::xrDrawTrivial+0x151
    00000000`059be610 000007fe`fbc88dab : 00000189`0000004e 00000000`06b85cb0 00000000`0000003f 00000000`00000000 : duser!DuVisual::xrDrawTrivial+0x151
    00000000`059be670 000007fe`fbc88dab : 00000000`0000003f 00000000`06b8cb30 00000000`0000003f 00000000`00000000 : duser!DuVisual::xrDrawTrivial+0x151
    00000000`059be6d0 000007fe`fbc88dab : 00000000`0000003f 00000000`06b8c8b0 00000000`0000003f 00000000`00000000 : duser!DuVisual::xrDrawTrivial+0x151
    00000000`059be730 000007fe`fbc88dab : 00000000`0000003f 00000000`06b8c770 00000000`0000003f 00000000`00000000 : duser!DuVisual::xrDrawTrivial+0x151
    00000000`059be790 000007fe`fbc88dab : 00000000`0000003f 00000000`06b8b790 00000000`0000003f 00000000`00000000 : duser!DuVisual::xrDrawTrivial+0x151
    00000000`059be7f0 000007fe`fbc88dab : 00000000`0000003f 00000000`06b8b830 00000000`0000003f 00000000`00000000 : duser!DuVisual::xrDrawTrivial+0x151
    00000000`059be850 000007fe`fbc88dab : 00000000`0000003f 00000000`06b90190 00000000`0000003f 00000000`00000000 : duser!DuVisual::xrDrawTrivial+0x151
    00000000`059be8b0 000007fe`fbc88c5d : 00000000`0000003f 00000000`00000000 00000000`00000000 00000000`00000000 : duser!DuVisual::xrDrawTrivial+0x151
    00000000`059be910 000007fe`fbc89703 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : duser!DuVisual::xrDrawFull+0x929
    00000000`059beac0 000007fe`fbc890d0 : 00000000`00000000 00000000`00000000 00000000`00000001 00000000`00000000 : duser!DuVisual::xrDrawFull+0x97d
    00000000`059bec70 000007fe`fbc88ff7 : 00000000`00000000 00000000`2a010c48 00000000`00000000 00000000`00000000 : duser!DuVisual::xrDrawStart+0x58
    00000000`059beca0 000007fe`fbc88aa7 : 00000000`00000001 00000000`06befa60 00000000`2a010c48 00000000`00000009 : duser!DuRootGadget::xrDrawTree+0x51c
    00000000`059bee80 000007fe`fbc81859 : 00000000`00000000 00000000`00000000 000004b0`00000000 00000000`00000000 : duser!HWndContainer::xdHandleMessage+0x2b4
    00000000`059bf180 00000000`77a08971 : 00000000`00000000 00000000`03d430e0 00000000`00000001 00000000`059bf238 : duser!ExtraInfoWndProc+0x8b
    00000000`059bf1e0 00000000`77a072cb : 00000000`00000000 000007fe`fbc817e4 00000000`00000000 00000000`00000000 : user32!UserCallWinProcCheckWow+0x163
    00000000`059bf2a0 00000000`77a06829 : 00000000`00000000 00000000`77a0919b 00000000`00000000 00000000`00000001 : user32!DispatchClientMessage+0xc3
    00000000`059bf300 00000000`77b411f5 : 00000000`0000000f 00000000`00000000 00000000`00000000 000001e9`000bab7a : user32!_fnDWORD+0x2d
    00000000`059bf360 00000000`77a06e5a : 00000000`77a06e6c 000007fe`f85eb550 00000000`77a0791a 00000000`03d43004 : ntdll!KiUserCallbackDispatcherContinue
    00000000`059bf3e8 00000000`77a06e6c : 000007fe`f85eb550 00000000`77a0791a 00000000`03d43004 00000000`03d430e0 : user32!NtUserDispatchMessage+0xa
    00000000`059bf3f0 000007fe`f84b04b0 : 00000000`03d43004 00000000`03d43004 000007fe`fbc817e4 00000000`00000000 : user32!DispatchMessageWorker+0x55b
    00000000`059bf470 000007fe`f84b4925 : 00000000`03d430e0 00000000`00000002 00000000`00000000 00000000`00000000 : EXPLORERFRAME!CExplorerFrame::FrameMessagePump+0x436
    00000000`059bf4f0 000007fe`f84b509b : 00000000`03d430e0 00000000`03cc8540 00000000`00000000 00000000`00000000 : EXPLORERFRAME!BrowserThreadProc+0x180
    00000000`059bf570 000007fe`f84b5032 : 100ba44a`00000001 00000000`03c97cd0 00000000`7fffffff 000007fe`fd8f2d40 : EXPLORERFRAME!BrowserNewThreadProc+0x53
    00000000`059bf5a0 000007fe`f84abe50 : 00000000`03c97bb0 00000000`03c9ffa0 00000000`00000000 000007fe`fe0bf07c : EXPLORERFRAME!CExplorerTask::InternalResumeRT+0x12
    00000000`059bf5d0 000007fe`fe0befcb : 80000000`01000000 00000000`059bf660 00000000`03c97bb0 00000000`0000000a : EXPLORERFRAME!CRunnableTask::Run+0xda
    00000000`059bf600 000007fe`fe0c2b56 : 00000000`03c97bb0 00000000`00000000 00000000`03c97bb0 00000000`00000002 : shell32!CShellTask::TT_Run+0x124
    00000000`059bf630 000007fe`fe0c2cb2 : 00000000`03d6ec20 00000000`03d6ec20 00000000`00000000 00000000`00000010 : shell32!CShellTaskThread::ThreadProc+0x1d2
    00000000`059bf6d0 000007fe`fedbc71e : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : shell32!CShellTaskThread::s_ThreadProc+0x22
    00000000`059bf700 00000000`778e59ed : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : shlwapi!WrapperThreadProc+0x19b
    00000000`059bf800 00000000`77b1c541 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : kernel32!BaseThreadInitThunk+0xd
    00000000`059bf830 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : ntdll!RtlUserThreadStart+0x1d
    SYMBOL_STACK_INDEX:  1
    SYMBOL_NAME:  duser!GPCB::xwInvokeDirect+67
    FOLLOWUP_NAME:  MachineOwner
    MODULE_NAME: duser
    IMAGE_NAME:  duser.dll
    DEBUG_FLR_IMAGE_TIMESTAMP:  4a5bdf26
    STACK_COMMAND:  ~31s; .ecxr ; kb
    FAILURE_BUCKET_ID:  SOFTWARE_NX_FAULT_NULL_c0000005_duser.dll!GPCB::xwInvokeDirect
    BUCKET_ID:  X64_APPLICATION_FAULT_SOFTWARE_NX_FAULT_NULL_NULL_IP_duser!GPCB::xwInvokeDirect+67
    ANALYSIS_SOURCE:  UM
    FAILURE_ID_HASH_STRING:  um:software_nx_fault_null_c0000005_duser.dll!gpcb::xwinvokedirect
    FAILURE_ID_HASH:  {bc29cea9-f7e5-ba9f-c14c-7ccc77c4be36}
    Followup: MachineOwner

  • Application Error on some application since app-v 5 sp2 (event id 1000)

    Hello Everybody
    Since we installed SP2 of App-V 5 we get Application Errors (event id 1000) ond some of our virtualised applications:
    faulty module:
    C:\Program Files\Microsoft Application Virtualization\Client\Subsystems\AppVEntSubsystems32.dll
    Does anybody know this? It's only on the client with SP2.
    Thanks in advance.
    KR,
    lurus

    Hi Mickey,
    I am getting the same error with SAPGUI 720 and Business Explorer 720, which rely on Visual C++ runtimes. The sequences run fine on AppV 5 SP1. I am getting the following detailed error for SAP GUI:
    Problem Event Name:                        APPCRASH
    Application Name:                            
    saplogon.exe
      Application Version:                          
    7200.2.6.1062
      Application Timestamp:                     4da7f027
      Fault Module Name:                         
    AppVEntSubsystems32.dll
      Fault Module Version:                        5.0.3361.0
      Fault Module Timestamp:                  5278121f
      Exception Code:                                 
    c0000005
      Exception Offset:                               
    000013b0
      OS Version:                                         
    6.1.7601.2.1.0.256.4
      Locale ID:                                            
    2057
      Additional Information 1:                  4c0d
      Additional Information 2:                  4c0d4d78887f76d971d5d00f1f20a433
      Additional Information 3:                  4c0d
      Additional Information 4:                  4c0d4d78887f76d971d5d00f1f20a433
    I sequenced it again in AppV 5 SP2 and am getting the same problem. This is a critical app for us, and yet we want to upgrade to SP2 so that we can provision apps which have a right click context menu...
    Regards
    Zara

  • Event id 1000 source application error keeping getting this.

    Hi,
    We are getting lot of these errors on our windows 2003 server standard.
    Event Type: Error
    Event Source: .NET Runtime 4.0 Error Reporting
    Event Category: None
    Event ID: 1000
    Date:  6/26/2014
    Time:  9:46:09 AM
    User:  N/A
    Computer: server
    Description:
    Faulting application w3wp.exe, version 6.0.3790.3959, stamp 45d6968e, faulting module ntdll.dll, version 5.2.3790.4937, stamp 4ecbcdd1, debug? 0, fault address 0x0002baa4.
    For more information, see Help and Support Center at
    http://go.microsoft.com/fwlink/events.asp.
    Data:
    0000: 41 00 70 00 70 00 6c 00   A.p.p.l.
    0008: 69 00 63 00 61 00 74 00   i.c.a.t.
    0010: 69 00 6f 00 6e 00 20 00   i.o.n. .
    0018: 46 00 61 00 69 00 6c 00   F.a.i.l.
    0020: 75 00 72 00 65 00 20 00   u.r.e. .
    0028: 20 00 77 00 33 00 77 00    .w.3.w.
    0030: 70 00 2e 00 65 00 78 00   p...e.x.
    0038: 65 00 20 00 36 00 2e 00   e. .6...
    0040: 30 00 2e 00 33 00 37 00   0...3.7.
    0048: 39 00 30 00 2e 00 33 00   9.0...3.
    0050: 39 00 35 00 39 00 20 00   9.5.9. .
    0058: 34 00 35 00 64 00 36 00   4.5.d.6.
    0060: 39 00 36 00 38 00 65 00   9.6.8.e.
    0068: 20 00 69 00 6e 00 20 00    .i.n. .
    0070: 6e 00 74 00 64 00 6c 00   n.t.d.l.
    0078: 6c 00 2e 00 64 00 6c 00   l...d.l.
    0080: 6c 00 20 00 35 00 2e 00   l. .5...
    0088: 32 00 2e 00 33 00 37 00   2...3.7.
    0090: 39 00 30 00 2e 00 34 00   9.0...4.
    0098: 39 00 33 00 37 00 20 00   9.3.7. .
    00a0: 34 00 65 00 63 00 62 00   4.e.c.b.
    00a8: 63 00 64 00 64 00 31 00   c.d.d.1.
    00b0: 20 00 66 00 44 00 65 00    .f.D.e.
    00b8: 62 00 75 00 67 00 20 00   b.u.g. .
    00c0: 30 00 20 00 61 00 74 00   0. .a.t.
    00c8: 20 00 6f 00 66 00 66 00    .o.f.f.
    00d0: 73 00 65 00 74 00 20 00   s.e.t. .
    00d8: 30 00 30 00 30 00 32 00   0.0.0.2.
    00e0: 62 00 61 00 61 00 34 00   b.a.a.4.
    00e8: 0d 00 0a 00               ....   
    Event Type: Error
    Event Source: Application Error
    Event Category: (100)
    Event ID: 1000
    Date:  6/26/2014
    Time:  9:07:16 AM
    User:  N/A
    Computer: server
    Description:
    Faulting application w3wp.exe, version 6.0.3790.3959, faulting module ntdll.dll, version 5.2.3790.4937, fault address 0x0002baa4.
    For more information, see Help and Support Center at
    http://go.microsoft.com/fwlink/events.asp.
    Data:
    0000: 41 70 70 6c 69 63 61 74   Applicat
    0008: 69 6f 6e 20 46 61 69 6c   ion Fail
    0010: 75 72 65 20 20 77 33 77   ure  w3w
    0018: 70 2e 65 78 65 20 36 2e   p.exe 6.
    0020: 30 2e 33 37 39 30 2e 33   0.3790.3
    0028: 39 35 39 20 69 6e 20 6e   959 in n
    0030: 74 64 6c 6c 2e 64 6c 6c   tdll.dll
    0038: 20 35 2e 32 2e 33 37 39    5.2.379
    0040: 30 2e 34 39 33 37 20 61   0.4937 a
    0048: 74 20 6f 66 66 73 65 74   t offset
    0050: 20 30 30 30 32 62 61 61    0002baa
    0058: 34                        4      

    ======================================================================
    [06/30/14,08:51:01] Beginning of new SetupVerifier activity logging session
    [06/30/14,08:51:01] Build created on June 24, 2014
    [06/30/14,08:51:01] For more information about repairing the .NET Framework, see
    http://support.microsoft.com/kb/2698555 and
    http://go.microsoft.com/fwlink/?LinkID=246062
    [06/30/14,08:51:01] Activity log file location: C:\DOCUME~1\mm136042\LOCALS~1\Temp\8\setupverifier_main_06-30-14_08.51.01.txt
    [06/30/14,08:51:01] Error log file location: C:\DOCUME~1\mm136042\LOCALS~1\Temp\8\setupverifier_errors_06-30-14_08.51.01.txt
    [06/30/14,08:51:01] Detected operating system: Windows Server 2003 (x86)
    [06/30/14,08:51:01] Windows directory: C:\WINDOWS
    [06/30/14,08:51:01] System directory: C:\WINDOWS\system32
    [06/30/14,08:51:01] Program Files directory: C:\Program Files
    [06/30/14,08:51:01] Common Files directory: C:\Program Files\Common Files
    [06/30/14,08:51:01] Install state for .NET Framework 1.0: not installed.
    [06/30/14,08:51:01] Install state for .NET Framework 1.1: installed with service pack 1.
    [06/30/14,08:51:01] Install state for .NET Framework 2.0: installed with service pack 2.
    [06/30/14,08:51:01] Install state for .NET Framework 3.0: installed with service pack 2.
    [06/30/14,08:51:01] Install state for .NET Framework 3.5: installed with service pack 1.
    [06/30/14,08:51:01] Install state for .NET Framework 4 Client: installed with no service packs.
    [06/30/14,08:51:01] Install state for .NET Framework 4 Full: installed with no service packs.
    [06/30/14,08:51:01] Install state for .NET Framework 4.5: not installed.
    [06/30/14,08:51:01] Install state for .NET Framework 4.5.1: not installed.
    [06/30/14,08:51:01] Install state for .NET Framework 4.5.2: not installed.
    [06/30/14,08:51:01] Not adding product '.NET Framework 1.0' because it is not currently installed
    [06/30/14,08:51:01] Not adding product '.NET Framework 1.1' because it is not currently installed
    [06/30/14,08:51:01] Not adding product '.NET Framework 2.0' because it is not currently installed
    [06/30/14,08:51:01] Not adding product '.NET Framework 2.0 SP1' because it is not currently installed
    [06/30/14,08:51:01] Not adding product '.NET Framework 3.0' because it is not currently installed
    [06/30/14,08:51:01] Not adding product '.NET Framework 3.0 SP1' because it is not currently installed
    [06/30/14,08:51:01] Not adding product '.NET Framework 3.5' because it is not currently installed
    [06/30/14,08:51:01] Not adding product '.NET Framework 4.5' because it is not currently installed
    [06/30/14,08:51:01] Not adding product '.NET Framework 4.5.1' because it is not currently installed
    [06/30/14,08:51:01] Not adding product '.NET Framework 4.5.2' because it is not currently installed
    [06/30/14,08:51:08] Starting verification for product .NET Framework 4 Client
    [06/30/14,08:51:08] Section [Files - .NET Framework 4 Client (Common)] - start parsing entries
    [06/30/14,08:51:08] File C:\WINDOWS\Microsoft.NET\assembly\GAC_32\CustomMarshalers\v4.0_4.0.0.0__b03f5f7f11d50a3a\CustomMarshalers.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:08] File C:\WINDOWS\Microsoft.NET\assembly\GAC_32\ISymWrapper\v4.0_4.0.0.0__b03f5f7f11d50a3a\ISymWrapper.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:08] File C:\WINDOWS\Microsoft.NET\assembly\GAC_32\Microsoft.Transactions.Bridge.Dtc\v4.0_4.0.0.0__b03f5f7f11d50a3a\Microsoft.Transactions.Bridge.Dtc.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:08] File C:\WINDOWS\Microsoft.NET\assembly\GAC_32\Microsoft.VisualBasic.Activities.Compiler\v4.0_10.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualBasic.Activities.Compiler.dll (version 10.0.30319.1) is installed on the system
    [06/30/14,08:51:08] File C:\WINDOWS\Microsoft.NET\assembly\GAC_32\mscorlib\v4.0_4.0.0.0__b77a5c561934e089\mscorlib.dll (version 4.0.30319.1022) is installed on the system
    [06/30/14,08:51:08] File C:\WINDOWS\Microsoft.NET\assembly\GAC_32\PresentationCore\v4.0_4.0.0.0__31bf3856ad364e35\PresentationCore.dll (version 4.0.30319.1015) is installed on the system
    [06/30/14,08:51:08] File C:\WINDOWS\Microsoft.NET\assembly\GAC_32\System.Data\v4.0_4.0.0.0__b77a5c561934e089\System.Data.dll (version 4.0.30319.237) is installed on the system
    [06/30/14,08:51:08] File C:\WINDOWS\Microsoft.NET\assembly\GAC_32\System.EnterpriseServices\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:08] File C:\WINDOWS\Microsoft.NET\assembly\GAC_32\System.EnterpriseServices\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.Wrapper.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:08] File C:\WINDOWS\Microsoft.NET\assembly\GAC_32\System.Printing\v4.0_4.0.0.0__31bf3856ad364e35\System.Printing.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:08] File C:\WINDOWS\Microsoft.NET\assembly\GAC_32\System.Transactions\v4.0_4.0.0.0__b77a5c561934e089\System.Transactions.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:08] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\Accessibility\v4.0_4.0.0.0__b03f5f7f11d50a3a\Accessibility.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:08] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\Microsoft.CSharp\v4.0_4.0.0.0__b03f5f7f11d50a3a\Microsoft.CSharp.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:08] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\Microsoft.JScript\v4.0_10.0.0.0__b03f5f7f11d50a3a\Microsoft.JScript.dll (version 10.0.30319.296) is installed on the system
    [06/30/14,08:51:08] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\Microsoft.Transactions.Bridge\v4.0_4.0.0.0__b03f5f7f11d50a3a\Microsoft.Transactions.Bridge.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:08] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\Microsoft.VisualBasic\v4.0_10.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualBasic.dll (version 10.0.30319.1) is installed on the system
    [06/30/14,08:51:08] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\Microsoft.VisualBasic.Compatibility\v4.0_10.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualBasic.Compatibility.dll (version 10.0.30319.1) is installed on the system
    [06/30/14,08:51:08] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\Microsoft.VisualBasic.Compatibility.Data\v4.0_10.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualBasic.Compatibility.Data.dll (version 10.0.30319.1) is installed on the system
    [06/30/14,08:51:08] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\Microsoft.VisualC\v4.0_10.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualC.Dll (version 10.0.30319.1) is installed on the system
    [06/30/14,08:51:08] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\PresentationFramework\v4.0_4.0.0.0__31bf3856ad364e35\PresentationFramework.dll (version 4.0.30319.1015) is installed on the system
    [06/30/14,08:51:08] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\PresentationFramework.Aero\v4.0_4.0.0.0__31bf3856ad364e35\PresentationFramework.Aero.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:08] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\PresentationFramework.Classic\v4.0_4.0.0.0__31bf3856ad364e35\PresentationFramework.Classic.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:08] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\PresentationFramework.Luna\v4.0_4.0.0.0__31bf3856ad364e35\PresentationFramework.Luna.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:08] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\PresentationFramework.Royale\v4.0_4.0.0.0__31bf3856ad364e35\PresentationFramework.Royale.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:08] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\PresentationUI\v4.0_4.0.0.0__31bf3856ad364e35\PresentationUI.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:08] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\ReachFramework\v4.0_4.0.0.0__31bf3856ad364e35\ReachFramework.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:08] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\SMDiagnostics\v4.0_4.0.0.0__b77a5c561934e089\SMDiagnostics.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:08] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\sysglobl\v4.0_4.0.0.0__b03f5f7f11d50a3a\sysglobl.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:08] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll (version 4.0.30319.1001) is installed on the system
    [06/30/14,08:51:08] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.Activities\v4.0_4.0.0.0__31bf3856ad364e35\System.Activities.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:08] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.Activities.Core.Presentation\v4.0_4.0.0.0__31bf3856ad364e35\System.Activities.Core.Presentation.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:08] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.Activities.DurableInstancing\v4.0_4.0.0.0__31bf3856ad364e35\System.Activities.DurableInstancing.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:08] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.Activities.Presentation\v4.0_4.0.0.0__31bf3856ad364e35\System.Activities.Presentation.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:08] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.AddIn\v4.0_4.0.0.0__b77a5c561934e089\System.AddIn.dll (version 4.0.30319.269) is installed on the system
    [06/30/14,08:51:08] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.AddIn.Contract\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.AddIn.Contract.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:09] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.ComponentModel.Composition\v4.0_4.0.0.0__b77a5c561934e089\System.ComponentModel.Composition.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:09] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.ComponentModel.DataAnnotations\v4.0_4.0.0.0__31bf3856ad364e35\System.ComponentModel.DataAnnotations.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:09] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.configuration.dll (version 4.0.30319.1015) is installed on the system
    [06/30/14,08:51:09] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.Configuration.Install\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.Install.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:09] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll (version 4.0.30319.233) is installed on the system
    [06/30/14,08:51:09] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.Data.DataSetExtensions\v4.0_4.0.0.0__b77a5c561934e089\System.Data.DataSetExtensions.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:09] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.Data.Entity\v4.0_4.0.0.0__b77a5c561934e089\System.Data.Entity.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:09] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.Data.Linq\v4.0_4.0.0.0__b77a5c561934e089\System.Data.Linq.dll (version 4.0.30319.1015) is installed on the system
    [06/30/14,08:51:09] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.Data.Services.Client\v4.0_4.0.0.0__b77a5c561934e089\System.Data.Services.Client.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:09] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.Data.SqlXml\v4.0_4.0.0.0__b77a5c561934e089\System.Data.SqlXml.dll (version 4.0.30319.1015) is installed on the system
    [06/30/14,08:51:09] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.Deployment\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Deployment.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:09] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.Device\v4.0_4.0.0.0__b77a5c561934e089\System.Device.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:09] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.DirectoryServices\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.DirectoryServices.dll (version 4.0.30319.1001) is installed on the system
    [06/30/14,08:51:09] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.DirectoryServices.AccountManagement\v4.0_4.0.0.0__b77a5c561934e089\System.DirectoryServices.AccountManagement.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:09] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.DirectoryServices.Protocols\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.DirectoryServices.Protocols.dll (version 4.0.30319.1001) is installed on the system
    [06/30/14,08:51:09] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.Drawing\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll (version 4.0.30319.1001) is installed on the system
    [06/30/14,08:51:09] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.Dynamic\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Dynamic.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:09] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.IdentityModel\v4.0_4.0.0.0__b77a5c561934e089\System.IdentityModel.dll (version 4.0.30319.1001) is installed on the system
    [06/30/14,08:51:09] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.IdentityModel.Selectors\v4.0_4.0.0.0__b77a5c561934e089\System.IdentityModel.Selectors.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:09] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.IO.Log\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.IO.Log.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:09] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.Management\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Management.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:09] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.Management.Instrumentation\v4.0_4.0.0.0__b77a5c561934e089\System.Management.Instrumentation.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:09] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.Messaging\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Messaging.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:09] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.Net\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Net.dll (version 4.0.30319.233) is installed on the system
    [06/30/14,08:51:09] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.Numerics\v4.0_4.0.0.0__b77a5c561934e089\System.Numerics.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:09] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.Runtime.DurableInstancing\v4.0_4.0.0.0__31bf3856ad364e35\System.Runtime.DurableInstancing.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:09] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.Runtime.Remoting\v4.0_4.0.0.0__b77a5c561934e089\System.Runtime.Remoting.dll (version 4.0.30319.1023) is installed on the system
    [06/30/14,08:51:09] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.Runtime.Serialization\v4.0_4.0.0.0__b77a5c561934e089\System.Runtime.Serialization.dll (version 4.0.30319.1016) is installed on the system
    [06/30/14,08:51:09] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.Runtime.Serialization.Formatters.Soap\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Runtime.Serialization.Formatters.Soap.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:09] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.Security\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Security.dll (version 4.0.30319.1016) is installed on the system
    [06/30/14,08:51:09] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.ServiceModel\v4.0_4.0.0.0__b77a5c561934e089\System.ServiceModel.dll (version 4.0.30319.1001) is installed on the system
    [06/30/14,08:51:09] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.ServiceModel.Activities\v4.0_4.0.0.0__31bf3856ad364e35\System.ServiceModel.Activities.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:09] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.ServiceModel.Channels\v4.0_4.0.0.0__31bf3856ad364e35\System.ServiceModel.Channels.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:09] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.ServiceModel.Discovery\v4.0_4.0.0.0__31bf3856ad364e35\System.ServiceModel.Discovery.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:09] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.ServiceModel.Routing\v4.0_4.0.0.0__31bf3856ad364e35\System.ServiceModel.Routing.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:09] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.ServiceProcess\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.ServiceProcess.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:09] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.Speech\v4.0_4.0.0.0__31bf3856ad364e35\System.Speech.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:09] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.Web.ApplicationServices\v4.0_4.0.0.0__31bf3856ad364e35\System.Web.ApplicationServices.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:09] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.Web.Services\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Web.Services.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:09] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.Windows.Forms\v4.0_4.0.0.0__b77a5c561934e089\System.Windows.Forms.dll (version 4.0.30319.1002) is installed on the system
    [06/30/14,08:51:09] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.Windows.Forms.DataVisualization\v4.0_4.0.0.0__31bf3856ad364e35\System.Windows.Forms.DataVisualization.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:10] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.Windows.Input.Manipulations\v4.0_4.0.0.0__b77a5c561934e089\System.Windows.Input.Manipulations.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:10] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.Windows.Presentation\v4.0_4.0.0.0__b77a5c561934e089\System.Windows.Presentation.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:10] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.Xaml\v4.0_4.0.0.0__b77a5c561934e089\System.Xaml.dll (version 4.0.30319.298) is installed on the system
    [06/30/14,08:51:10] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.XML.dll (version 4.0.30319.1015) is installed on the system
    [06/30/14,08:51:10] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.Xml.Linq\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.Linq.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:10] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\UIAutomationClient\v4.0_4.0.0.0__31bf3856ad364e35\UIAutomationClient.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:10] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\UIAutomationClientsideProviders\v4.0_4.0.0.0__31bf3856ad364e35\UIAutomationClientsideProviders.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:10] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\UIAutomationProvider\v4.0_4.0.0.0__31bf3856ad364e35\UIAutomationProvider.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:10] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\UIAutomationTypes\v4.0_4.0.0.0__31bf3856ad364e35\UIAutomationTypes.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:10] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\WindowsBase\v4.0_4.0.0.0__31bf3856ad364e35\WindowsBase.dll (version 4.0.30319.1015) is installed on the system
    [06/30/14,08:51:10] File C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\WindowsFormsIntegration\v4.0_4.0.0.0__31bf3856ad364e35\WindowsFormsIntegration.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:10] File C:\WINDOWS\system32\dfshim.dll (version 4.0.31106.0) is installed on the system
    [06/30/14,08:51:10] File C:\WINDOWS\system32\mscoree.dll (version 4.0.31106.0) is installed on the system
    [06/30/14,08:51:10] File C:\WINDOWS\system32\mscorier.dll (version 2.0.50727.3074) is installed on the system
    [06/30/14,08:51:10] File C:\WINDOWS\system32\msvcr100_clr0400.dll (version 10.0.30319.1) is installed on the system
    [06/30/14,08:51:10] File C:\WINDOWS\system32\netfxperf.dll (version 4.0.31106.0) is installed on the system
    [06/30/14,08:51:10] File C:\WINDOWS\system32\PresentationHost.exe (version 4.0.40305.0) is installed on the system
    [06/30/14,08:51:10] File C:\WINDOWS\system32\PresentationHostProxy.dll (version 4.0.31106.0) is installed on the system
    [06/30/14,08:51:10] File C:\WINDOWS\system32\UIAutomationCore.dll (version 7.0.3790.4909) is installed on the system
    [06/30/14,08:51:10] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Accessibility.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:10] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\AddInProcess.exe (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:10] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\AddInProcess.exe.config (no version info) is installed on the system
    [06/30/14,08:51:10] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\AddInProcess32.exe (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:10] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\AddInProcess32.exe.config (no version info) is installed on the system
    [06/30/14,08:51:10] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\AddInUtil.exe (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:10] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\AddInUtil.exe.config (no version info) is installed on the system
    [06/30/14,08:51:10] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\AdoNetDiag.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:10] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\adonetdiag.mof (no version info) is installed on the system
    [06/30/14,08:51:10] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\adonetdiag.mof.uninstall (no version info) is installed on the system
    [06/30/14,08:51:10] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\alink.dll (version 10.0.30319.1) is installed on the system
    [06/30/14,08:51:10] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\AppLaunch.exe (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:10] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\applaunch.exe.config (no version info) is installed on the system
    [06/30/14,08:51:10] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\CasPol.exe (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:10] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\caspol.exe.config (no version info) is installed on the system
    [06/30/14,08:51:10] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\clr.dll (version 4.0.30319.1022) is installed on the system
    [06/30/14,08:51:10] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\clrjit.dll (version 4.0.30319.1001) is installed on the system
    [06/30/14,08:51:10] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Config (no version info) is installed on the system
    [06/30/14,08:51:10] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\CORPerfMonExt.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:10] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\csc.exe (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:10] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\csc.exe.config (no version info) is installed on the system
    [06/30/14,08:51:10] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Culture.dll (version 4.0.30319.237) is installed on the system
    [06/30/14,08:51:10] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\CustomMarshalers.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:10] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\cvtres.exe (version 10.0.30319.1) is installed on the system
    [06/30/14,08:51:10] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\cvtres.exe.config (no version info) is installed on the system
    [06/30/14,08:51:10] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\default.win32manifest (no version info) is installed on the system
    [06/30/14,08:51:10] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\dfdll.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:10] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\dfsvc.exe (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:10] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\dfsvc.exe.config (no version info) is installed on the system
    [06/30/14,08:51:10] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\diasymreader.dll (version 10.0.30319.1) is installed on the system
    [06/30/14,08:51:10] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\EventLogMessages.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:10] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\fusion.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:10] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\InstallUtil.exe (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:10] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\InstallUtil.exe.config (no version info) is installed on the system
    [06/30/14,08:51:10] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\InstallUtilLib.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:10] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\ISymWrapper.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:11] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\jsc.exe (version 10.0.30319.1) is installed on the system
    [06/30/14,08:51:11] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\jsc.exe.config (no version info) is installed on the system
    [06/30/14,08:51:11] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\locale.nlp (no version info) is installed on the system
    [06/30/14,08:51:11] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Microsoft.CSharp.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:11] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Microsoft.JScript.dll (version 10.0.30319.296) is installed on the system
    [06/30/14,08:51:11] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Microsoft.JScript.tlb (version 10.0.30319.1) is installed on the system
    [06/30/14,08:51:11] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Microsoft.Transactions.Bridge.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:11] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Microsoft.Transactions.Bridge.Dtc.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:11] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Microsoft.VisualBasic.Activities.Compiler.dll (version 10.0.30319.1) is installed on the system
    [06/30/14,08:51:11] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Microsoft.VisualBasic.Compatibility.Data.dll (version 10.0.30319.1) is installed on the system
    [06/30/14,08:51:11] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Microsoft.VisualBasic.Compatibility.dll (version 10.0.30319.1) is installed on the system
    [06/30/14,08:51:11] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Microsoft.VisualBasic.dll (version 10.0.30319.1) is installed on the system
    [06/30/14,08:51:11] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Microsoft.VisualC.Dll (version 10.0.30319.1) is installed on the system
    [06/30/14,08:51:11] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\mscordacwks.dll (version 4.0.30319.1022) is installed on the system
    [06/30/14,08:51:11] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\mscordbi.dll (version 4.0.30319.1022) is installed on the system
    [06/30/14,08:51:11] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\mscoree.tlb (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:11] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\mscoreei.dll (version 4.0.30319.237) is installed on the system
    [06/30/14,08:51:11] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\mscoreeis.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:11] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\mscorlib.dll (version 4.0.30319.1022) is installed on the system
    [06/30/14,08:51:11] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\mscorlib.tlb (version 4.0.21111.0) is installed on the system
    [06/30/14,08:51:11] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\mscorpe.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:11] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\mscorpehost.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:11] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\mscorrc.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:11] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\mscorsecimpl.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:11] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\mscorsvc.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:11] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\mscorsvw.exe (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:11] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\ngen.exe (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:11] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\normidna.nlp (no version info) is installed on the system
    [06/30/14,08:51:11] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\normnfc.nlp (no version info) is installed on the system
    [06/30/14,08:51:11] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\normnfd.nlp (no version info) is installed on the system
    [06/30/14,08:51:11] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\normnfkc.nlp (no version info) is installed on the system
    [06/30/14,08:51:11] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\normnfkd.nlp (no version info) is installed on the system
    [06/30/14,08:51:11] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\PerfCounter.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:11] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\RegAsm.exe (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:11] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\regasm.exe.config (no version info) is installed on the system
    [06/30/14,08:51:11] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\RegSvcs.exe (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:11] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\regsvcs.exe.config (no version info) is installed on the system
    [06/30/14,08:51:11] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\SbsNclPerf.dll (version 4.0.31106.0) is installed on the system
    [06/30/14,08:51:11] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\ServiceModelEvents.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:11] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\ServiceModelInstallRC.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:11] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\ServiceModelReg.exe (version 4.0.30319.1022) is installed on the system
    [06/30/14,08:51:11] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\ServiceModelRegUI.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:11] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\SMDiagnostics.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:11] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\SMSvcHost.exe (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:11] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\SMSvcHost.exe.config (no version info) is installed on the system
    [06/30/14,08:51:11] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\SOS.dll (version 4.0.30319.1022) is installed on the system
    [06/30/14,08:51:11] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\sysglobl.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:11] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\System.Activities.Core.Presentation.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:11] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\System.Activities.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:11] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\System.Activities.DurableInstancing.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:11] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\System.Activities.Presentation.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:11] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\System.AddIn.Contract.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:11] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\System.AddIn.dll (version 4.0.30319.269) is installed on the system
    [06/30/14,08:51:11] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\System.ComponentModel.Composition.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:11] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\System.ComponentModel.DataAnnotations.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:12] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\System.configuration.dll (version 4.0.30319.1015) is installed on the system
    [06/30/14,08:51:12] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\System.Configuration.Install.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:12] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\System.Core.dll (version 4.0.30319.233) is installed on the system
    [06/30/14,08:51:12] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\System.Data.DataSetExtensions.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:12] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\System.Data.dll (version 4.0.30319.237) is installed on the system
    [06/30/14,08:51:12] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\System.Data.Entity.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:12] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\System.Data.Linq.dll (version 4.0.30319.1015) is installed on the system
    [06/30/14,08:51:12] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\System.Data.Services.Client.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:12] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\System.Data.SqlXml.dll (version 4.0.30319.1015) is installed on the system
    [06/30/14,08:51:12] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\System.Deployment.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:12] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\System.Device.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:12] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\System.DirectoryServices.AccountManagement.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:12] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\System.DirectoryServices.dll (version 4.0.30319.1001) is installed on the system
    [06/30/14,08:51:12] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\System.DirectoryServices.Protocols.dll (version 4.0.30319.1001) is installed on the system
    [06/30/14,08:51:12] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\System.dll (version 4.0.30319.1001) is installed on the system
    [06/30/14,08:51:12] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\System.Drawing.dll (version 4.0.30319.1001) is installed on the system
    [06/30/14,08:51:12] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\System.Drawing.tlb (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:12] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\System.Dynamic.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:12] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\System.EnterpriseServices.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:12] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\System.EnterpriseServices.Thunk.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:12] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\System.EnterpriseServices.tlb (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:12] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\System.EnterpriseServices.Wrapper.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:12] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\System.IdentityModel.dll (version 4.0.30319.1001) is installed on the system
    [06/30/14,08:51:12] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\System.IdentityModel.Selectors.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:12] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\System.IO.Log.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:12] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\System.Management.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:12] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\System.Management.Instrumentation.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:12] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\System.Messaging.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:12] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\System.Net.dll (version 4.0.30319.233) is installed on the system
    [06/30/14,08:51:12] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\System.Numerics.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:12] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\System.Runtime.DurableInstancing.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:12] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\System.Runtime.Remoting.dll (version 4.0.30319.1023) is installed on the system
    [06/30/14,08:51:12] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\System.Runtime.Serialization.dll (version 4.0.30319.1016) is installed on the system
    [06/30/14,08:51:12] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\System.Runtime.Serialization.Formatters.Soap.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:12] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\System.Security.dll (version 4.0.30319.1016) is installed on the system
    [06/30/14,08:51:12] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\System.ServiceModel.Activities.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:12] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\System.ServiceModel.Channels.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:12] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\System.ServiceModel.Discovery.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:12] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\System.ServiceModel.dll (version 4.0.30319.1001) is installed on the system
    [06/30/14,08:51:12] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\System.ServiceModel.Routing.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:12] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\System.ServiceProcess.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:12] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\System.tlb (version 10.0.30318.0) is installed on the system
    [06/30/14,08:51:12] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\System.Transactions.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:12] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\System.Web.ApplicationServices.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:12] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\System.Web.Services.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:12] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\System.Windows.Forms.DataVisualization.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:12] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\System.Windows.Forms.dll (version 4.0.30319.1002) is installed on the system
    [06/30/14,08:51:12] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\System.Windows.Forms.tlb (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:12] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\System.Xaml.dll (version 4.0.30319.298) is installed on the system
    [06/30/14,08:51:12] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\System.XML.dll (version 4.0.30319.1015) is installed on the system
    [06/30/14,08:51:12] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\System.Xml.Linq.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:12] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\vbc.exe (version 10.0.30319.233) is installed on the system
    [06/30/14,08:51:13] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\vbc.exe.config (no version info) is installed on the system
    [06/30/14,08:51:13] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\WMINet_Utils.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:13] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\XPThemes.manifest (no version info) is installed on the system
    [06/30/14,08:51:13] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Config\machine.config (no version info) is installed on the system
    [06/30/14,08:51:13] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Config\machine.config.comments (no version info) is installed on the system
    [06/30/14,08:51:13] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Config\machine.config.default (no version info) is installed on the system
    [06/30/14,08:51:13] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\WPF\NaturalLanguage6.dll (version 6.0.6001.18098) is installed on the system
    [06/30/14,08:51:13] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\WPF\NlsData0009.dll (version 6.0.6001.18000) is installed on the system
    [06/30/14,08:51:13] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\WPF\NlsLexicons0009.dll (version 6.0.6001.18098) is installed on the system
    [06/30/14,08:51:13] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\WPF\PenIMC.dll (version 4.0.30319.1015) is installed on the system
    [06/30/14,08:51:13] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\WPF\PresentationCore.dll (version 4.0.30319.1015) is installed on the system
    [06/30/14,08:51:13] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\WPF\PresentationFramework.Aero.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:13] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\WPF\PresentationFramework.Classic.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:13] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\WPF\PresentationFramework.dll (version 4.0.30319.1015) is installed on the system
    [06/30/14,08:51:13] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\WPF\PresentationFramework.Luna.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:13] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\WPF\PresentationFramework.Royale.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:13] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\WPF\PresentationHost_v0400.dll (version 4.0.30319.1015) is installed on the system
    [06/30/14,08:51:13] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\WPF\PresentationNative_v0400.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:13] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\WPF\PresentationUI.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:13] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\WPF\ReachFramework.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:13] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\WPF\System.Printing.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:13] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\WPF\System.Speech.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:13] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\WPF\System.Windows.Input.Manipulations.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:13] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\WPF\System.Windows.Presentation.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:13] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\WPF\UIAutomationClient.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:13] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\WPF\UIAutomationClientsideProviders.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:13] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\WPF\UIAutomationProvider.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:13] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\WPF\UIAutomationTypes.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:13] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\WPF\WindowsBase.dll (version 4.0.30319.1015) is installed on the system
    [06/30/14,08:51:13] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\WPF\WindowsFormsIntegration.dll (version 4.0.30319.1) is installed on the system
    [06/30/14,08:51:13] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\WPF\wpfgfx_v0400.dll (version 4.0.30319.1015) is installed on the system
    [06/30/14,08:51:13] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\WPF\Fonts\GlobalMonospace.CompositeFont (no version info) is installed on the system
    [06/30/14,08:51:13] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\WPF\Fonts\GlobalSansSerif.CompositeFont (no version info) is installed on the system
    [06/30/14,08:51:13] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\WPF\Fonts\GlobalSerif.CompositeFont (no version info) is installed on the system
    [06/30/14,08:51:13] File C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\WPF\Fonts\GlobalUserInterface.CompositeFont (no version info) is installed on the system
    [06/30/14,08:51:13] Section [Files - .NET Framework 4 Client (Common)] - stop parsing entries
    [06/30/14,08:51:13] Section [Files - .NET Framework 4 Client (32-bit)] - start parsing entries
    [06/30/14,08:51:13] Section [Files - .NET Framework 4 Client (32-bit)] - stop parsing entries
    [06/30/14,08:51:13] Not running action 'Files - .NET Framework 4 Client (64-bit)' for product '.NET Framework 4 Client' because the OS condition does not match
    [06/30/14,08:51:13] Section [Registry - .NET Framework 4 Client (Common)] - start parsing entries
    [06/30/14,08:51:13] Key: HKLM\SOFTWARE\Microsoft\.NETFramework\policy\standards\v1.0.0
     Value: v4.0.30319
     Expected Data: 30319
     Actual Data: 30319
    [06/30/14,08:51:13] Key: HKLM\SOFTWARE\Microsoft\.NETFramework\policy\standards\Standard CLI 2002
     Value: v4.0.30319
     Expected Data: 4095
     Actual Data: 4095
    [06/30/14,08:51:13] Key: HKLM\SOFTWARE\Microsoft\.NETFramework\policy\standards\Standard CLI 2005
     Value: v4.0.30319
     Expected Data: 4095
     Actual Data: 4095
    [06/30/14,08:51:13] Key: HKLM\SOFTWARE\Microsoft\.NETFramework\policy\upgrades
     Value: 4.0.30319
     Expected Data: 4.0.0-4.0.30319
     Actual Data: 4.0.0-4.0.30319
    [06/30/14,08:51:13] Key: HKLM\SOFTWARE\Microsoft\.NETFramework\policy\v4.0
     Value: 30319
     Expected Data: 30319-30319
     Actual Data: 30319-30319
    [06/30/14,08:51:13] Key: HKLM\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Client
     Value: Install
     Expected Data: 1
     Actual Data: 1
    [06/30/14,08:51:13] Key: HKLM\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Client
     Value: InstallPath
     Actual Data: REGISTRY VALUE FOUND
    [06/30/14,08:51:13] Key: HKLM\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Client
     Value: Servicing
     Actual Data: REGISTRY VALUE FOUND
    [06/30/14,08:51:13] Key: HKLM\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Client
     Value: TargetVersion
     Expected Data: 4.0.0
     Actual Data: 4.0.0
    [06/30/14,08:51:13] Key: HKLM\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Client
     Value: Version
     Actual Data: REGISTRY VALUE FOUND
    [06/30/14,08:51:13] Section [Registry - .NET Framework 4 Client (Common)] - stop parsing entries
    [06/30/14,08:51:13] Section [Registry - .NET Framework 4 Client (32-bit)] - start parsing entries
    [06/30/14,08:51:14] Key: HKLM\SOFTWARE\Microsoft\.NETFramework
     Value: InstallRoot
     Expected Data: c:\windows\microsoft.net\framework\
     Actual Data: c:\windows\microsoft.net\framework\
    [06/30/14,08:51:14] Section [Registry - .NET Framework 4 Client (32-bit)] - stop parsing entries
    [06/30/14,08:51:14] Not running action 'Registry - .NET Framework 4 Client (64-bit)' for product '.NET Framework 4 Client' because the OS condition does not match
    [06/30/14,08:51:14] Not running action 'Registry - .NET Framework 4 Client (Wow6432Node)' for product '.NET Framework 4 Client' because the OS condition does not match
    [06/30/14,08:51:14] Processing custom action 'Custom Action - .NET Framework 4.0 test application'
    [06/30/14,08:51:14] ExecutablePath = 'Netfx40TestApplication.exe'
    [06/30/14,08:51:14] FriendlyName = '.NET Framework 4 test application'
    [06/30/14,08:51:14] TimeoutSeconds = '300'
    [06/30/14,08:51:14] WaitOnExit = 'true'
    [06/30/14,08:51:14] Silent = 'true'
    [06/30/14,08:51:14] Launching process 'Netfx40TestApplication.exe' now
    [06/30/14,08:51:14] Process successfully launched. Waiting 300 seconds for it to complete.
    [06/30/14,08:51:15] Process 'Netfx40TestApplication.exe' exited with return code 0
    [06/30/14,08:51:15] Verification succeeded for product .NET Framework 4 Client

  • Event Id 1000 Application Error

    Hi Team,
    I am getting the below error in my windows server 2008 R2.Kindly help me to resovle this.
    Log Name:      Application
    Source:        Application Error
    Date:          9/19/2014 8:26:48 AM
    Event ID:      1000
    Task Category: (100)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      HYD-JB-ADC.ad.prolifics.com
    Description:
    Faulting application name: cscript.exe, version: 5.8.7601.18283, time stamp: 0x5258a6f2
    Faulting module name: ScriptSn.20131004214145.dll_unloaded, version: 0.0.0.0, time stamp: 0x4d2ce476
    Exception code: 0xc0000005
    Fault offset: 0x00000000742c645d
    Faulting process id: 0x1864
    Faulting application start time: 0x01cfd3b55aa066ef
    Faulting application path: C:\Windows\system32\cscript.exe
    Faulting module path: ScriptSn.20131004214145.dll
    Report Id: 98887463-3fa8-11e4-bc11-00505699576c
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Application Error" />
        <EventID Qualifiers="0">1000</EventID>
        <Level>2</Level>
        <Task>100</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2014-09-19T02:56:48.000000000Z" />
        <EventRecordID>15561943</EventRecordID>
        <Channel>Application</Channel>
        <Computer>HYD-JB-ADC.ad.prolifics.com</Computer>
        <Security />
      </System>
      <EventData>
        <Data>cscript.exe</Data>
        <Data>5.8.7601.18283</Data>
        <Data>5258a6f2</Data>
        <Data>ScriptSn.20131004214145.dll_unloaded</Data>
        <Data>0.0.0.0</Data>
        <Data>4d2ce476</Data>
        <Data>c0000005</Data>
        <Data>00000000742c645d</Data>
        <Data>1864</Data>
        <Data>01cfd3b55aa066ef</Data>
        <Data>C:\Windows\system32\cscript.exe</Data>
        <Data>ScriptSn.20131004214145.dll</Data>
        <Data>98887463-3fa8-11e4-bc11-00505699576c</Data>
      </EventData>
    </Event>
    Thanks & Regards, Santosh Chowdary Vasireddy System Administrator Prolifcs DHFLVC Silicon Towers, 5th Floor, Survey #14, Kondapur, Hyderabad – 500 032. Work +91 40 3999 1999 Ex.1656 l Cell +91 9849277255 l [email protected] A Global
    Provider of IBM, Microsoft and Testing Solutions Award Winner for Technical Excellence, BPM, SOA, Portal and Governance

    Thanks for the advice is there any other alternate solution why this error was causing
    Thanks & Regards, Santosh Chowdary Vasireddy System Administrator Prolifcs DHFLVC Silicon Towers, 5th Floor, Survey #14, Kondapur, Hyderabad – 500 032. Work +91 40 3999 1999 Ex.1656 l Cell +91 9849277255 l [email protected] A Global
    Provider of IBM, Microsoft and Testing Solutions Award Winner for Technical Excellence, BPM, SOA, Portal and Governance

  • SkyDrive.exe error: event id 1000, Faulting application name: skydrive.exe

    Symptoms since upgrading to Windows 8.1:
    SkyDrive won't sync new files, e.g. files I've created in Excel for instance do not show in SkyDrive or, predictably, in other devices
    There is no SkyDrive icon in the task bar
    I keep getting the following in Event Viewer:
    Faulting application name: skydrive.exe, version: 6.3.9600.16412, time stamp: 0x5243d370
    Faulting module name: msvcrt.dll, version: 7.0.9600.16384, time stamp: 0x5215f944
    Exception code: 0xc0000005
    Fault offset: 0x0000000000007a6e
    Faulting process id: 0x16f0
    Faulting application start time: 0x01ced636efff9d54
    Faulting application path: C:\Windows\System32\skydrive.exe
    Faulting module path: C:\WINDOWS\system32\msvcrt.dll
    Any help would be appreciated.

    Thanks Andre,
    Looked at 'Conversion Tables.xls'. It did contain some hidden macros that I didn't know about. I just now deleted them.
    Am I to understand that either deleteing the macros or excluding 'Conversion Tables.xls' from SkyDrive will stop the Event ID 1000 application errors in Event Viewer? I got another series of four today:
    Faulting application name: skydrive.exe, version: 6.3.9600.16412, time stamp: 0x5243d370
    Faulting module name: msvcrt.dll, version: 7.0.9600.16384, time stamp: 0x5215f944
    Exception code: 0xc0000005
    Fault offset: 0x0000000000007a6e
    Faulting process id: 0x1d84
    Faulting application start time: 0x01cedbc6da13a0bb
    Faulting application path: C:\Windows\System32\skydrive.exe
    Faulting module path: C:\WINDOWS\system32\msvcrt.dll
    Report Id: 18500c7d-47c1-11e3-bf15-d4716ab3aad1
    Faulting package full name:
    Faulting package-relative application ID:
    Again, thanks.

  • LR4 RC2 is slooooow on importing files

    I have just upgraded to LR 4 RC2 and found that it took two hours!! to import NEF files from my Lexar 400X 8Gb CF UDMA card....I did several trials and it seems that the problem appears when I set some keywords before starting the import procedure. When I put no keywords at all, Import  runs as fast as with the previous version of LR4...is this a bug or it just happens to me?
    Agustin

    add me to the list.
    i have also speed problems with the import in LR4 RC2.
    even when i only import jpg files it´s much slower then past versions.
    with past versions i could immediately view the imported images even when other images were still imported.
    with RC2 i often only see a pixelated preview for 15-20 seconds and the message "reading data" (well i see the german translation of that message    ).
    today i often thought LR froze but then it was "only a hickup".
    problem is the hickup happens very often. 
    i tried to import the same files (from the same SDHC card) with LR v3.6 and it was much faster and smoother experience.
    i also noticed this issue with RC1, but today it was really annoying.
    ps: i don´t add keywords on import but i do add coypright infos into the metadata fields during import.
    my system specs:
    win7 64 bit
    intel i7 2600k
    geforce 460 GTX
    16 GB ram
    240 GB vertex 3 SSD (for LR catalog and previews)

  • Skydrive crashing with event id 1000

    Skydrive isn't installed/active on all of our clients. Since a fiew weeks (since updates of 10.6.2014?) we get the following error on some clients:
    Log Name:      Application
    Source:        Application Error
    Date:          07.07.2014 09:54:35
    Event ID:      1000
    Task Category: (100)
    Level:         Fehler
    Keywords:      Klassisch
    User:          N/A
    Computer:      CLIENTNB10.int.domain.ch
    Description:
    Name der fehlerhaften Anwendung: skydrive.exe, Version: 6.3.9600.17055, Zeitstempel: 0x53291a62
    Name des fehlerhaften Moduls: unknown, Version: 0.0.0.0, Zeitstempel: 0x00000000
    Ausnahmecode: 0x00000000
    Fehleroffset: 0x0000000000000000
    ID des fehlerhaften Prozesses: 0xa7c
    Startzeit der fehlerhaften Anwendung: 0x01cf99b8b1c83b85
    Pfad der fehlerhaften Anwendung: C:\Windows\System32\skydrive.exe
    Pfad des fehlerhaften Moduls: unknown
    Berichtskennung: efbeb08a-05ab-11e4-828e-ac7ba110a288
    Vollständiger Name des fehlerhaften Pakets:
    Anwendungs-ID, die relativ zum fehlerhaften Paket ist:
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Application Error" />
        <EventID Qualifiers="0">1000</EventID>
        <Level>2</Level>
        <Task>100</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2014-07-07T07:54:35.000000000Z" />
        <EventRecordID>30218</EventRecordID>
        <Channel>Application</Channel>
        <Computer>CLIENTNB10.int.domain.ch</Computer>
        <Security />
      </System>
      <EventData>
        <Data>skydrive.exe</Data>
        <Data>6.3.9600.17055</Data>
        <Data>53291a62</Data>
        <Data>unknown</Data>
        <Data>0.0.0.0</Data>
        <Data>00000000</Data>
        <Data>00000000</Data>
        <Data>0000000000000000</Data>
        <Data>a7c</Data>
        <Data>01cf99b8b1c83b85</Data>
        <Data>C:\Windows\System32\skydrive.exe</Data>
        <Data>unknown</Data>
        <Data>efbeb08a-05ab-11e4-828e-ac7ba110a288</Data>
        <Data>
        </Data>
        <Data>
        </Data>
      </EventData>
    </Event>
    I repaired Office, Onedrive still not installed/active, the error still appears. 
    I placed this task in Onedrive Forum, they wished to place this task in this forum. I hope somebody here can help.
    Raymond Marti 8050 Zürich [email protected]

    The module that appears to be causing the crash is not identified:
    Name des fehlerhaften Moduls: unknown, Version: 0.0.0.0, Zeitstempel: 0x00000000
    What I might suggest to try to identify the faulting module is to capture a user mode dump of the crash. 
    You can configure Windows to create user-mode dumps. Create a System Restore Point first.
    If you copy and paste the following in Notepad and save as a .reg file (save with the .reg extension and give it any name such as dump.reg), then right-click the .reg file and select "Merge" to add to the registry, a .dmp file at the time skydrive.exe
    crashes should be created in the C:\CrashDumps folder:
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps\skydrive.exe]
    "DumpFolder"=hex(2):43,00,3a,00,5c,00,43,00,72,00,61,00,73,00,68,00,44,00,75,\
    00,6d,00,70,00,73,00,00,00
    After Skydrive (skydrive.exe) crashes, can you then make the .dmp file available (provide link) via a public folder on OneDrive or similar site?
    Here's a couple of links on using OneDrive (SkyDrive):
    http://windows.microsoft.com/en-ca/skydrive/add-photos-files-faq
    http://windows.microsoft.com/en-ca/onedrive/share-file-folder
    More info on collecting user-mode dumps:
    msdn.microsoft.com/en-us/library···85).aspx  

  • Erratic event id 1000; Windows Explorer; MSVCR90.dll on Win7 64bit

    Windows 7 64 bit. Interacting with Explorer, often as simple as switching to Explorer window and changing focus on a filename. Explorer stops working, generates ID 1000 (see below) and then restarts itself.
    Recently installed LibreOffice v 3.6.1.2 and 16-bit Java 6 update 30 (which works with LibreOffice).
    I suppose you are going to tell me to uninstall the LO and Java. I'm really hoping for other troubleshooting or diagnostic options. The LO and java setup is for a project of some urgency.
    Log Name:      Application
    Source:        Application Error
    Date:          10/1/2012 8:22:51 AM
    Event ID:      1000
    Task Category: (100)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      seagoing2012
    Description:
    Faulting application name: explorer.exe, version: 6.1.7601.17567, time stamp: 0x4d672ee4
    Faulting module name: MSVCR90.dll, version: 9.0.30729.6161, time stamp: 0x4dace4e7
    Exception code: 0xc0000417
    Fault offset: 0x00000000000552d4
    Faulting process id: 0x1b6c
    Faulting application start time: 0x01cd9f661a148e6a
    Faulting application path: C:\Windows\explorer.exe
    Faulting module path: C:\Windows\WinSxS\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_08e61857a83bc251\MSVCR90.dll
    Report Id: dc88f04c-0bdb-11e2-b556-4c80939ece8c
    Event Xml:
    <Event xmlns=<I had to munge this line to get the message posted. Something about "no links"... >
      <System>
        <Provider Name="Application Error" />
        <EventID Qualifiers="0">1000</EventID>
        <Level>2</Level>
        <Task>100</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2012-10-01T15:22:51.000000000Z" />
        <EventRecordID>8225</EventRecordID>
        <Channel>Application</Channel>
        <Computer>seagoing2012</Computer>
        <Security />
      </System>
      <EventData>
        <Data>explorer.exe</Data>
        <Data>6.1.7601.17567</Data>
        <Data>4d672ee4</Data>
        <Data>MSVCR90.dll</Data>
        <Data>9.0.30729.6161</Data>
        <Data>4dace4e7</Data>
        <Data>c0000417</Data>
        <Data>00000000000552d4</Data>
        <Data>1b6c</Data>
        <Data>01cd9f661a148e6a</Data>
        <Data>C:\Windows\explorer.exe</Data>
        <Data>C:\Windows\WinSxS\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_08e61857a83bc251\MSVCR90.dll</Data>
        <Data>dc88f04c-0bdb-11e2-b556-4c80939ece8c</Data>
      </EventData>
    </Event>

    Hi,
    According to the event log, we can see that the issue is related to MSVCR90.dll.
    Therefore, please use ShellExView to disable this extension of Windows Explorer:
    1) Please download
    ShellExView for x64-bit system.
    Note: The third-party product discussed here is manufactured by a company that is independent of Microsoft. We make no warranty, implied or otherwise, regarding this product's performance
    or reliability.
    2) Extract the download file and double-click the "shexview.exe" file. It will scan the registry for all the shell extensions.
    3) Select the MSVCR90.dll in pink.
    4) Click the "Disable Selected Items" on the toolbar and click Yes.
    5) Restart your computer and check if the issue is resolved.
    If Windows Explorer can work properly after disabling MSVCR90.dll, we can conclude that the issue is caused by LibreOffice. Therefore, please update LibreOffice to the latest or you may have to contact
    LibreOffice for help.
    Hope this helps.
    Jeremy Wu
    TechNet Community Support

Maybe you are looking for

  • SD invoice can't be reversed due to foreign currency valuation

    Hi, I have an invoice which relates to an Sales order,it was posted in several months again(cross monthly closing). Now I want to reverse this invoice,but the system can't cancel the relevant FI document due to we have done the foreign currency evalu

  • Is there a problem with maximum RAM size for Satellite 320CDT?

    I have a Satellite 320CDT with the latest BIOS (v8.00) and Windows 98 SE installed; there is 32MB base memory and a 32MB module in the single expansion slot. If I change this for a 64MB expansion module I can still only see 64MB total memory reported

  • Ipod starts playing when off

    For some reason my Ipod seems to turn itself on and start playing music by itself. I have been sleeping only to be woken up in the middle of the night from music coming from my Ipod. It seems to be playing music from a playlist but it does not always

  • Datasources needed for SMR

    Dear all, I need to know the datasources for short text (msg) ibase start time end time for Solution Manager. Please tell me. Thanks and Regards, Girikumar.S

  • Sccm 2012 oSD report

    hi  any one please help me on below requirementss i need to create an Operating system deplyement report  from which ican select start date and end date  so this report will show the osd completed  with success and failure  ,iam not able to see such