Regarding sourcing application.

hai everyone,
           i am using classic scenario.suppose i have configured in img : sourcing for product category (sourcing alwyas carried out).my question is when a user entered the particular product category in shopping cart what will happens?
1.is it goes to sourcing application
        or
2. as per configuration define objects in backend system configuration :will it goes to the backend system.
can i use sourcing for product category in clssic scenario
thanks and regards
chakradhar

Hi ,
You can have sourcing active for Classic Scenario. If the Product category is defined for sourcing it lands in sourcing cockpit where the purchaser has the choice of adding values and then the resulting PO created will be a Backend PO. PO is created in backend system.
Refer the following links:
http://help.sap.com/saphelp_srm50/helpdata/en/38/39d03bcf36d137e10000000a114084/frameset.htm
http://help.sap.com/saphelp_srm50/helpdata/en/6d/0f343e47fd6b2ee10000000a114084/frameset.htm
Regards,
Sapna

Similar Messages

  • Clarification regarding Reference application & Source application

    Hi
    What is the purpose of Reference application and Source application
    While we create new application why we choose reference application & source application
    please clarify me, why we give
    source application as Planning,
    source application type as Finance
    rate application as Rate
    sometimes Source application as Sales
    Regards
    Luci

    Hi,
    Source application is the application from where the templates will be copied into the new application. Every application has few inbuilt templates (for reports, input schedules, DM packages, etc). These objects are copied from the source application to the newly created application.
    Application type determines what is the purpose of your application. Whether is should be a reporting or non-reporting type? Whether the purpose is to do planning or consolidation? You will get more information on this from the below link from help.sap:
    http://help.sap.com/saphelp_bpc75_nw/helpdata/en/01/a7e059f56847eea751fb0fd28f07f3/content.htm
    http://help.sap.com/saphelp_bpc75_nw/helpdata/en/97/a99d939fb14bdab9d1ac7f2b43525e/content.htm
    Hope this helps.

  • 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

  • Close external window from source application

    I am trying to close the external browser window from the source application (wda). But it seems that I am unable to close from the source window, just by calling close method. This close method has a parameter '  control_to_focus_id' . I am not sure what exactly it needs to be filled with.
    But anyways these act like two separate sessions and can't communicate any longer.
    Is there a way for me to control the external window and close on some user action at source/
    Any inputs would be highly appreciated.
    Thanks

    Hi,
    External window is independent of source window, you cannot control it from source application. May I know what is your requirement!
    Regards,
    Kiran

  • Porting open source application to SAP WAS

    Hi,
      I'm porting jZForum ( http://www.jzforum.org ) to integrate it with SAP WAS and SAP Dictionary instead of internally used
    HypersonicSQL database. I mainly changed obtaining connection to the database directly through JDBC:
    jdbc:hsqldb:hsql://localhost:1476
    into connection obtained through JNDI with Spring Framework (more precisely through org.springframework.jndi.JndiObjectFactoryBean class) :
    jdbc/MY_DATABASE
    with connection pooling parameters:
    initial connections: 1
    maximum connections: 50
    maximum time to wait for connection: 120
    expiration: yes
    connection lifetime: 600
    cleanup thread: 300
    Unfortunately ported jzForum seems to "hang on". I see in Log Viewer (Visual Administrator) log that it is quering database with a lot of SELECTs,
    I assume that it is indexer which on startup is indexing all objects from the forum to speed up searching this objects in the future.
    After about 2-3 minutes hanging on, application shows generated page, but every subsequent request to
    the server cause hanging on in the same way.
    I assume that it might be the case that application is obtaining through JNDI connection to the database, but is
    not releasing it. I have examined entire jzForum code, and closed all unnecesary Connection in final Java statements,
    but it unfortunately didn't help.
    Original jzForum (not ported to SAP Dictionary) works on SAP WAS just perfectly.
    Have someone else experience with porting open source application from some database (eg. HSQL) to SAP Dictionary ?
    Maybe it is a problem with Spring Framework implementation ? Maybe it is a problem with wrongly configured connection pool ?
    I have no idea at the moment. Every help will be appreciated.
    Kind regards,
      Marcin Zduniak

    Hi Marcin,
    from what you are describing, the port to JNDI obtained connections and your "research" in visual admin uncovered some issues with the original code ( not closing open connection ).
    My attempt to explain your difficulties:
    1. Working with hsqldb in direct mode, where hsqldb connection are obtained by driver.getConnection(), works well, becuse GC "reclaims" unused but not closed
    connections. Things seems to work out this way.
    2. Getting connections through JNDI involves a datasource with its associated db pool. Not closed connections are then "trapped" in the pool as long as is specified by the "connection lifetime" DS parameter. Things get worse by the time, becuse the application leaks constantly connections.
    Remedy for the problems described in 2:
    - middle term: fix the application: here spring might be useful, consider using its JDBC support classes!
    - short term: set the connection lifetime to a small value to let pool reclaim the unclosed connections
    Hope it helps a bit,
    Gregor

  • Combine supported files is not automatically opening and closing source applications?

    On my Vista 64 machine, suddenly, the "Combine supported files in Acrobat" has begun malfunctioning. Instead of automatically opening and closing the source application (such as MS Word), Acrobat opens the application and then asks to save a new PDF file for each source file and stalls out the conversion. This problem is not happening on my Win XP machine. I have used the 'Repair Acrobat Installation' function but the problem is not corrected.
    Thanks for any suggestions.

    Just to close out this thread, the bug was fixed with the latest version of Acrobat Pro Extended (9.3.3).

  • API for Sourcing Application?

    Is there an API for the sourcing application?
    Kurz

    HI,
    I have a requirement, API for loading sourcing rules in APPS and attaching the same to Assignment sets at item level..
    I found that ,these are the API's for that..
    MRP_SOURCING_RULE_PUB.PROCESS_SOURCING_RULE ,MRP_SRC_ASSIGNMENT_PUB.Process_Assignment
    Please provide me the code for that.
    Can you please send to my mail -- [email protected]
    Thanks in advance...
    Vijaya

  • Bi apps source application

    Hi,
    what are the source application to load bi apps7.9.6.1 i.e. for one module like financial analytics.I heard about the oracle apps and all from which data can be pulled I just wanted to know the mechanisum behind this to load the data in prebuilt mapping. can this mapping used for prebuilt to load the data from erp application. what exactly is all about
    thanks

    your question is very simple but it's difficult to answer huge subject in couple of lines. anyway I'm trying here. Oracle build informatica repository to load standard data warehouse tables from oracle apps, people soft, jd edwards, siebel to single datawareshouse called Oracle business analytics warehouse (ORAW). they also developed some standard reports and dashboards. all together they are selling these products to business.
    I suggest you to read documents available in oracle download, online google search ect.
    Thanks
    Jay.

  • 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

  • Cannot start the source application for this object - Embedded PDF in Excel 2007

    I am having a real issue which unfortunately is intermittant and I cannot pinpoint what is causing the problem. Basically I am inserting a PDF object into an Excel worksheet and immediately after I insert it, it will open fine. If you click off into another cell and save the sheet, then try to reopen the embedded PDF, you get the error "cannot start the source application for this object".
    Any help would be very much appreciated! Has anyone else run into this?

    I got that problem with one of my client after updating from Adobe  Reader 8.2 to 9.3.1. Excel version was 2002 and not 2007 but this is Adobe problem.
    Check that registry key for you Acrobat  Document key points to right AcroRead32.exe path at  HKEY_CLASSES_ROOT\CLSID\{B801CA65-A1FC-11D0-85AD-444553540000}\LocalServer32
    of  whatever key points to your Acrobat Document.
    I used  Sysinternals Procmon to monitor registry activity and found a line and  opened that registry location and found out Adobe Reader 8.0 path there.
    9:55:56,9021789     EXCEL.EXE    3236    RegOpenKey     HKCR\CLSID\{B801CA65-A1FC-11D0-85AD-444553540000}\LocalServer32     SUCCESS    Desired Access: Maximum Allowed
    I have seen that Adobe  Reader 9.3 doesn't update that registry and leaves Adobe Reader 8.0  values there. Same problem may be in other upgrade scenarios too.
    In addition to that my Windows 7 with Office 2007 that has never had anything but Adobe Reader 9.x versions didn't had anything on that registry location and it gave me same "cannot start the source application for this object" error. Putting that path "C:\Program Files\Adobe\Reader 9.0\Reader\AcroRd32.exe" to LocalSever Default value fixed that too. Maybe Adobe should do something with this issue?

  • Log Name: Application Source: Application Hang Date: 17-Nov-14 14:50:41 Event ID: 1002 Task Category: (101) Level: Error Keywords: Classic User: N/A Computer: PC Description: The program wwahost.exe ver

    Log Name:      Application
    Source:        Application Hang
    Date:          17-Nov-14 14:50:41
    Event ID:      1002
    Task Category: (101)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      PC
    Description:
    The program wwahost.exe version 6.3.9600.17031 stopped interacting with Windows and was closed. To see if more information about the problem is available, check the problem history in the Action Center control panel.
     Process ID: 186c
     Start Time: 01d00265068ca045
     Termination Time: 4294967295
     Application Path: C:\WINDOWS\syswow64\wwahost.exe
     Report Id: 5198babb-6e58-11e4-bec8-689423cdeae2
     Faulting package full name: Microsoft.SkypeApp_3.1.0.1005_x86__kzf8qxf38zg5c
     Faulting package-relative application ID: App
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Application Hang" />
        <EventID Qualifiers="0">1002</EventID>
        <Level>2</Level>
        <Task>101</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2014-11-17T12:50:41.000000000Z" />
        <EventRecordID>39947</EventRecordID>
        <Channel>Application</Channel>
        <Computer>PC</Computer>
        <Security />
      </System>
      <EventData>
        <Data>wwahost.exe</Data>
        <Data>6.3.9600.17031</Data>
        <Data>186c</Data>
        <Data>01d00265068ca045</Data>
        <Data>4294967295</Data>
        <Data>C:\WINDOWS\syswow64\wwahost.exe</Data>
        <Data>5198babb-6e58-11e4-bec8-689423cdeae2</Data>
        <Data>Microsoft.SkypeApp_3.1.0.1005_x86__kzf8qxf38zg5c</Data>
        <Data>App</Data>
        <Binary>430072006F00730073002D00700072006F00630065007300730000000000</Binary>
      </EventData>
    </Event>

    You forgot to tell us what is going on. What is the problem?

  • Data Source Application not showing

    I am creating Generic Data source but in the Application component no hireachy is showing. Currently showing only NEW_HIER_ROOT.
    No other application Component is there after pressing help , like SAP R/3, SD , MM etc. It is a new  system. Kindly suggest.
    Thanks,
    Sk Kamruzzaman

    Hi,
    Take basis team or team lead help and do it at ECC side RSA9.
    While replicating data source applications also will replicate. You need to replicate data source under same application component.
    at bw side your application components are not exist then fron BI content you can instal lthem.
    Thanks

  • I applied for AppleCare work from home 7 days ago and haven't received an email regarding my application status.  Anyone know how long this takes or if I shouldn't expect anything?

    I applied for AppleCare work from home 7 days ago and haven't received an email regarding my application status.  Anyone know how long this takes or if I shouldn't expect anything?

    I have no idea how long it takes. I applied for one several months ago. The position is still posted but I haven't heard a thing.

  • Log Name: Application Source: Application Error Date: 3/19/2015 9:11:27 AM Event ID: 1000 Task Category: (100) Level: Error Ke

    Log Name: Application
    Source: Application Error
    Date: 3/19/2015 9:11:27 AM
    Event ID: 1000
    Task Category: (100)
    Level: Error
    Keywords: Classic
    User: N/A
    Computer: PRIVATE
    Description:
    Faulting application name: firefox.exe, version: 37.0.0.5553, time stamp: 0x5507b538
    Faulting module name: ntdll.dll, version: 6.3.9600.17668, time stamp: 0x54c846bb
    Exception code: 0xc0000005
    Fault offset: 0x0003cb8c
    Faulting process id: 0x1364
    Faulting application start time: 0x01d062462d9463ae
    Faulting application path: C:\Program Files (x86)\Mozilla Firefox\firefox.exe
    Faulting module path: C:\WINDOWS\SYSTEM32\ntdll.dll
    Report Id: 73147997-ce39-11e4-82b8-e840f2ebf554
    Faulting package full name:
    Faulting package-relative application ID:
    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="2015-03-19T13:11:27.000000000Z" />
    <EventRecordID>20609</EventRecordID>
    <Channel>Application</Channel>
    <Computer>PRIVATE</Computer>
    <Security />
    </System>
    <EventData>
    <Data>firefox.exe</Data>
    <Data>37.0.0.5553</Data>
    <Data>5507b538</Data>
    <Data>ntdll.dll</Data>
    <Data>6.3.9600.17668</Data>
    <Data>54c846bb</Data>
    <Data>c0000005</Data>
    <Data>0003cb8c</Data>
    <Data>1364</Data>
    <Data>01d062462d9463ae</Data>
    <Data>C:\Program Files (x86)\Mozilla Firefox\firefox.exe</Data>
    <Data>C:\WINDOWS\SYSTEM32\ntdll.dll</Data>
    <Data>73147997-ce39-11e4-82b8-e840f2ebf554</Data>
    <Data>
    </Data>
    <Data>
    </Data>
    </EventData>
    </Event>

    You forgot to tell us what is going on. What is the problem?

  • Regarding Source List

    Hi Experts ,
    Herwith iam having one doubt regarding Source List .When Recquisition to check .
    1. What a source list Mean ?
    2. Any TCODE Related to that ?
    3. Tables Related to Source List .
    4.What Is Source List File ..
    5.What is source list delta file
    Waiting for your answers
    Regards ,
    Narayana Murthy

    Hi Narayana,
    A list of available sources of supply for a material, indicating the periods during which procurement from such sources is possible.
    Every source of supply is stored in a source list record, together with its validity period.
    The source list record uniquely identifies the source of supply, that is, in the SAP system, a vendor, an internal plant, or an outline agreement item, and facilitates determination of the applicable source for a purchase requisition at a certain time.
    This link will explain more details about your answers:
    http://help.sap.com/bp_blv1500/BL_US/documentation/Scenarios/V8A_BPP_EN_US.doc
    Warm Regards,
    Vijay

