Keithley 2635a source meter error 5038

Hi All,
I'm trying to control a Keithley 2635a source meter using labview but my source meter outputs an error every time I try to run the VI "error 5038: SMUA index exceeds maximum reading"
I've looked at one other post on this topic but I can't figure out  why I keep getting this error.
I've attached my VI's to this post.
Thanks for your help.
Attachments:
Keithley source and average 5.vi ‏46 KB
IV sweep 0V to Vhigh to Vlow to 0V_Version5.vi ‏78 KB

I fixed the problem.
I wasn't setting the number of measurements to be taken by the buffer. I needed to use a Keithley sub VI called configure measure so that the measure sub VI would know how many
measurements to take.
If anyone has a similar problem using the buffer on a Keithley 2600 series SMU then reply to this post and I'll see if I can help you out.
Thanks again.

Similar Messages

  • Problem with Keithley 2400 source meter

    Hello all,
    I tried to controll a keithley 2400 source meter with Labtracer using a NI GPIB-USB-HI card but when I run the test is send me this error message: "There was ab error reported on Visa Read in Query. Test aborted. Error code: -1073807339"
    is this card (NI GPIB-USB-HI) able to controll keithley 2400 source meter ?
    the keithley 2400 source meter screen show "REM TALK" during the running of the program,
    I installed NI488227 in my computer (windows XP) and also "Agilent Connection Expert", this later also show no possibilty to connect with the Keithley meter, I attached a file for  "Agilent Connection Expert".
    Any help is appreciated
    Thank you by advance
    Attachments:
    ACE.docx ‏133 KB

    Follow the preliminary steps to first check if the device is able to communicate via the GPIB-USB convertor.
    navigate to: Start>>National Instruments>>NI 448.2>>Interactive control.  Use this utility to query the GPIB device for some standard commands for e.g.: *IDN?
    There is also a GPIB analyzer in the above path which you can use to verify the device connectivity to the system.
    Also for communicating the with 3rd party GPIB devices always enable " NIVisa Tulip.dll" which will help recognising the device in max.  Look at the picture to enable this option in max.
    post back for queries
    With regards,
    JK
    (Certified LabVIEW Developer)
    Give Kudos for Good Answers, and Mark it a solution if your problem is solved.
    Attachments:
    tulip.jpg ‏175 KB

  • Keithley 2440 source meter, 4 wire measuremen​t

    Dear all,
    I'm using keithley 2440 sourcemeter to measure the resistance value with 4 wire. I downloaded LabView driver, tested an example program , and
    it works fine.
    I tried to measure the resistance with 4 wire, so I put the "Enable Remote Sensing.vi" before the "Read Single.vi" , but it generated the error "#803"
    which is "Not permitted with OUTPUT off". If I disabled the Remote Sensing, then it works with 2 wire mode.  I'm using LV8.2 and I've attached the program.
    Could you help me with figuring out this problem?
    Thank you very much.
    Yoon
    Attachments:
    Keithley 24XX Read Single.vi ‏46 KB

    Duplicate thread, check out the solution here.
    Applications Engineer
    National Instruments

  • Does signalexpress support keithley 2400 series source meter?

    I am a stranger to labview, but willing to use Labview signalexpress 2.5 to realize data acquisition from keithley 2000 multimeter and keithley 2410c source meter.
    After installation of drivers for 2000 and 2410 download from NI.com, I was able to choose the driver of keithley 2000 from signalexpress at the device setup, and It work well for data acquisition. However when I duplicate the same process for keithley 2410c, the driver installed was not availabe for selection. There are a few of drivers for 2400 series at NI.com, I downloaded the file of 16M for labview. Is it available for labview signalexpress?
    By the way, both device were availbe in the GPIB (from the MAX, tests passed ) with different GPIB address.
    Thanks for your help~
    Message Edited by jackzhg on 04-17-2008 10:24 AM

    Lynn,
    If memory serves me correctly this is possible.
    The easiest way I got it working was to first get it all ticking along ok in their Lua based IDE, then once the script was working perfectly I just used LV to send the script as text to the instrument over GPIB. Worked a treat.
    nrp
    CLA

  • I need GPIB Driver for Keithley 263 Calibrator/Source Meter using Labview. Can anybody help? Thank you.

    I need GPIB Driver for Keithley 263 Calibrator/Source Meter using Labview. Can anybody help?
    Thank you in advance.

    Hi,
    on Keithley's website is explained :
    "The Model 263 offers a more economical, more precise alternative to the Model 6430 or the Model 236 when used as a low-current source. It is used almost exclusively as a current calibrator."
    This leads to Model 236.... A LabVIEW-driver is available @: http://search.ni.com/query.html?lk=1&col=alldocs&nh=500&rf=3&ql=&pw=595&qp=%2BContentType%3AInstrumentDriver+%2BIDNetManufacturer%3A%22Keithley%22&qt=&layout=IDNet
    Maybe you have to "reconstruct" some parts - but it will help.
    regards
    wha

  • Getting Error in CMC - source file error. [No such file or directory]: [CrystalEnterprise.Smtp]

    Dear All,
    I am able to schedule the Crystal report successfully means mail gets auto triggered as we set in SCHEDULE option. But when we tried to use the notification option we get the status as FAILED. nd in details we get "source file error. [No such file or directory]: [CrystalEnterprise.Smtp]".
    But still a mail gets triggred and each and every person will get mail. but the issue is notification will not work properly and no notification mail. And the status is despayed as FAILED with "source file error. [No such file or directory]: [CrystalEnterprise.Smtp]" this message.
    Regards,
    Rohan Ghadi

    Do you have multiple job servers in your environment? Did all the Job servers configured SMTP settings?

  • Read from sql task and send to data flow task - [OLE DB Source [1]] Error: A rowset based on the SQL command was not returned by the OLE DB provider.

    I have created a execut sql task -
    In that, i have a created a 'empidvar' variable of string type and put sqlstatement = 'select distinct empid from emp'
    Resultset=resultname=0 and variablename=empidvar
    I have added data flow task of ole db type and I put this sql statement under sql command - exec emp_sp @empidvar=?
    I am getting an error.
    [OLE DB Source [1]] Error: A rowset based on the SQL command was not returned by the OLE DB provider.
    [SSIS.Pipeline] Error: component "OLE DB Source" (1) failed the pre-execute phase and returned error code 0xC02092B4.

    shouldnt setting be Result
    Set=Full Resultset as your query returns a resultset? also i think variable to be mapped should be of object type.
    Then for data flow task also you need to put it inside a ForEachLoop based on ADO.NET recordset and map your earlier variable inside it so as to iterate for every value the sql task returns.
    Also if using SP in oledb source make sure you read this
    http://consultingblogs.emc.com/jamiethomson/archive/2006/12/20/SSIS_3A00_-Using-stored-procedures-inside-an-OLE-DB-Source-component.aspx
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • Source Material error when burning disk image

    Well, I've been haunting these forums for 10 days, finding answers to every darn problem under the sun I've encountered! (thanks folks, I've been near hysteria) Now I have yet another problem, and I cannot find an answer in the forums (sorry if it's there.)
    I have built my movie in iMovie, imported to iDVD, created my disk image, played my disk image (worked perfectly), connected my brand new LaCie external burner, loaded Toast 6 Lite, dragged my mounted disk image icon into the window, popped in my Verbatim DVD+R and let 'er rip.
    And, poo, I'm informed that 4 files are in an unsupported format and cannot be imported. EH? I thought the disk image kept all self-contained? I press onward, and hit burn. Churning, churning... and then this message:
    "Could not record disc because there is a problem with the source material. Result code= -18774"
    Trying to burn via Disk Utility doesn't work either. My mounted disk shows up, but when highlighted the burn button is grayed out. Only when I click on the .img file is the burn option lit.
    Am I supposed to drag the .img file rather than the mounted little disc icon? PLEASE HELP. These movies were SUPPOSED to be Xmas presents... now I'm praying for Michaelmas gifts!
    TIA

    ohmygosh. Lightbulb! I've been trying to burn the file_name one and not the file_name.img one. I assumed the point of mounting the file was to burn it, but it's only to preview it, yes?? So, I did that via Disk Utility, and it worked!! Only thing I can't figure is how to set the burn speed. I know slower is better, but can't find the place to tell it the speed. It never asks.
    Toast still gives me the source material error. I do have the 'video' tab selected, and I've done the drag-n-drop method AND the 'add' method ('copy' is only for transferring data from one CD/DVD to another in my version, evidently). Toast doesn't allow me to grab the .img file, so I'm assuming IT wants the mounted file_name one? I'd still like to be able to use Toast to burn, so a solution to this would be appreciated. I'm using Toast 6 Lite, BTW.

  • 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

  • Source File Error

    I installed Creator 2 update 1, and run the tutorial
    "Getting Started With Sun Java Studio Creator"
    After creating a web application, the Visual Editor shows:
    Source File Error, and in the java source it shows:
    import com.sun.rave.web.ui.appbase.AbstractPageBean; Not found etc.
    Thanks,

    I imagine the binary download may have been corrupted. If you haven't already done so, can you try to download Crreator 2 U 1 once more, but now using the Sun Download Manager?
    http://www.sun.com/download/sdm/index.xml
    Let me know if that doesn't work. Any other system related information you can give us would be helpful too. Good luck!
    Sandeep
    --Creator Team                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • [Flat File Source [2]] Error: Cannot open the datafile "VendorPurchases20050512.txt".

    hi
    I'm trying to use foreachloop container in order to read the data that i have in several txt files and upload it into MRR table. 
    when i'm trying to run the package, i'm getting the following error: 
    [Flat File Source [2]] Warning: The system cannot find the file specified.
    [Flat File Source [2]] Error: Cannot open the datafile "VendorPurchases20050512.txt".
    [SSIS.Pipeline] Error: Flat File Source failed the pre-execute phase and returned error code 0xC020200E.
    I don't know what's the problem since it was working before.In the flat file connection manager i defined all the path including the name of the file.
    I'll be happy for assistance
    thanks
    Yaron

    Hi Yaron,
    Does the file stored in local file system or a share folder on remote server? If you can load data from a file in local computer, but cannot load data from a file in a remote computer, the issue may be caused by the Kerberos authentication. In this condition,
    check the following points:
    Enable SQL Server for Kerberos
    Check delegation settings for SQL Server service account and Computer
    Add Host SPNs for FileShare Server and SQL Server
    References:
    http://msdn.microsoft.com/en-us/library/dd568720.aspx
    http://msdn.microsoft.com/en-us/library/ms191153.aspx
    Regards,
    Mike Yin
    TechNet Community Support

  • Configuration Manager 2012 SP1 Prerequisite Checker returns "Migration active source hierarchy" error

    Hello, 
    I am getting "Migration active source hierarchy" error in the SCCM 2012 SP1 prerequisite checker on the CM 2012 primary site. The error says "There is an active hierarchy configuration for the migration. Please stop data gathering for each
    source site in the source hierarchy." However, actually there is no migration source hierarchy configured and there are no migration jobs displayed in CM 2012 console. We used to configure this feature to migrate CM 2007 to current CM 2012 without service
    pack two years ago and we have deleted these configurations. 
    In migmctrl.log, the following record is being generated every 60 minutes. 
    ======================================================
    Connection string = Data Source=xxxxx;Initial Catalog=xxxxx;Integrated Security=True;Persist Security Info=False;MultipleActiveResultSets=True;Encrypt=True;TrustServerCertificate=False;Application Name="Migration Manager".~~  $$<SMS_MIGRATION_MANAGER><04-07-2014
    01:01:53.710+300><thread=6992 (0x1B50)>
    Created new sqlConnection to xxxxx~~  $$<SMS_MIGRATION_MANAGER><04-07-2014 01:01:53.741+300><thread=6992 (0x1B50)>
                                                                    [Worker]: Start two step scheduling
    for MIG_Job~~  $$<SMS_MIGRATION_MANAGER><04-07-2014 01:01:53.741+300><thread=6992 (0x1B50)>
                                                                    [Worker]:        
    Step 1. Query the schedule items that was running or requested to start immediately ...~~  $$<SMS_MIGRATION_MANAGER><04-07-2014 01:01:53.741+300><thread=6992 (0x1B50)>
                                                                    [Worker]:        
    Step 2. Query the first item in order of DateNextRun ...~~  $$<SMS_MIGRATION_MANAGER><04-07-2014 01:01:53.819+300><thread=6992 (0x1B50)>
                                                                    [Worker]:        
            No item found. Sleep until the next event.~~  $$<SMS_MIGRATION_MANAGER><04-07-2014 01:01:53.882+300><thread=6992 (0x1B50)>
                                                                    [Worker]: End two step scheduling
    for MIG_Job~~  $$<SMS_MIGRATION_MANAGER><04-07-2014 01:01:53.882+300><thread=6992 (0x1B50)>
    [MigMCtrl]: the workitem queue is full!~  $$<SMS_MIGRATION_MANAGER><04-07-2014 01:01:53.882+300><thread=6992 (0x1B50)>
    [MigMCtrl]: WAIT 3 event(s) for 60 minute(s) and 0 second(s).~  $$<SMS_MIGRATION_MANAGER><04-07-2014 01:01:53.882+300><thread=6992 (0x1B50)>
    ======================================================
    I am not really sure where to look into in this case. I would appreciate any advice. 

    Hi,
    Could you please upload the full migmctrl.log?
    How about specifying a source hierarchy with the same name and password of the hierarchy before in the console, then click Clean Up Migration Data?
    Best Regards,
    Joyce Li
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Whenever i try to download a rather large file i continue to get the "could not read source file" error. Tried new profile, uninstalling and looking for the compreg.dat file to delete nothing is working. Please help

    whenever i try to download a rather large file i continue to get the "could not read source file" error. Tried new profile, uninstalling and looking for the compreg.dat file to delete nothing is working. Please help

    Did you reinstall CS3 after CC?
    For that matter, doing an in-place upgrade on the OS is always a gamble with Adobe programs. Reinstalling all the versions you need, in order, would probably solve your problem.
    And you shouldn't need to save as IDML after opening the .inx in CC.

  • 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

  • Violation of PRIMARY KEY constraint 'PK_test'. Cannot insert duplicate key in object 'dbo.test'. The duplicate key value is (12610). (Source: MSSQLServer, Error number: 2627) ?

    Hi team,
    How resolve the below error 
    Violation of PRIMARY KEY constraint 'PK_test'. Cannot insert duplicate key in object 'dbo.test'. The duplicate key value is (12610). (Source: MSSQLServer, Error number: 2627) ?
    Thanks,
    Ram
    RAM

    Hi team,
    How resolve the below error 
    Violation of PRIMARY KEY constraint 'PK_test'. Cannot insert duplicate key in object 'dbo.test'. The duplicate key value is (12610). (Source: MSSQLServer, Error number: 2627) ?
    Thanks,
    Ram
    RAM
    There can be two reasons
    1. The insert script used is having multiple instances of the records with Key as 12610 returned from the source query. If this is the issue add a logic to include only the unique set of id values for records by avoiding duplicates. There are several approaches
    for this like using ROW_NUMBER with PARTITION BY, using a join with derived table etc
    2. The record with Key 12610 already exist in your destination table and your script is again trying to insert another instances of record with same key. This can be avoided by adding a NOT EXISTS condition with a subquery which will check and return only
    those records which doesnt already exist in the source
    Please Mark This As Answer if it solved your issue
    Please Vote This As Helpful if it helps to solve your issue
    Visakh
    My Wiki User Page
    My MSDN Page
    My Personal Blog
    My Facebook Page

Maybe you are looking for

  • BPM: maintain process order in BPM

    Hi folks, If you have multiple messages coming in a BPM, how do you maintain the order of processing? Thanks, Aarhyn

  • How to get C-form realised in Pricing Procedure.

    Hi Gurus, I have a scenario. i want to make condition records for C-form. The problem is If the customer has C-form he is charged 4 % CST and if he does not have c-form he is charged 12%? what condition type and what access sequence with what combina

  • I forgot my  passcode for my iphone 4

    i forgot my passcode for my passcode for my iphone 4 how do i reactivate it

  • Custom-size .m4v file?

    How can I export a FCE 1080I60 sequence as an .m4v file that is a 640x360 "MPEG-4 Video"? Used FCE 3.5.1 export>QT Conversion>iPhone, got an .m4v 480x360 "MPEG-4 Video File" of reasonably good quality but slightly distorted proportions, ~55M for a 7

  • Is there any concept in LabVIEW that is similar to static local scope variables in C?

    I'd like to retain the value between calls to a subVI, as can be done using a static function scoped variable in C. The textbook example of how this is used would be a variable in the function that is a state machine, and knows what state it was in l