After i install Visual-Studio 2013 crystal-report not working

hi
after i install Visual-Studio 2013 crystal-report not working on my Visual-Studio 2010 projects
when i try to open crystal-report i see this:

Hi E_gold,
Crystal Reports forum may be a better place for you.
Thanks for your understanding.
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.
Click
HERE to participate the survey.

Similar Messages

  • Visual Studio 2013 Crystal Report V9 does not display in browser

    Hello, I work with Visual Studio 2013, and was anxious for version 13.0.9.1312, glad you came. Well I installed the full version and the report usually opened in VS, but when it does not compile command displays. Published in a local and it worked, but the VS does not work, if you click with the right mouse button to display codes are the codes it, but does not show. I used IE, and nothing Chomo. How does VS2013 use IIS Express as a server. Have any solution for this?

    See this post for the answer...
    Re: Crystal Reports does not load aspnet_client files to proper IISExpress directory
    Don

  • Visual Studio 2013 Crystal Report passing parameters

    Hello Everyone,
    I am simply trying to pass a parameter from my textbox called "StockID" to my crystal report which is called "testlbl.rpt". There is only one parameter in this report and it is called "m_stockid". I am using a crystal report viewer
    and I have imported the report into the project so I am not loading it from outside. Below is an example of what I have tried. I have also attempted loading the report and using "SetParameterValue(...)". Can anyone please help me with this?
    ParameterFields paramFields = new ParameterFields();
    ParameterField pfStock = new ParameterField();
    pfStock.ParameterFieldName = "m_stockid";
    pfStock.CurrentValues.Add(0);
    paramFields.Add(pfStock);
    crystalReportViewer1.ParameterFieldInfo = paramFields;
    crRpt.SetParameterValue(":m_rec", 0);
    crRpt.SetParameterValue("@m_rec", 0);
    crRpt.SetParameterValue("?m_rec", 0);
    crRpt.SetParameterValue(testlbl1.Parameter_m_rec.ParameterFieldName, 0);
    crRpt.SetParameterValue(0, 0);
    crystalReportViewer1.ParameterFieldInfo = paramFields;
    M.N.

    Hi Boa_nerges,
    Thank you for your post.
    Since this forum is to discuss: Visual Studio WPF/SL Designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System, and Visual Studio Editor. So I’m afraid that it is not the
    correct forum for this issue.
    I suggest you can ask your issue directly on SAP Crystal Reports:
    http://scn.sap.com/community/crystal-reports/content?filterID=content~objecttype~objecttype[thread]
    for better solution and support
    Best Regards,
    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.
    Click
    HERE to participate the survey.

  • Visual Studio 2013 WP Emulator not working after adding more RAM

    After a few days I installed VS 2013 on my laptop which had 3GB RAM and got notified by visual studio that I need at least 4 GB for hardware virtualization. Now I have 6GB RAM and Hyper-V restarted and VS still doesn't recognize my new RAM and doesn't give
    me an option to run the WP emulator.
    Did any of you had a problem/solution with this?

    Run MSInfo32.exe and post the System Summary results.
    Also check them against the system requirements for Windows Phone emulators:
    http://msdn.microsoft.com/en-us/library/windows/apps/ff626524(v=vs.105).aspx
    Eric Fleck, Windows Store and Windows Phone Developer Support. If you would like to provide feedback or suggestions for future improvements to the Windows Phone SDK please go to http://wpdev.uservoice.com/ where you can post your suggestions and/or cast
    your votes for existing suggestions.

  • ShimNotImpletedException after installing Visual Studio 2013

    The object of this post is to document what has been discovered.
    Installed Visual Studio 2013 on machine that already has Visual Studio 2012 installed. We have a Visual Studio 2012 solution that has a unit test project. This project uses Fakes (Microsoft.QualityTools.Testing.Fakes). After the upgrade we see that there
    is a new version for this assembly - it is now 12.0.0.0 instead of 11.0.0.0 seen in VS12.
    The VS12 solution unit tests are throwing Microsoft.QualityTools.Testing.Fakes.Shims.ShimNotImplementedException.
    According to
    http://blogs.msdn.com/b/visualstudioalm/archive/2014/11/24/avoiding-visual-studio-fakes-build-break.aspx it gives two workarounds. These workarounds are not working for us. We do need to set "Specific Version" to True for the Fakes assembly to
    successfully have our tests succeed.
    The underlying issue is that the legacy tests did not define specific methods on the ShimXXX object that the code based is using. Under version 11 all is well; version 12 is a different matter. We have 58 tests that are failing because of
    this. These tests are on a legacy code base that was not written to be testable.
    What is interesting is that some developer machines that have VS13 installed are not experiencing these issues. Not sure how to isolate what the underlying differences between the machines are.

    Hi Gerald Bauer,
    Thank you for sharing the experiences here. It will help others who are encountering the same issue.
    For what your discovered,
    we recommend that you create connect report for it to get the issue researched and diagnose by product team.
    Here:
    http://connect.microsoft.com/VisualStudio/feedback/CreateFeedback.aspx.
    Thanks,
    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.
    Click
    HERE to participate the survey.

  • Launching VB6 Editor after installing Visual Studio 2013 results in "Please wait while Windows configures Microsoft Visual Studio..."

    I have had various versions of Visual Studio installed beside Visual Basic 6.0 Enterprise for some time with no problems, most recently Visual Studio 2012 Premium.
    I recently installed Visual Studio 2013 Premium, and now every time I open VB6 I get a dialog that says "Please wait while Windows configures Microsoft Visual Studio Professional 2013" that shows a progress bar. After it finishes (30 seconds or
    so), it launches again and again and finally VB6 will open. This happens with each instance of VB6, regardless if I've already done it once and never run VS2013 in between.
    If I cancel the dialog, I get this error message in a dialog: "Error 1712. One or more of the files required to restore your computer to its previous state could not be found. Restoration will not be possible." Several more "Please wait"...
    dialogs will appear and if I continue to cancel, eventually I'll get the VB6 editor. It appear to work fine despite the error messages.
    It seems to me that the VS2013 installer flagged some dll's or other files to be rolled back whenever starting VB6. It doesn't appear to be necessary, and I'd like to avoid playing the "Please wait" wack-a-cancel-button game before launching each
    instance of VB6 (or waiting several minutes for no reason). So how do I fix this?
    Note: I've seen something similar happen in Outlook on a different PC when upgrading from 2010 to 2013. The same sort of "Please wait"... dialog would appear each time I opened Outlook. Judging by the "similar" questions that popped up when
    entering this forum post, I'd say this is a general problem with upgrading older versions or installing newer versions of major Microsoft software side-by-side.
    /* Don Reynolds */

    I found the answer!
    I was having the exact same issue, and I was search for a solution and I happened across the following thread: http://social.msdn.microsoft.com/Forums/en-US/f4b0fd38-f4f9-41ea-bd8d-834203a175d2/building-visual-studio-2010-project-triggers-please-wait-while-windows-configures-visual-studio?forum=vssetup&prof=required
    Scroll a small bit down, and there is a post by Barry Wang explaining that you need to use event viewer to find out what is missing. Anyway, I opened event viewer, then open VS 6, then hit refresh in the event viewer (under Windows Logs -> Application)
    and saw a warning message from MsiInstaller. It gave me the following message:
    Detection of product '{9C593464-7F2F-37B3-89F8-7E894E3B09EA}', feature 'Visual_Studio_Professional_x86_enu', component '{E3FF99AA-78B9-4A06-8A74-869E9F65E1FE}' failed.  The resource 'C:\WINDOWS\Microsoft.NET\Framework\URTInstallPath_GAC\' does
    not exist.
    I opened an elevated command prompt, I navigated to the C:\WINDOWS\Microsoft.NET\Framework folder and verified that 'URTInstallPath_GAC' didn't exist, and then I did "md URTInstallPath_GAC".
    Closed and reopened VS 6, and it instantly opened - no "Please wait" message.
    Now this may or may not be the same problem you are having (problem is - I have had it happen on two separate computers now with VS 6 and VS 2013 installed), but it should point you in the right direction. In fact, you should be able to use the Event Viewer
    for anytime the "Please wait" message shows up for any application, and then once there find out what is really missing.

  • I can't install Visual Studio 2013 Ultimate in my Windows 8.1 Pro

    Good Day Everyone!
    I have downloaded an ISO file of VS2013 installer from Microsoft Download Center. I have checked the requirements and I have what it needs to be installed. But when I mount the ISO disc image, an error message appear. 
    G:\
    Application not found.
    I also tried to run it from the inside and another error shows.
    Visual Studio 2013 Ultimate has stopped.
    I have the ISO file checked and it matches the CRC and SHA1 posted from the download center. I also have .net frameworks 3.5 and 4.0 installed in my laptop.
    I don't know what else to do. Please help. Thanks

    Hi,
    Base on your question, please follow these steps to check the result:
    1.Update your windows and disable Anti-Virus software, then reboot your system.
    2.Clear your %temp% folder.
    3.Run the setup file as administrator.
    4.If the installation fails, please use http://aka.ms/vscollect to gather the latest installation logs. After using it, you will find vslogs.cab from %temp% folder. Please upload the file to
    https://skydrive.live.com/ and share the link here.
    If it doesn't work,we suggest you burn the image to Disc ,and install
    Visual Studio 2013 Ultimate by DVD.
    Regards,
    Kelvin hsu
    TechNet Community Support

  • Have mutiple registry key error while installing visual studio 2013 update 4

    please find the log below after the installation visual studio 2013 
    2588:1F14][2015-03-11T09:24:55]i000: MUX:  SetupAction: Install
    [2588:1F14][2015-03-11T09:24:55]i000: MUX:  ProductVersion: 12.0.31101.00.00
    [2588:1F14][2015-03-11T09:24:55]i000: MUX:  ProductLanguage: 1033
    [2588:1F14][2015-03-11T09:24:55]i000: MUX:  Branch: Rel
    [2588:1F14][2015-03-11T09:24:55]i000: MUX:  OS: Windows 7 Enterprise
    [2588:1F14][2015-03-11T09:24:55]i000: MUX:  OSVersion: 6.1.7601.65536
    [2588:1F14][2015-03-11T09:24:55]i000: MUX:  OSLanguage: 1033
    [2588:1F14][2015-03-11T09:24:55]i000: MUX:  OSArchitecture: AMD64
    [2588:1F14][2015-03-11T09:24:55]i000: MUX:  Ux Initialized
    [2588:1F14][2015-03-11T09:24:55]i000: MUX:  Aquiring mutex 'Global\Devdiv' with a timeout of 0 ms
    [2588:1F14][2015-03-11T09:24:55]i000: MUX:  Mutex 'Global\Devdiv' ownership: True
    [2588:1F14][2015-03-11T09:24:55]i000: MUX:  Seen existing cache mutex 'Global\Devdiv CacheMutex': False
    [2588:1F14][2015-03-11T09:24:55]i000: MUX:  Aquiring mutex 'Global\Devdiv CacheMutex' with a timeout of 60000 ms
    [2588:1F14][2015-03-11T09:24:55]i000: MUX:  Mutex 'Global\Devdiv CacheMutex' ownership: True
    [2588:1C24][2015-03-11T09:24:55]i100: Detect begin, 246 packages
    [2588:1F14][2015-03-11T09:24:55]i000: MUX:  Wait for Detect to complete
    [2588:1C24][2015-03-11T09:24:55]i000: MUX:  Detection Phase
    [2588:1C24][2015-03-11T09:24:55]i000: MUX:  ---------------
    [2588:1C24][2015-03-11T09:24:55]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\WebFrameworksTools\Servicing\5.0\VisualStudio12'; variable = 'AspNetWebFxTools_VS2013_Version'
    [2588:1C24][2015-03-11T09:24:55]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\WebFrameworksTools\Servicing\5.0\VWDExpress12'; variable = 'AspNetWebFxTools_VWD2013_Version'
    [2588:1C24][2015-03-11T09:24:55]i000: Setting numeric variable 'blend_core_DetectKeyExists' to value 1
    [2588:1C24][2015-03-11T09:24:55]i000: Registry key not found. Key = 'SOFTWARE\Classes\Installer\Dependencies\Microsoft.VS.Bliss_Core,v12'; variable = 'bliss_core_DetectKeyExists'
    [2588:1C24][2015-03-11T09:24:55]i000: Setting numeric variable 'bliss_core_DetectKeyExists' to value 0
    [2588:1C24][2015-03-11T09:24:55]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\vc\Servicing\12.0\CompilerCore'; variable = 'compilerCore_DetectKeyExists'
    [2588:1C24][2015-03-11T09:24:55]i000: Setting numeric variable 'compilerCore_DetectKeyExists' to value 0
    [2588:1C24][2015-03-11T09:24:55]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\vc\Servicing\12.0\CompilerCore86'; variable = 'compilerCore86_DetectKeyExists'
    [2588:1C24][2015-03-11T09:24:55]i000: Setting numeric variable 'compilerCore86_DetectKeyExists' to value 0
    [2588:1C24][2015-03-11T09:24:55]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\vc\Servicing\11.0\CompilerCore86'; variable = 'compilerCore86D11_Inst'
    [2588:1C24][2015-03-11T09:24:55]i000: Setting numeric variable 'compilerCore86D11_Inst' to value 0
    [2588:1C24][2015-03-11T09:24:55]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\vc\Servicing\11.0\CompilerCore86'; variable = 'compilerCore86D11_Ver'
    [2588:1C24][2015-03-11T09:24:55]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\vc\Servicing\11.0\CompilerCore'; variable = 'compilerCoreD11_Inst'
    [2588:1C24][2015-03-11T09:24:55]i000: Setting numeric variable 'compilerCoreD11_Inst' to value 0
    [2588:1C24][2015-03-11T09:24:55]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\vc\Servicing\11.0\CompilerCore'; variable = 'compilerCoreD11_Ver'
    [2588:1C24][2015-03-11T09:24:55]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\vc\Servicing\11.0\CompilerCoreWP80'; variable = 'compilerCoreWP80_Inst'
    [2588:1C24][2015-03-11T09:24:55]i000: Setting numeric variable 'compilerCoreWP80_Inst' to value 0
    [2588:1C24][2015-03-11T09:24:55]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\vc\Servicing\11.0\CompilerCoreWP80'; variable = 'compilerCoreWP80_Ver'
    [2588:1C24][2015-03-11T09:24:55]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\vc\Servicing\12.0\CompilerX64Arm'; variable = 'compilerx64arm_DetectKeyExists'
    [2588:1C24][2015-03-11T09:24:55]i000: Setting numeric variable 'compilerx64arm_DetectKeyExists' to value 0
    [2588:1C24][2015-03-11T09:24:55]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\vc\Servicing\12.0\CompilerX64Nat'; variable = 'compilerx64nat_DetectKeyExists'
    [2588:1C24][2015-03-11T09:24:55]i000: Setting numeric variable 'compilerx64nat_DetectKeyExists' to value 0
    [2588:1C24][2015-03-11T09:24:55]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\vc\Servicing\12.0\CompilerX64X86'; variable = 'compilerx64x86_DetectKeyExists'
    [2588:1C24][2015-03-11T09:24:55]i000: Setting numeric variable 'compilerx64x86_DetectKeyExists' to value 0
    [2588:1C24][2015-03-11T09:24:55]i000: Registry value not found. Key = 'SOFTWARE\Microsoft\VisualStudio\SxS\VS7', Value = '11.0'
    [2588:1C24][2015-03-11T09:24:55]i000: Setting numeric variable 'Dev11_VC_KeyExists' to value 0
    [2588:1C24][2015-03-11T09:24:55]i052: Condition 'Dev11_VC_KeyExists' evaluates to false.
    [2588:1C24][2015-03-11T09:24:55]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\vs\Servicing\12.0\devenv'; variable = 'devenv_DetectKeyExists'
    [2588:1C24][2015-03-11T09:24:55]i000: Setting numeric variable 'devenv_DetectKeyExists' to value 0
    [2588:1C24][2015-03-11T09:24:55]i000: Setting string variable 'DevEnvAppIdKeyPath' to value ''
    [2588:1C24][2015-03-11T09:24:55]i000: Registry key not found. Key = 'SOFTWARE\Policies\Microsoft\SystemCertificates\AuthRoot'; variable = 'DisableRootAutoUpdate'
    [2588:1C24][2015-03-11T09:24:55]i000: Registry key not found. Key = 'SOFTWARE\Microsoft Corporation\DataFxTools\12.0.0.0'; variable = 'EFTools_2013_VersionKey'
    [2588:1C24][2015-03-11T09:24:55]i000: Setting numeric variable 'Ews_DetectKeyExists' to value 1
    [2588:1C24][2015-03-11T09:24:55]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\vs\Servicing\12.0\professional'; variable = 'FLP_Version'
    [2588:1C24][2015-03-11T09:24:55]i000: Setting string variable 'help3vs_49_DetectKey' to value '2.1.21005'
    [2588:1C24][2015-03-11T09:24:55]i000: Setting numeric variable 'help3vs_49_DetectKeyExists' to value 1
    [2588:1C24][2015-03-11T09:24:55]i000: Setting numeric variable 'IEsvcVersionExists' to value 1
    [2588:1C24][2015-03-11T09:24:55]i000: Setting string variable 'IEsvcVersion' to value '10.0.9200.17229'
    [2588:1C24][2015-03-11T09:24:55]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\vc\Servicing\11.0\LibraryCore86'; variable = 'libraryCore86D11_Inst'
    [2588:1C24][2015-03-11T09:24:55]i000: Setting numeric variable 'libraryCore86D11_Inst' to value 0
    [2588:1C24][2015-03-11T09:24:55]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\vc\Servicing\11.0\LibraryCore86'; variable = 'libraryCore86D11_Ver'
    [2588:1C24][2015-03-11T09:24:55]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\vc\Servicing\11.0\LibraryCore'; variable = 'libraryCoreD11_Inst'
    [2588:1C24][2015-03-11T09:24:55]i000: Setting numeric variable 'libraryCoreD11_Inst' to value 0
    [2588:1C24][2015-03-11T09:24:55]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\vc\Servicing\11.0\LibraryCore'; variable = 'libraryCoreD11_Ver'
    [2588:1C24][2015-03-11T09:24:55]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\vs\Servicing\12.0\lightswitch'; variable = 'lightswitchcore_DetectKeyExists'
    [2588:1C24][2015-03-11T09:24:55]i000: Setting numeric variable 'lightswitchcore_DetectKeyExists' to value 0
    [2588:1C24][2015-03-11T09:24:55]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\vs\Servicing\12.0\lightswitch\1033'; variable = 'lightswitchcoreres_DetectKeyExists_enu'
    [2588:1C24][2015-03-11T09:24:55]i000: Setting numeric variable 'lightswitchcoreres_DetectKeyExists_enu' to value 0
    [2588:1C24][2015-03-11T09:24:55]i000: Setting numeric variable 'MicrosoftRootCertificateAuthority2010AuthRootExists' to value 1
    [2588:1C24][2015-03-11T09:24:55]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\SystemCertificates\ROOT\Certificates\3B1EFD3A66EA28B16697394703A72CA340A05BD5'; variable = 'MicrosoftRootCertificateAuthority2010RootExists'
    [2588:1C24][2015-03-11T09:24:55]i000: Setting numeric variable 'MicrosoftRootCertificateAuthority2010RootExists' to value 0
    [2588:1C24][2015-03-11T09:24:55]i000: Setting numeric variable 'MicrosoftRootCertificateAuthority2011AuthRootExists' to value 1
    [2588:1C24][2015-03-11T09:24:55]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\SystemCertificates\ROOT\Certificates\8F43288AD272F3103B6FB1428485EA3014C0BCFE'; variable = 'MicrosoftRootCertificateAuthority2011RootExists'
    [2588:1C24][2015-03-11T09:24:55]i000: Setting numeric variable 'MicrosoftRootCertificateAuthority2011RootExists' to value 0
    [2588:1C24][2015-03-11T09:24:55]i000: Registry value not found. Key = 'SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full', Value = 'CBS'
    [2588:1C24][2015-03-11T09:24:55]i000: Setting string variable 'netfxfullredist_43_DetectKey' to value '4.5.50938'
    [2588:1C24][2015-03-11T09:24:55]i000: Setting string variable 'NetFxFullRedist_InstalledRelease' to value '378758'
    [2588:1C24][2015-03-11T09:24:55]i000: Setting numeric variable 'NetFxFullRedist_InstalledReleaseExists' to value 1
    [2588:1C24][2015-03-11T09:24:55]i000: Setting string variable 'NetFxInstallRoot' to value 'C:\Windows\Microsoft.NET\Framework\'
    [2588:1C24][2015-03-11T09:24:55]i000: Setting string variable 'NetFxInstallRoot64' to value 'C:\Windows\Microsoft.NET\Framework64\'
    [2588:1C24][2015-03-11T09:24:55]i000: Setting numeric variable 'OpenXmlSDK_DetectKeyExists' to value 1
    [2588:1C24][2015-03-11T09:24:55]i000: Setting string variable 'OS_BuildNumber' to value '7601'
    [2588:1C24][2015-03-11T09:24:55]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\MobileTools\Servicing\11.0\WPSDKCore'; variable = 'Phone80Sdk_detectkey'
    [2588:1C24][2015-03-11T09:24:55]i000: No products found for UpgradeCode: {2BB587DC-B13D-48C2-A4E0-6523821BCE7D}
    [2588:1C24][2015-03-11T09:24:55]i000: Product not found: (null)
    [2588:1C24][2015-03-11T09:24:55]i000: Setting version variable 'PortableLibrary_DTP_Exists' to value '0.0.0.0'
    [2588:1C24][2015-03-11T09:24:55]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\vs\Servicing\12.0\premium'; variable = 'premiumcore_DetectKeyExists'
    [2588:1C24][2015-03-11T09:24:55]i000: Setting numeric variable 'premiumcore_DetectKeyExists' to value 0
    [2588:1C24][2015-03-11T09:24:55]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\vs\Servicing\12.0\professional'; variable = 'professionalcore_DetectKeyExists'
    [2588:1C24][2015-03-11T09:24:55]i000: Setting numeric variable 'professionalcore_DetectKeyExists' to value 0
    [2588:1C24][2015-03-11T09:24:55]i000: Setting string variable 'Ria_Services_Dev12_DetectKey' to value '4.1.62812.0'
    [2588:1C24][2015-03-11T09:24:55]i000: Setting numeric variable 'Ria_Services_Dev12_DetectKeyExists' to value 1
    [2588:1C24][2015-03-11T09:24:55]i000: Setting string variable 'silverlight5_DRT_DetectKey' to value '5.1.30514.0'
    [2588:1C24][2015-03-11T09:24:55]i000: Setting string variable 'silverlight5_SDK_DetectKey' to value '5.0.61118.0'
    [2588:1C24][2015-03-11T09:24:55]i000: Setting numeric variable 'silverlight5_SDK_DetectKeyExists' to value 1
    [2588:1C24][2015-03-11T09:24:55]i000: Setting string variable 'SP15_Client_DetectKey' to value '15.0.4569.1506'
    [2588:1C24][2015-03-11T09:24:55]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\sptools\Servicing\12.0\setup'; variable = 'SPTools_DetectKeyExists'
    [2588:1C24][2015-03-11T09:24:55]i000: Setting numeric variable 'SPTools_DetectKeyExists' to value 0
    [2588:1C24][2015-03-11T09:24:55]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\sptools\Servicing\12.0\setup\1033'; variable = 'SPToolsLOC_DetectKeyExists_enu'
    [2588:1C24][2015-03-11T09:24:55]i000: Setting numeric variable 'SPToolsLOC_DetectKeyExists_enu' to value 0
    [2588:1C24][2015-03-11T09:24:55]i000: Setting string variable 'ssceruntime_x64_msi_DetectKey' to value '4.0.8876.1'
    [2588:1C24][2015-03-11T09:24:55]i000: Setting numeric variable 'ssceruntime_x64_msi_DetectKeyExists' to value 1
    [2588:1C24][2015-03-11T09:24:55]i000: Setting string variable 'ssceruntime_x86_msi_DetectKey' to value '4.0.8876.1'
    [2588:1C24][2015-03-11T09:24:55]i000: Setting numeric variable 'ssceruntime_x86_msi_DetectKeyExists' to value 1
    [2588:1C24][2015-03-11T09:24:55]i000: Setting string variable 'ssdt_lang_detect_enu' to value '1033'
    [2588:1C24][2015-03-11T09:24:55]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\tfs\Servicing\12.0\storyboardingcore'; variable = 'storyboardingcore_DetectKeyExists'
    [2588:1C24][2015-03-11T09:24:55]i000: Setting numeric variable 'storyboardingcore_DetectKeyExists' to value 0
    [2588:1C24][2015-03-11T09:24:55]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\tfs\Servicing\12.0\storyboardingcore'; variable = 'storyboardingcore_x64_DetectKeyExists'
    [2588:1C24][2015-03-11T09:24:55]i000: Setting numeric variable 'storyboardingcore_x64_DetectKeyExists' to value 0
    [2588:1C24][2015-03-11T09:24:55]i000: Setting version variable 'SystemDataVersion' to value '2.0.50727.5483'
    [2588:1C24][2015-03-11T09:24:55]i000: Setting version variable 'SystemData64Version' to value '2.0.50727.5483'
    [2588:1C24][2015-03-11T09:24:55]i000: Setting version variable 'SystemWebVersion' to value '2.0.50727.5477'
    [2588:1C24][2015-03-11T09:24:55]i000: Setting version variable 'SystemWeb64Version' to value '2.0.50727.5477'
    [2588:1C24][2015-03-11T09:24:55]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\vs\Servicing\12.0\teamExplorerCore'; variable = 'teamExplorercore_DetectKeyExists'
    [2588:1C24][2015-03-11T09:24:55]i000: Setting numeric variable 'teamExplorercore_DetectKeyExists' to value 0
    [2588:1C24][2015-03-11T09:24:55]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\VSTO Designtime Setup\VS12\O15'; variable = 'trinodt12_84_DetectKey'
    [2588:1C24][2015-03-11T09:24:55]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\VSTO Designtime Setup\VS12\O15'; variable = 'trinodt12_84_DetectKeyExists'
    [2588:1C24][2015-03-11T09:24:55]i000: Setting numeric variable 'trinodt12_84_DetectKeyExists' to value 0
    [2588:1C24][2015-03-11T09:24:55]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\VSTO Designtime Setup\VS12\O15'; variable = 'trinodt12_core_DetectKey'
    [2588:1C24][2015-03-11T09:24:55]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\VSTO Designtime Setup\VS12\O15'; variable = 'trinodt12_core_DetectKeyExists'
    [2588:1C24][2015-03-11T09:24:55]i000: Setting numeric variable 'trinodt12_core_DetectKeyExists' to value 0
    [2588:1C24][2015-03-11T09:24:55]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\VSTO Designtime Setup\VS12\O15_1033'; variable = 'trinodt12lp_85_DetectKey_enu'
    [2588:1C24][2015-03-11T09:24:55]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\VSTO Designtime Setup\VS12\O15_1033'; variable = 'trinodt12lp_85_DetectKeyExists_enu'
    [2588:1C24][2015-03-11T09:24:55]i000: Setting numeric variable 'trinodt12lp_85_DetectKeyExists_enu' to value 0
    [2588:1C24][2015-03-11T09:24:55]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\VSTO Designtime Setup\VS12\O15'; variable = 'trinodt14_83_DetectKey'
    [2588:1C24][2015-03-11T09:24:55]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\VSTO Designtime Setup\VS12\O15'; variable = 'trinodt14_83_DetectKeyExists'
    [2588:1C24][2015-03-11T09:24:55]i000: Setting numeric variable 'trinodt14_83_DetectKeyExists' to value 0
    [2588:1C24][2015-03-11T09:24:55]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\VSTO Designtime Setup\VS12\O15'; variable = 'trinodt14_core_DetectKey'
    [2588:1C24][2015-03-11T09:24:55]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\VSTO Designtime Setup\VS12\O15'; variable = 'trinodt14_core_DetectKeyExists'
    [2588:1C24][2015-03-11T09:24:55]i000: Setting numeric variable 'trinodt14_core_DetectKeyExists' to value 0
    [2588:1C24][2015-03-11T09:24:55]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\VSTO Designtime Setup\VS12\O15_1033'; variable = 'trinodt14lp_86_DetectKey_enu'
    [2588:1C24][2015-03-11T09:24:55]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\VSTO Designtime Setup\VS12\O15_1033'; variable = 'trinodt14lp_86_DetectKeyExists_enu'
    [2588:1C24][2015-03-11T09:24:55]i000: Setting numeric variable 'trinodt14lp_86_DetectKeyExists_enu' to value 0
    [2588:1C24][2015-03-11T09:24:55]i000: Setting string variable 'trintrir_71_DetectKey' to value '10.0.50903'
    [2588:1C24][2015-03-11T09:24:55]i000: Setting numeric variable 'trintrir_71_DetectKeyExists' to value 1
    [2588:1C24][2015-03-11T09:24:55]i000: Setting string variable 'trintrir_72_DetectKey' to value '10.0.50903'
    [2588:1C24][2015-03-11T09:24:55]i000: Setting numeric variable 'trintrir_72_DetectKeyExists' to value 1
    [2588:1C24][2015-03-11T09:24:55]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\vs\Servicing\12.0\ultimate'; variable = 'ultimatecore_DetectKeyExists'
    [2588:1C24][2015-03-11T09:24:55]i000: Setting numeric variable 'ultimatecore_DetectKeyExists' to value 0
    [2588:1C24][2015-03-11T09:24:55]i000: No products found for UpgradeCode: {A910AA6F-893F-3B76-AB22-B285913B5CE1}
    [2588:1C24][2015-03-11T09:24:55]i000: Product not found: (null)
    [2588:1C24][2015-03-11T09:24:55]i000: Setting version variable 'UltimateCore_Version' to value '0.0.0.0'
    [2588:1C24][2015-03-11T09:24:55]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\VC\Servicing\11.0\RuntimeDebug'; variable = 'vcRuntimeDebugD11_Inst'
    [2588:1C24][2015-03-11T09:24:55]i000: Setting numeric variable 'vcRuntimeDebugD11_Inst' to value 0
    [2588:1C24][2015-03-11T09:24:55]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\VC\Servicing\11.0\RuntimeDebug'; variable = 'vcRuntimeDebugD11_Ver'
    [2588:1C24][2015-03-11T09:24:55]i000: Registry value not found. Key = 'SOFTWARE\Microsoft\VisualStudio\SxS\VS7', Value = '12.0'
    [2588:1C24][2015-03-11T09:24:55]i000: Setting numeric variable 'VS_Install_Path_KeyExists' to value 0
    [2588:1C24][2015-03-11T09:24:55]i052: Condition 'VS_Install_Path_KeyExists' evaluates to false.
    [2588:1C24][2015-03-11T09:24:55]i000: Registry value not found. Key = 'SOFTWARE\Microsoft\VisualStudio\SxS\VS7', Value = '12.0'
    [2588:1C24][2015-03-11T09:24:55]i000: Setting numeric variable 'VS_Install_Path_VC_KeyExists' to value 0
    [2588:1C24][2015-03-11T09:24:55]i052: Condition 'VS_Install_Path_VC_KeyExists' evaluates to false.
    [2588:1C24][2015-03-11T09:24:55]i000: Setting string variable 'VSComponentPathVariable' to value ''
    [2588:1C24][2015-03-11T09:24:55]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\Updates\Microsoft Visual Studio 2013\vsupdate_kb2829760'; variable = 'vsupdate_DetectKey'
    [2588:1C24][2015-03-11T09:24:55]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\Updates\Microsoft Visual Studio 2013\vsupdate_kb2829760'; variable = 'vsupdate_DetectKeyExists'
    [2588:1C24][2015-03-11T09:24:55]i000: Setting numeric variable 'vsupdate_DetectKeyExists' to value 0
    [2588:1C24][2015-03-11T09:24:55]i000: Setting string variable 'VSWinExpressAppIdKeyPath' to value ''
    [2588:1C24][2015-03-11T09:24:55]i000: Setting string variable 'webdeploy_x64_en_usmsi_902_DetectKey' to value '9.0.1763.0'
    [2588:1C24][2015-03-11T09:24:55]i000: Setting string variable 'webdeploy_x86_en_usmsi_901_DetectKey' to value '9.0.1763.0'
    [2588:1C24][2015-03-11T09:24:55]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\Web Tools\Visual Studio 12'; variable = 'WebTools_VS2013_VersionKey'
    [2588:1C24][2015-03-11T09:24:55]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\Web Tools\Visual Studio 2013'; variable = 'WebTools_VS2013_VersionKey_2'
    [2588:1C24][2015-03-11T09:24:55]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\Web Tools\Visual Studio Express 12 for Web'; variable = 'WebTools_VWD2013_VersionKey'
    [2588:1C24][2015-03-11T09:24:55]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\Web Tools\Visual Studio Express 2013 for Web'; variable = 'WebTools_VWD2013_VersionKey_2'
    [2588:1C24][2015-03-11T09:24:55]i000: Setting string variable 'WIF_DetectKey' to value 'C:\Program Files\Windows Identity Foundation\v3.5\'
    [2588:1C24][2015-03-11T09:24:55]i000: Setting string variable 'WIF_DetectKey_64' to value 'C:\Program Files\Windows Identity Foundation\v3.5\'
    [2588:1C24][2015-03-11T09:24:55]i000: Setting numeric variable 'WIF_DetectKeyExists' to value 1
    [2588:1C24][2015-03-11T09:24:55]i000: Setting numeric variable 'WIF_DetectKeyExists_64' to value 1
    [2588:1C24][2015-03-11T09:24:55]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\Microsoft Identity Extensions\Setup\1.0'; variable = 'WIFEXT_DetectKeyExists'
    [2588:1C24][2015-03-11T09:24:55]i000: Setting numeric variable 'WIFEXT_DetectKeyExists' to value 0
    [2588:1C24][2015-03-11T09:24:55]i000: Setting numeric variable 'WIFEXT_DetectKeyExists_64' to value 1
    [2588:1C24][2015-03-11T09:24:55]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\VisualStudio\11.0\Setup\VS'; variable = 'Win8Dev_Dev11Path_KeyExists'
    [2588:1C24][2015-03-11T09:24:55]i000: Setting numeric variable 'Win8Dev_Dev11Path_KeyExists' to value 0
    [2588:1C24][2015-03-11T09:24:55]i052: Condition 'Win8Dev_Dev11Path_KeyExists' evaluates to false.
    [2588:1C24][2015-03-11T09:24:55]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\Win8\Servicing\12.0\DevTools'; variable = 'Win8DevTools_detectkey'
    [2588:1C24][2015-03-11T09:24:55]i000: Product not found: {1D2CEC61-C3F0-C27E-7280-F9D6B10378BE}
    [2588:1C24][2015-03-11T09:24:55]i000: Setting version variable 'WinBlue_AppCertKitx64' to value '0.0.0.0'
    [2588:1C24][2015-03-11T09:24:55]i000: Product not found: {F395FD4F-40E5-7B56-2BCB-B3CF52B3B52C}
    [2588:1C24][2015-03-11T09:24:55]i000: Setting version variable 'WinBlue_AppCertKitx64x86' to value '0.0.0.0'
    [2588:1C24][2015-03-11T09:24:55]i000: Product not found: {550760A2-DC4A-CD2B-3C1B-01E0F9F1279E}
    [2588:1C24][2015-03-11T09:24:55]i000: Setting version variable 'WinBlue_AppCertKitx86' to value '0.0.0.0'
    [2588:1C24][2015-03-11T09:24:55]i000: Product not found: {76FF502F-6811-F75B-2FEB-0B69BB584031}
    [2588:1C24][2015-03-11T09:24:55]i000: Setting version variable 'WinBlue_AppCertKitx86x86' to value '0.0.0.0'
    [2588:1C24][2015-03-11T09:24:55]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\Windows Kits\Installed Roots'; variable = 'WinBlue_Common_KitsRoot_KeyExists'
    [2588:1C24][2015-03-11T09:24:55]i000: Setting numeric variable 'WinBlue_Common_KitsRoot_KeyExists' to value 0
    [2588:1C24][2015-03-11T09:24:55]i052: Condition 'WinBlue_Common_KitsRoot_KeyExists' evaluates to false.
    [2588:1C24][2015-03-11T09:24:55]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\Windows Kits\Installed Roots'; variable = 'WinBlue_Desktop_KitsRoot_KeyExists'
    [2588:1C24][2015-03-11T09:24:55]i000: Setting numeric variable 'WinBlue_Desktop_KitsRoot_KeyExists' to value 0
    [2588:1C24][2015-03-11T09:24:55]i052: Condition 'WinBlue_Desktop_KitsRoot_KeyExists' evaluates to false.
    [2588:1C24][2015-03-11T09:24:55]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\Windows Kits\Installed Roots'; variable = 'WinBlue_Intellisense_KitsRoot_KeyExists'
    [2588:1C24][2015-03-11T09:24:55]i000: Setting numeric variable 'WinBlue_Intellisense_KitsRoot_KeyExists' to value 0
    [2588:1C24][2015-03-11T09:24:55]i052: Condition 'WinBlue_Intellisense_KitsRoot_KeyExists' evaluates to false.
    [2588:1C24][2015-03-11T09:24:55]i000: Product not found: {984022F2-9BCA-A41D-6A38-1AE658F01415}
    [2588:1C24][2015-03-11T09:24:55]i000: Setting version variable 'WinBlue_SDK_x86' to value '0.0.0.0'
    [2588:1C24][2015-03-11T09:24:55]i000: Product not found: {5247E16E-BCF8-95AB-1653-B3F8FBF8B3F1}
    [2588:1C24][2015-03-11T09:24:55]i000: Setting version variable 'WinBlue_SDKDXRem_x64' to value '0.0.0.0'
    [2588:1C24][2015-03-11T09:24:55]i000: Product not found: {A1CB8286-CFB3-A985-D799-721A0F2A27F3}
    [2588:1C24][2015-03-11T09:24:55]i000: Setting version variable 'WinBlue_SDKDXRem_x86' to value '0.0.0.0'
    [2588:1C24][2015-03-11T09:24:55]i000: Product not found: {37464E70-B0B9-9DFF-649A-CBE169BAD657}
    [2588:1C24][2015-03-11T09:24:55]i000: Setting version variable 'WinBlue_SDKStore_x86' to value '0.0.0.0'
    [2588:1C24][2015-03-11T09:24:55]i000: Product not found: {96F4525A-470D-F15C-796E-58D9988C3E5F}
    [2588:1C24][2015-03-11T09:24:55]i000: Setting version variable 'WinBlue_SDKStoreDXRem_x64' to value '0.0.0.0'
    [2588:1C24][2015-03-11T09:24:55]i000: Product not found: {56AD3004-0B49-967F-F682-B05650B61A78}
    [2588:1C24][2015-03-11T09:24:55]i000: Setting version variable 'WinBlue_SDKStoreDXRem_x86' to value '0.0.0.0'
    [2588:1C24][2015-03-11T09:24:55]i000: Registry key not found. Key = 'Software\Microsoft\Windows Kits\Installed Roots'; variable = 'Windows_EspCD11_LP_detectKey_enu'
    [2588:1C24][2015-03-11T09:24:55]i000: Setting string variable 'WindowsBuildNumber' to value '7601'
    [2588:1C24][2015-03-11T09:24:55]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\winexpress\Servicing\12.0\coremsi\1033'; variable = 'WinExpress12_detectkey_enu'
    [2588:1C24][2015-03-11T09:24:55]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\Windows Kits\Installed Roots'; variable = 'WinSDK_Desktop_KitsRoot_KeyExists'
    [2588:1C24][2015-03-11T09:24:55]i000: Setting numeric variable 'WinSDK_Desktop_KitsRoot_KeyExists' to value 0
    [2588:1C24][2015-03-11T09:24:55]i052: Condition 'WinSDK_Desktop_KitsRoot_KeyExists' evaluates to false.
    [2588:1C24][2015-03-11T09:24:55]i000: No products found for UpgradeCode: {D82433A9-1D86-3695-B4C5-25E8B1794AE2}
    [2588:1C24][2015-03-11T09:24:55]i000: Product not found: (null)
    [2588:1C24][2015-03-11T09:24:55]i000: Setting version variable 'BuildTools_CoreRes_Installed' to value '0.0.0.0'
    [2588:1C24][2015-03-11T09:24:55]i000: No products found for UpgradeCode: {7A02D697-899C-3AB4-8A85-421BE7CBFD9E}
    [2588:1C24][2015-03-11T09:24:55]i000: Product not found: (null)
    [2588:1C24][2015-03-11T09:24:55]i000: Setting version variable 'BuildTools_Core_Installed' to value '0.0.0.0'
    [2588:1C24][2015-03-11T09:24:55]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\MobileTools\Servicing\11.0\WPSDKCore\1033'; variable = 'WpSdk_detectkey_enu'
    [2588:1C24][2015-03-11T09:24:55]i000: No products found for UpgradeCode: {D3FFD34D-B716-4496-BFF0-0C34E536DC64}
    [2588:1C24][2015-03-11T09:24:55]i000: Product not found: (null)
    [2588:1C24][2015-03-11T09:24:55]i000: Setting version variable 'PythonTools_Installed' to value '0.0.0.0'
    [2588:1C24][2015-03-11T09:24:55]i106: Calculating patch applicability for target product code: {CFEF48A8-BFB8-3EAC-8BA5-DE4F8AA267CE}, context: Machine
    [2588:1C24][2015-03-11T09:24:55]i106: Calculating patch applicability for target product code: {0398BFBC-991B-3275-9463-D2BF91B3C80B}, context: Machine
    [2588:1C24][2015-03-11T09:24:56]i106: Calculating patch applicability for target product code: {7BF61FA9-BDFB-4563-98AD-FCB0DA28CCC7}, context: Machine
    [2588:1C24][2015-03-11T09:24:56]i052: Condition '(CurrentOperation = "Repair") OR (CurrentOperation = "Uninstall")' evaluates to false.
    [2588:1C24][2015-03-11T09:24:56]i000: MUX:  Adding package: vs_preclean_vs to package detect list
    [2588:1C24][2015-03-11T09:24:56]i000: MUX:  Reset Result
    [2588:1C24][2015-03-11T09:24:56]i000: MUX:  Reset Result
    [2588:1C24][2015-03-11T09:24:56]i052: Condition '(NOT(RelationType = "Patch") AND NOT (CurrentOperation = "Install"))' evaluates to false.
    [2588:1C24][2015-03-11T09:24:56]i000: MUX:  Adding package: Preparation_Uninstall_vs_premium to package detect list
    [2588:1C24][2015-03-11T09:24:56]i000: MUX:  Reset Result
    [2588:1C24][2015-03-11T09:24:56]i000: MUX:  Reset Result
    [2588:1C24][2015-03-11T09:24:56]i000: MUX:  Adding package: vcRuntimeMinimum_x64 to package detect list
    [2588:1C24][2015-03-11T09:24:56]i000: MUX:  Reset Result
    [2588:1C24][2015-03-11T09:24:56]i000: MUX:  Reset Result
    [2588:1C24][2015-03-11T09:24:56]i000: MUX:  Adding package: VCRedistD11x86 to package detect list
    [2588:1C24][2015-03-11T09:24:56]i000: MUX:  Reset Result
    [2588:1C24][2015-03-11T09:24:56]i000: MUX:  Reset Result
    [2588:1C24][2015-03-11T09:24:56]i000: MUX:  Adding package: VCRedistD11x64 to package detect list
    [2588:1C24][2015-03-11T09:24:56]i000: MUX:  Reset Result
    [2588:1C24][2015-03-11T09:24:56]i000: MUX:  Reset Result
    [2588:1C24][2015-03-11T09:24:56]i000: MUX:  Adding package: vcRuntimeAdditional_x86 to package detect list
    [2588:1C24][2015-03-11T09:24:56]i000: MUX:  Reset Result
    [2588:1C24][2015-03-11T09:24:56]i000: MUX:  Reset Result
    [2588:1C24][2015-03-11T09:24:56]i000: MUX:  Adding package: vcRuntimeAdditional_x64 to package detect list
    [2588:1C24][2015-03-11T09:24:56]i000: MUX:  Reset Result
    [2588:1C24][2015-03-11T09:24:56]i000: MUX:  Reset Result
    [2588:1C24][2015-03-11T09:24:56]i000: MUX:  Adding package: vcRuntimeDebug_x86 to package detect list
    [2588:1C24][2015-03-11T09:24:56]i000: MUX:  Reset Result
    [2588:1C24][2015-03-11T09:24:56]i000: MUX:  Reset Result
    [2588:1C24][2015-03-11T09:24:56]i000: MUX:  Adding package: vcRuntimeDebug_x64 to package detect list
    [2588:1C24][2015-03-11T09:24:56]i000: MUX:  Reset Result
    [2588:1C24][2015-03-11T09:24:56]i000: MUX:  Reset Result
    [2588:1C24][2015-03-11T09:24:56]i000: MUX:  Adding package: vcRuntimeDebugD11_x86 to package detect list
    [2588:1C24][2015-03-11T09:24:56]i000: MUX:  Reset Result
    [2588:1C24][2015-03-11T09:24:56]i000: MUX:  Reset Result
    [2588:1C24][2015-03-11T09:24:56]i000: MUX:  Adding package: vcRuntimeDebugD11_x64 to package detect list
    [2588:1C24][2015-03-11T09:24:56]i000: MUX:  Reset Result
    [2588:1C24][2015-03-11T09:24:56]i000: MUX:  Reset Result
    [2588:1C24][2015-03-11T09:24:56]i052: Condition '(((SystemDataVersion >= v2.0.50727.5459) AND (SystemDataVersion < v2.0.50727.5650)) OR (SystemDataVersion >= v2.0.50727.5721)) AND (((SystemWebVersion >= v2.0.50727.5459) AND (SystemWebVersion <
    v2.0.50727.5650)) OR (SystemWebVersion >= v2.0.50727.5721))' evaluates to true.
    [2588:1C24][2015-03-11T09:24:56]i000: MUX:  Adding package: windows61_kb2664825_x86msu to package detect list

    Hello Pavanredd,
    From current logs you pasted, your error may due to the following:
    1. The installation package is corrupt. Ensure you are trying to download the ISO from official site and try verify checksum before use it.
    2. You do not have the right to install this product, ensure you are admin when installing and AV software disabled.
    3. Your OS has registry error, this may due to corrupt OS and you need to repair or reinstall.
    To resolve the above things, please do the following:
    1. Downlad the ISO and verify the ISO checksum first, you can find download link from official site and here is the article for you to verify your ISO
    https://www.visualstudio.com/en-us/downloads/visual-studio-2013-iso-sha1-vs
    In this way you will be able to use a good ISO to install, it will fix corruptpackage problem.
    2. Check your privilege and run the setup as admin
    3. It is hard to say whether it is a OS issue. Maybe more logs are required, please use 
    http://aka.ms/vscollect 
    to gather the installation logs. After using it, you will find vslogs.cab from %temp% folder. Please upload the file to
    https://skydrive.live.com/ 
    and share the link here.
    Best regards,
    Barry
    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.
    Click
    HERE to participate the survey.

  • Could not install Visual Studio 2013 in Windows 7 via Boot Camp

    Hi there,
    For a intro to programming class, I was required to install Visual Studio Express for Windows Desktop on my machine. Because I use a MacBook Pro Retina 13 , I had to install a copy of Windows via Boot Camp. I decided to install a copy of Windows 7 as I had
    a license with me on hand.
    Unfortunately, I had trouble installing Visual Studio as it gives me a fatal error for Microsoft .NET Framework 4.5.1 during installation
    Here is a copy of the log file that I obtained from the attempted installation:
    [0FE4:0970][2015-01-22T23:25:57]i001: Burn v3.7.3424.0, Windows v6.1 (Build 7601: Service Pack 1), path: C:\Users\Yeen125\Downloads\wdexpress_full.exe, cmdline: ''
    [0FE4:0970][2015-01-22T23:25:57]i000: Initializing string variable 'ExtraEditionDisplayName' to value '#loc.slipstream'
    [0FE4:0970][2015-01-22T23:25:57]i000: Initializing string variable 'EditionDisplayName' to value 'Express 2013 for Windows Desktop'
    [0FE4:0970][2015-01-22T23:25:57]i000: Initializing numeric variable 'MoreLanguageFwlinkId' to value '427815'
    [0FE4:0970][2015-01-22T23:25:57]i000: Initializing numeric variable 'PrivacyAgreementFwlinkId' to value '427803'
    [0FE4:0970][2015-01-22T23:25:57]i000: Initializing numeric variable 'PrivacyStatementFwlinkId' to value '427803'
    [0FE4:0970][2015-01-22T23:25:57]i000: Initializing numeric variable 'MinOsLevelFwlinkId' to value '427813'
    [0FE4:0970][2015-01-22T23:25:57]i000: Initializing numeric variable 'SolutionFwlinkId' to value '427804'
    [0FE4:0970][2015-01-22T23:25:57]i000: Initializing numeric variable 'HelpFwlinkId' to value '427805'
    [0FE4:0970][2015-01-22T23:25:57]i000: Initializing numeric variable 'IE10FwlinkId' to value '427807'
    [0FE4:0970][2015-01-22T23:25:57]i000: Initializing numeric variable 'WinBlueFwlinkId' to value '427810'
    [0FE4:0970][2015-01-22T23:25:57]i000: Initializing numeric variable 'SHA256BlockFwlinkId' to value '427811'
    [0FE4:0970][2015-01-22T23:25:57]i000: Initializing numeric variable 'Win81PreRelBlockFwlinkId' to value '427809'
    [0FE4:0970][2015-01-22T23:25:57]i000: Initializing string variable 'NetfxProductVersion' to value '4.5.31101'
    [0FE4:0970][2015-01-22T23:25:57]i000: Initializing string variable 'ProfessionalVSVersion' to value '11.0.50727'
    [0FE4:0970][2015-01-22T23:25:57]i000: Initializing string variable 'BaselineBundleVersion' to value '12.0.21005'
    [0FE4:0970][2015-01-22T23:25:57]i000: Initializing string variable 'FirstSlipstreamBundleVersion' to value '12.0.21006'
    [0FE4:0970][2015-01-22T23:25:57]i000: Initializing string variable 'ProductKey' to value '4JD6KB7RFPK8GFJC7MC8J7B4P'
    [0FE4:0970][2015-01-22T23:25:57]i000: Initializing string variable 'WinSDK_Desktop_KitsRootPath' to value '[ProgramFilesFolder]Windows Kits\8.0\'
    [0FE4:0970][2015-01-22T23:25:57]i000: Initializing string variable 'WinBlue_Common_KitsRootPath' to value '[ProgramFilesFolder]Windows Kits\8.1\'
    [0FE4:0970][2015-01-22T23:25:57]i000: Initializing string variable 'WinBlue_Desktop_KitsRootPath' to value '[ProgramFilesFolder]Windows Kits\8.1\'
    [0FE4:0970][2015-01-22T23:25:57]i000: Initializing string variable 'VS_Install_Path_VC' to value '[CustomInstallPath]'
    [0FE4:0970][2015-01-22T23:25:58]i000: Setting string variable 'WixBundleLog' to value 'C:\Users\Yeen125\AppData\Local\Temp\dd_wdexpress_full_20150122232558.log'
    [0FE4:0970][2015-01-22T23:25:58]i000: Setting string variable 'WixBundleOriginalSource' to value 'C:\Users\Yeen125\Downloads\wdexpress_full.exe'
    [0FE4:0970][2015-01-22T23:25:58]i000: Setting string variable 'WixBundleOriginalSourceFolder' to value 'C:\Users\Yeen125\Downloads\'
    [0FE4:0970][2015-01-22T23:25:58]i000: Setting string variable 'WixBundleName' to value 'Microsoft Visual Studio Express 2013 for Windows Desktop - ENU with Update 4'
    [0FE4:0970][2015-01-22T23:25:58]i000: Loading managed bootstrapper application.
    [0FE4:0970][2015-01-22T23:25:59]i000: Creating BA thread to run asynchronously.
    [0FE4:1248][2015-01-22T23:25:59]i000: Ux Started
    [0FE4:1248][2015-01-22T23:25:59]i000: MUX: Loading LocalizableStrings.xml string from LocalizableStrings.xml
    [0FE4:1248][2015-01-22T23:25:59]i000: MUX: Reset Result
    [0FE4:1248][2015-01-22T23:25:59]i000: MUX: Current action: Install
    [0FE4:1248][2015-01-22T23:25:59]i000: Setting string variable 'CurrentOperation' to value 'Install'
    [0FE4:1248][2015-01-22T23:25:59]i000: Setting string variable 'IsLanguagePack' to value ''
    [0FE4:1248][2015-01-22T23:25:59]i000: MUX: Current action: Install
    [0FE4:1248][2015-01-22T23:25:59]i000: Setting string variable 'CurrentOperation' to value 'Install'
    [0FE4:1248][2015-01-22T23:25:59]i000: MUX: New last unconfirmed source: Web
    [0FE4:1248][2015-01-22T23:25:59]i000: MUX: Source confirmed
    [0FE4:1248][2015-01-22T23:25:59]i000: Setting string variable 'CurrentRepairPackage' to value ''
    [0FE4:1248][2015-01-22T23:25:59]i000: Setting numeric variable 'HypervisorSupported' to value 0
    [0FE4:1248][2015-01-22T23:25:59]i000: Setting numeric variable 'HypervisorEnabled' to value 0
    [0FE4:1248][2015-01-22T23:25:59]i000: MUX: Resume = None
    [0FE4:1248][2015-01-22T23:25:59]i000: MUX: Restart = Prompt
    [0FE4:1248][2015-01-22T23:25:59]i000: MUX: Relation = None
    [0FE4:1248][2015-01-22T23:25:59]i000: MUX: Action = Install
    [0FE4:1248][2015-01-22T23:25:59]i000: MUX: Display = Full
    Could you help me install Visual Studio 2013? I need it before my first assignment is due. Thanks!

    Your install log is peppered with this error: "MsiViewExecute failed", which indicates a problem with your Windows Installer.
    For suggestions on repairing WI in Windows 7, read here:
    http://answers.microsoft.com/en-us/windows/forum/windows_7-performance/need-to-reinstall-windows-installer-in-windows-7/4cb8e54c-5a4e-439d-9d46-1dcd387d2604

  • Can't install Visual Studio 2013 on Windows 8.1

    When i want to install Visual Studio 2013, an error message appear :
    Setup Blocked
    Correct the following problems and then run setup again. To learn more, you can review the lis of common issues and workarounds or examine the log file
    This version of Visual Studio is not compatible with Windows 8.1 Preview 
    I am using Windows 8.1, and i checked Visual Studio 2013 system requirement, it should run on Windows 8.1, but i can't install it on my PC.
    What should i do?
    sorry for my bad english

    IAA
    You do know that win 8.1 preview will expire on Jan 15th right?  Preview is a beta build and if I were you I wouldn't worry about VS not installing until you upgrade to the released build of 8.1
    This version of Visual Studio is not compatible with Windows 8.1 Preview
    Wanikiya and Dyami--Team Zigzag

  • Cannot install Visual Studio 2013 on Windows 7 Ultimate x64

    Hi,
    I'm trying to install Visual Studio 2013 under Windows 7 Ultimate SP1 x64.  If it matters the Windows O/S is an image running under Parallels.
    I've had Visual Studio installed on this machine before (I can't remember the version) but have uninstalled it.
     I'm getting an error "Microsoft .NET Framework required for Microsoft Visual Studio Express 2013 for Windows Desktop - ENU".
    I've been Googling this issue for hours, trying numerous things suggested, to no avail.  Apparently it's a common error.
    I've got the .Net Framework 4.5.1 installed.  I've also reinstalled it and repaired the installation.  I suspect the error message is a stupid red herring.
    I'm at my wits end on this.  Any advice on how to get this bug ridden swill to install?
    P.S.:  Clearly this is a known and highly frustrating issue for many people.  Why can't Microsoft find the bug, fix it, and put an updated installer on their download site.  Is this too much to ask?

    You need to go to the MSDN website for Visual Studio 2013 found @
    http://msdn.microsoft.com/en-us/library/dd831853.aspx
    The webpage with the system requirements has a Support tab for help with Visual Studio @
    http://www.visualstudio.com/products/visual-studio-2013-compatibility-vs
    You need help for the application, not for Windows 7.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”

  • Trouble Installing Visual Studios 2013 Community on Windows Standard 7 Embedded.

    Hi there,
    I'm not sure if this is solvable or not, but I cannot seem to get MS Windows Standard 7 Embedded to run Visual Studios 2013.  I have been able to make it work fine on Win7 HP, and on Win 8.1, but it seems to not be compatible with the Win Standard 7
    Embedded.  I was thinking that I may have to use an older version of Visual studios, but I'm not sure, thanks in advance for the help. 

    Hi there,
    I'm not sure if this is solvable or not, but I cannot seem to get MS Windows Standard 7 Embedded to run Visual Studios 2013.  I have been able to make it work fine on Win7 HP, and on Win 8.1, but it seems to not be compatible with the Win Standard 7
    Embedded.  I was thinking that I may have to use an older version of Visual studios, but I'm not sure, thanks in advance for the help. 
    You don't provide much of an explanation to go on with regard to what is occuring which will not allow Visual Studio 2013 community edition to run on WS7E.
    Is .Net Framework 4.5 already installed on WS7E? Did VS 2013 Community install with no issues on WS7E? Are any errors occuring? If WS7E has event logs have you checked those?
    I have no idea about WS7E or if you have to create an image that will run VS 2013 Community.
    La vida loca
    I tried to upload a screen shot but apparently I have yet to be verified human, but I will try to describe what it looked like.  When I ran the .exe from downloads it came up with a window that said to fix the following errors before attempting to install.
     The first error said that visual studios requires a computer with a newer version of windows.  The next problem said that visual studios works best with internet explorer 10, but I can't get an updated version of explorer because it is not compatible
    with my system.  I can try another version of windows, or a different version of visual studios; however, I can only run windows 7 or earlier, windows 8 is not compatible with my pc. 

  • Can,t install visual studio 2013 update 4

    i was trying to install vs 2013 update 4 but there is an error and setup failed.  i'd tried several times to install it still facing same error. it says" //visual studio core features fatal error during installation .// microsoft visual c++
    2013 microsoft foundation class libraries  user cancelled installation//". my os is win 8.1 industry pr
    i downloaded it from dreamspark recently.
    helps are appreciated...

    Hello kbk gen,
    Most of the cases related to the info "visual studio core features fatal error during installation" are caused by corrupt package. Can you consult dreamspark support to know whether you can verify your source(VS installer)? Dreadmspark
    seems use some different ways to provide you the source file, so I'm not sure common ISO verify step works for you.
    Anyway, actually you can try the VS2013 Community Edition and you can verify the ISO of it by refer to here:
    https://www.visualstudio.com/en-us/downloads/visual-studio-2013-iso-sha1-vs
    Best regards,
    Barry
    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.
    Click
    HERE to participate the survey.

  • Crystal report not working when setup is made in VS 2010

    Hi, i am new to SAP Business objetcts as well as in this forum.
    I have made an application in VS 2010 (C# /WPF) and made its .exe file too.
    The Crystal reports are working fine when i am running from Visual Studio.
    But it gives error message while i am running the .exe.
    I have made the .exe as normally we do.
    Please help me out.
    Regards.

    Adam assumed you were using Enterprise as the thread was posted to the ".NET - SAP BusinessObjects Enterprise, SAP BusinessObjects Edge, SAP Crystal Reports Server" forum.
    Since you are using WPF viewer, I'm pretty sure this is not the case.
    I am not sure how you are loading the report, so a code snippet from your app will help. Also, in your code as a test, hard code the path to the report. Does that work?
    Looking at the [WPF|http://www.sdn.sap.com/irj/scn/elearn?rid=/library/uuid/a09f7025-0629-2d10-d7ae-df006a51d1a8] demo is going to be worthwhile also.
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

  • Crystal Report not working in JAR File

    I am using Eclipse All in one, which includes the Crystal Report... I Finished every thing and the Crystal Report is working in Eclipse.. But its not working in JAR files.. Anybody suggest me WHICH FILES SHOULD BE SET AS CLASSPATHS FOR CREATING THIS JAR FILE...
    Thanks in advance

    Unable to load database connector
    'com.crystaldecisions.reports.queryengine..driverImpl.
    DriverLoader
    now you have any idea.. pleaseIs that a typo where you have two periods below?
    queryengine..driverImplOther than that I don't think anybody here can help you with that. If your classpath includes all necessary JAR files and you are able to access all your resources from within your application JAR file, then I imagine there is a problem with the third-party crystal decisions JAR file or how you are attempting to use it.
    My advice to you is to try and contact support with the vendor or provider of this API or possibly try posting on a support forum on their website to see if somebody can help you there.

Maybe you are looking for

  • PSA Edit Dialog - Not showing all the columns

    Hi All, I need to edit the transaction data for 2LIS_13_VDITM in PSA. when I go to display the PSA data it shows few selected fields in the initial display not all coming in the data source. In Order to get that field in Data Display,  I change the d

  • "all existing apps and their data will be replaced with the apps from.....

    ..this library" i only have 3 apps showing in the "ipod touch apps" sidebar on the left, and i don't know if i click sync just to get them on the ipod touch, if they will replace EVERY other app on the ipod. before there used to be a list of all the

  • MotorWay dll

    I have a problem with MotorWay for the Motor-Bee with LabView 8.2. I used Tools»Import»Shared Library (.dll) with mt.h and mtb.dll and created a library with 3 Vi's. Unfortunately if I start a Vi, I get a message that LabView must be closed. Solved!

  • My iPad charger has once again inevitably ripped at the end. It's been less than a year, so will apple replace it for free?

    My first iPad charger was handled with some roughness, so as such I never argued when I was told I had to pay to replace it when it tore. However, now the the second one tore in less than 6 months, and I found a number of other people with this probl

  • Exporting for Flash Display - Some Tips

    There have been many questions on Exporting for Flash playback on the Web. This Adobe ARTICLE might provide some useful tips, and help in the understanding of the various format. Hope that this helps, Hunt