Maybe you are looking for

  • Ipod not being recognized by Itunes, yet appears on desktop.

    Earlier today I had my 80 gb ipod classic plugged into my ancient G4 Powerbook.  Everything was fine until the ipod accidently fell off of my desk.  In falling it had dislatched itself from the usb connection.  I had got the message on my computer sc

  • Monitor has HDMI--can I use it?

    Bought a 22" monitor that has HDMI and VGA inputs. Its a refurbished Famous Maker (HP) TS22W7H 22-inch LCD Vivid Color Widescreen Height & Pivot Adjustments w/ HDMI. I dont want to use the VGA. Is there a way to hook up the HMDI? Help. Thanks Steve

  • FDQM - Financial Data Quality Management

    Can anyone assist me to fix this problem from FDM? I received the error below when I tried to logon to FDM from the Web client. Your help would be appreciated. Server Error in '/HyperionFDM' Application. Runtime Error Description: An application erro

  • How can I highlight areas of text that I've downloaded?

    This has just got to be easy . . . am I missing something obvious? If I've downloaded a document from the internet for my own reference, and I want to highlight areas of text, how can I do that without buying an app> MacBook Air Version 10.8.2 Safari

  • Webflow - Assign BOR Object to HR Org Structure

    This is posted to the BPM forum per suggestion in the ABAP Programming forum. I’m looking to attach a custom BOR object to our HR Org Structure; however, I can’t locate the correct transaction to perform this. As well as the transaction I need a litt