Visual Studio 2013 problem setting localhost alias in IIS Express

I'm trying to define an alias to localhost in development ambient in Visual Studio 2013.
When I used previous versions of Visual Studio, I used the Visual Studio Development Server to debug and the only thing I needed to do was to change my hosts file adding this entry:
127.0.0.1 localhost
127.0.0.1 localhostalias
I'm having problems to do this with VS2013. I've browsed all over the internet and I've tried the following things, but I'd like someone of you to tell me what am I doing wrong. I've obviously already changed the hosts file...
In the web project Properties -> Web in the section Servers where IIS Express is selected as default, I tried changing http://localhost:53944 to http://localhostalias:53944 but an error is showed saying: "Unable to create the virtual directory. Cannot
create the Web site 'http://localhostalias:53944'. You must specify "localhost" for the server name".
I also tried changing the applicationhost.config which is located in <<Documents>>\IISExpress\config to 
<site name="<<Site name>>" id="2">
<application path="/" applicationPool="Clr4IntegratedAppPool">
<virtualDirectory path="/" physicalPath="<<Site Path>>" />
</application>
<bindings>
<binding protocol="http" bindingInformation="*:53944:*" />
</bindings>
</site>
And when I opened the project it was changed to
<site name="<<Site name>>" id="2">
<application path="/" applicationPool="Clr4IntegratedAppPool">
<virtualDirectory path="/" physicalPath="<<Site Path>>" />
</application>
<bindings>
<binding protocol="http" bindingInformation="*:53944:*" />
</bindings>
</site>
<site name="<<Site name>>(1)" id="3">
<application path="/" applicationPool="Clr4IntegratedAppPool">
<virtualDirectory path="/" physicalPath="<<Site Path>>" />
</application>
<bindings>
<binding protocol="http" bindingInformation="*:53944:localhost" />
</bindings>
</site>
Can someone help me?
Thanks in advance,
Camilo

Hello Camilo,
This forum supports  "setup and deployment of .NET Framework.", if there is something about the installation of .NET Framework, you can post it here. I read your post and I think you should post it under
IIS forum instead.
Regards,
Barry Wang
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 problem during develop basic SharePoint-hosted app

    Hi,
    i am begginer in developing Sharepoint apps using Visual studio 2013.
    I followed this instructions http://msdn.microsoft.com/en-us/library/fp142379.aspx for creating a basic SharePoint-hosted app.  
    When i tried to build my application (Step 10 in create and deploy your first Sharepoint-hosted app) i got the following error: 
    Error occurred in deployment step 'Install app for SharePoint': Sideloading of apps is not enabled on this site.
    What is the problem?
    thanks, Aphrodite

    http://blogs.msdn.com/b/josrod/archive/2013/02/04/quot-sideloading-of-apps-is-not-enabled-on-this-site-quot.aspx
    In order to publish a SharePoint hosted app to a site collection the site must be based on the developer site template or have the “Developer” Feature enabled on it.  The “Developer” Feature is marked as hidden in its definition so you must use PowerShell
    to enable the Feature. 
    Enable-SPFeature e374875e-06b6-11e0-b0fa-57f5dfd72085 –url
    http://sp.contoso.com
    Also check below:
    http://blogs.msdn.com/b/officeapps/archive/2013/12/10/enable-app-sideloading-in-your-non-developer-site-collection.aspx
    If this helped you resolve your issue, please mark it Answered

  • Problems running .aspx and aspx.vb in DW (pages work correctly in MS Visual Studio 2013)

    I'm very confused and surprised I can't seem to find any postings on this problem. It's very peculiar so stay with me: I've designed a VB .Net webpage called Regstration_Form.aspx in Visual Studio 2013 (which is tied to a second form, Registration_Form.aspx.vb which contains the active visual basic script that processes data entered on the .aspx page). I've tested this page in Visual Studio 2013, AND IT WORKS AS IT IS SUPPOSED TO...the webpage looks clean, accepts the data entered on the page, and the buttons execute the visual basic script from the .aspx.vb page flawlessly. 
    NOW, I've designed an html website in Dreamweaver CS6 with multiple (passive) .html pages, and I want to integrate the .aspx/.aspx.vb pages with the others in Dreamweaver now that I have them working in VS 2013.  After all, Dreamweaver let's me (and proclaims to) save files as aspx files and support their functionality.  It seems to me I should be able to simply move them in to the Dreamweaver folder for the website (along with the config file in the root), but...here's what happens:
    (1) when I test run the aspx page from Dreamweaver, the browser webpage shows the html code in black-and-white (code view). It does not display the actual webpage.
    (2) (even weirder) If I change the .aspx page extension to .html, the browser (correctly) shows the webpage I've designed. BUT, now when I click the "submit" button to perform the active tasks (again, which work in VS 2013), the webpage changes from the correct webpage shown only moments earlier to now SHOWING THE ASPX.VB CODE.
    Put another way, dreamweaver displays html code if the page is .aspx, and displays .aspx.vb code if the .aspx page is changed to .html. Either way, my aspx pages are not being executed correctly by Dreamweaver, despite working perfectly well in VS 2013 and I cannot figure out why.
    I have enabled IIS on my computer.
    I have placed the config file in the root.
    I have enabled .NET functionality in Dreamweaver's "disabled features" folder.
    I'm stumped...does anyone have any ideas?
    Thanks!

    I don't work with ASPX sites.  But PHP sites need a local testing server defined in DW.
    Nancy O.

  • Problem with activation of Visual Studio 2013 Ultimate - DreamSpark

    Hello
    I'm facing strange problem while trying to activate Visual Studio 2013 Ultimate. I first install it on my Windows 8.1 machine and used it without activation, today as trial expired I've tried to enter my DreamSpark product key for it. The problem is when
    I click on 'Apply' button nothing happens. No reaction completely
    I have screenshot, but cannot attach it
    I've tried to reinstall and repair VS 2013 installation. Same problem
    Could you help me please fix this issue

    "as trial expired" Does mean the trial period had ended prior to your attempt to register your VS?
    If it is not expired, have you tried Help->Register Product? What happens if you try that?
    If the above does not help, you should contact Dream Spark support for instructions:
    https://www.dreamspark.com/Support/Default.aspx

  • Problems with connecting my Mysql db to visual studio 2013

    Hey all,
    I tried connecting my MYSQL db to my visual studio 2013
    after installing all db connectors from MYSQL and tried following multiple guides its still not working.
    I first had VS Express but it seems the express versions don't support that so then i went to get a VS Professional 2013 (trial i think) and this didn't work either. 
    Does anyone know any solution other than installing connectors (reinstalled them like 2 times already) or getting another VS ?
    Thanks in advance 

    Hi Weffke,
    The forum supports VS setup and installation. And I think your issue isn't related to the forum.
    >>after installing all db connectors from MYSQL and tried following multiple guides its still not working.
    I think your issue is more about MYSQL. So I suggest you post your issue to the related forum below.
    http://forums.mysql.com/list.php?174
    I will move the thread to off-topic forum. Thanks for your understanding.
    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.

  • Problem with visual studio 2013

    hi
    I have visual studio 2013 ultimate update 2  in windows 8.1.
    Every thing about vs is ok ,just when i want to use of text box control or picture box on form , vs close .
    Why?
    Please help me

    Thanks for pvdg42's help.
    Hi mim_golden,
    I think that the pvdg42's suggestions are really help you, if possible, I suggest you can try the pvdg42's suggestion check your issue in your side.
    In addition, I suggest you can try to execute the following commands check if it can help you solve this issue.
    devenv.exe /safemode
    devenv.exe /resetsettings
    I suggest you can also try to upgrade the update package from the update 2 to the latest Update 4 for the VS 2013 Ultimate.
    If the above suggestion still could not help you,
    please let us know the latest information about it.
    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 - New Project

    Hi
    Many years ago I wrote a VB6 program for school students for diet analysis in terms of energy and a range of vitamins and minerals.  It drew comparisons against the national guidelines.  Results were tabulated, graphed and output provided in Word
    and Excel files.  The VB6 program used an Access database containing about 850 foods. It has been used by quite a few schools and appears to always be used across a network.
    My intention is to re-write the whole program in Visual Studio 2013 using Visual Basic code.  I intend to refresh the whole program and add a wider range of foods and update the comparisons using the latest national guidelines and food label formats.
    This will be my first attempt at Visual Studio and I intend to use a Windows Forms Application approach.  The data used is "static" - it does not change it is simply a "read only" file - get the data, multiply for mass and add up each
    category (energy, vitamins and minerals).  It is a "file of data" rather than a true database.  In reality a 1000 food data file should only be about 200 Kbytes.  As an Excel file it is only 150Kbytes but as an Access file it is bloated
    up to a 550Kbyte file.
    The program is not sophisticated, so, should I be using a WPF Application or a Window Forms Application?  The WFA just feels a bit more familiar than a WPF.  Also, the program is intended for loading onto a network at some schools or on a stand-alone
    computer.
    My greatest concern is about the choice of approaching the data.  A "true" database is not needed because the data is simply for about 1000 rows of food each with about 20 columns of data (numeric and text).  The Access file is simple
    but I could create an mdf file (I think) but would that be an advantage?  With the Access data I appear to have loaded the file and created a DataAdapter and I have experimented with GetData() which works.  My attempts to use ExecuteReader() failed
    completely.  Is there a better approach?  such as SQL "DataTable.Rows(RowPosition)(“column name")”??  It seems a very sophisticated method for a small file of data.
    The Access Database that I have experimented with in VS2013 appears to use Jet Drivers???? which proved to create a few problems for installations in the past.  Should I be using an mdf file approach??  I will need to distribute the data in a "resx"
    file.  I could use SQL Server Management Studio (free download) and then use VS2013 to read the Access file and build a new mdf database.....
    I am not convinced that I have the best solution.  Any comments and suggestions would be very greatly appreciated.
    Many thanks for reading this far.
    Winchestermili
    Winchestermili

    Frank
    Looking good!  The "attachment" to a new project worked first time.
    I can see all the new Classes by hovering a pointer over the "declarations" above "Public Class Form1"
    Seems to access the VBNetForum URL quite quickly using a high speed BB connection.
    I am greatly looking forward to the next stage...........
    Regards
    Keith
    Winchestermili
    Keith,
    I intentionally truncated that post with “let me know when you’re that far along” simply because it’s very easy to get lost
    with a concept that’s new. This isn’t as different as you might think though – you’ve been using a database, and now you’ll be using instances of a class (various ones).
    Over the years here, I’ve seen many times where people use databases because they assume “that’s the only way to do it”. The
    “it” actually being encapsulation.
    Encapsulation
    is what they need and certainly a database provides that (and a lot more), but it’s not the only way it can be done.
    Think about this a bit: A DataRow encapsulates the related data for whatever it is. For example maybe it’s a person’s data –
    you’d want to keep the person’s first name, surname, and things like that all together because it defines something related to that one person. You then have a collection of those DataRows in a DataTable.
    In much the same way, what I have here is similar: Instead of a DataRow, I’m using instances of a class. Instead of columns
    in a DataRow, I’m using properties of the instance, and instead of a DataTable, I’m using a List(Of Class).
    …the concept is identical.
    Classes are a means of building an object in OOP. In and of itself, it’s really just a template or a blueprint (overused metaphor).
    Deborah Kurata put it best, in my opinion, when she said that a class is like a cookie-cutter and the objects created are cookies. You eat the cookies, not the cookie-cutter!
    A class works that way exactly: You can’t “consume” a class; you consume the objects (instances) created by them and in this
    case, like a DataTable housing DataRows, I’m storing them in a very specific type of collection known as a List(Of T).
    I don’t want to get too far adrift about classes and/or OOP here – not that I would mind the discussion – but it’s a new concept
    to you and it’s easy to get confused about what’s doing what. I’ll get more to the specifics next.
    That entire class library is the data layer; it doesn’t work with controls of any sort, only the data.
    That said though, in the following I’ll explain how controls can be ‘assisted’ by the methods in the classes.
    The main class in this is the one called “FoodComposition”. That one is only barely started – the
    only
    method in it so far is an overloaded way to add a new instance to a list of them.
    Two of the classes are really just ‘supporting classes’ – those being the ones called “FoodCategory” and “LabelNote”. Don’t
    get me wrong here, they do have methods in them (with more to be added), but you won’t too much be working with those in the user’s program – you will in the program that I’ll create for you to add/modify/remove* and so on, but for now let’s set those two
    aside.
    *  The fact that these are “supporting” classes, I have it set up such that you cannot remove an instance of those if there’s
    a reference to them in FoodComposition. If you want to see where/how I’m doing that, look at the code of the class FoodCategory, for example, and go to line 633, then read the code of that method named “Remove”.
    The one class in the bunch which is pretty much self-contained is the one called DietaryReferenceValue (DRV is the name you
    used). That one makes for a good topic to explain how I can provide methods which lend a helping hand to your controls but don’t, directly, have anything to do with controls.
    I have a method in that class named “GetAllGroupNames” which is a function that returns a string array containing the names
    of each instance’s group. That might be used, for example, if you wanted to show a ListBox or a ComboBox to allow the user to select one of the group names:
    Private Sub Form1_Load(ByVal sender As System.Object, _
    ByVal e As System.EventArgs) _
    Handles MyBase.Load
    Dim url As String = _
    "http://www.fls-online.com/VBNet_Forum/12-13-14/NutritionData.xml"
    GetNutritonData(url)
    ListBox1.Items.AddRange(NutritionData.DietaryReferenceValue.GetAllGroupNames(drvList))
    End Sub
    So, for example, when the user selects one of them:
    Private Sub ListBox1_SelectedIndexChanged(ByVal sender As System.Object, _
    ByVal e As System.EventArgs) _
    Handles ListBox1.SelectedIndexChanged
    Try
    If ListBox1.SelectedIndex > -1 Then
    Dim selectedGroup As String = _
    ListBox1.Items(ListBox1.SelectedIndex).ToString
    Dim drv As NutritionData.DietaryReferenceValue = _
    NutritionData.DietaryReferenceValue.GetInstance(drvList, selectedGroup)
    MessageBox.Show(drv.ToString, drv.SexAndAgeGroup)
    End If
    Catch ex As Exception
    MessageBox.Show("An error occurred:" & vbCrLf & vbCrLf & ex.Message, _
    "Program Error", MessageBoxButtons.OK, _
    MessageBoxIcon.Warning)
    End Try
    End Sub
    As you can see there, I’m using the .ToString method which I have overridden in the class. That’s also part of what I wanted
    to discuss: What it gets.
    Currently I don’t have much else (other than maintenance routines like adding, removing, renaming) in there; the methods that
    you use are methods that I set up – but in the words of Hamlet, “therein lies the rub” … I don’t know what you want!
    Give some thought to just what methods you might want to have in there. For example maybe you might want to have a method which
    will return the value of one specific nutrient which you specify. I can do that, I just don’t know yet that you want it so it’s not there.
    Quite often I’ll also provide what I’m come to call “convenience properties”. For example with the property named “Sodium”,
    I might have another property (read-only) named “Sodium_String” which returns a string in whatever format you wanted it to have.
    These are things I don’t know that you want and also things which you may not have known can be done, thus this writing. ;-)
    The other day I asked about units. It may not be where you want to go with this but I’d also like to offer that we can provide
    more granularity to the nutrients themselves. Don’t get me wrong, it’d be an overhaul of what I have right now, but I’ll do it if you want to proceed:
    Imagine that we have a class, all by itself, that we call “Nutrients”. At the very least that class would have members like
    Name and UnitOfMeasure, but it could have anything else you wanted. An example that comes to mind might be the URL to a page on Wikipedia about it, or maybe a URL to an appropriate image or … whatever you dream of here.
    So then when using them in the other classes, “Calcium” would, itself, be an object which has a name (“Calcium”), a unit-of-measure
    (maybe “milligram”), and so on.
    It’s a lot to take in all at once and even this is something you may want to reread, but do give it thought. Let me know what
    methods you want in the classes which will help you in your user’s program.
    Still lost in code, just at a little higher level.

  • 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

  • Visual Studio 2013 Community Azure Login Not Working with Two-factor Authentication

    Has anybody had any problems logging in to Azure to publish when using Visual Studio 2013 Community and with two-factor authentication turned on?
    I couldn't log on until I turned off two-factor authentication.
    Regards

    Hello John,
    Thanks for posting here!
    You can try and set a credential helper like
    git-credential-winstore in order to cache your credentials. See if that helps.
    Couple of questions here:
    1) Are you using a MSA account by any chance?
    2) When you turn on two-factor authentication, do you get any error message?
    3) Did you try with different browsers?
    Looking forward to your response!
    Regards,
    Sadiqh

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

  • Publish cloud service fails from Visual Studio 2013 Update 4: Published Asset Entry for Image Microsoft.Azure.Diagnostics_PaaSDiagnostics_europeall_manifest.xml not found.

    I have a cloud service project with two roles (service and worker). In Visual Studio 2013 Update 4 when I choose "Publish..." from the "Solution Explorer",  it opens "Microsoft Azure Activity Log" and quickly terminates.
    Here the log:
    9:43:47 AM - Applying Diagnostics extension.
    9:44:09 AM - Published Asset Entry for Image Microsoft.Azure.Diagnostics_PaaSDiagnostics_europeall_manifest.xml not found.
    All works fine when uploading the package and updating from https://manage.windowsazure.com/. It only fails from within Visual Studio.
    What can I do to get it working?

    I have the same problem with our Azure project. Two web roles (service and worker). Just updated from SDK2.2 to SDK2.5 and Visual Studio 2013 Update 2 to Update 4. The main reason behind this was to move from log4net to WAD and in doing so, of course directly
    move to the new diagnostics version.
    Now, I get the same error message in Visual Studio:
    11:45:24 - Checking for Remote Desktop certificate...
    11:45:25 - Applying Diagnostics extension.
    11:45:45 - Published Asset Entry for Image Microsoft.Azure.Diagnostics_PaaSDiagnostics_europeall_manifest.xml not found.
    With my small testing project - also two roles (service and worker) - everything is fine. However, I'm looking for a solution to make by existing production service working.
    Also the test project shows no Microsoft.Azure.Diagnostics_PaaSDiagnostics_europeall_manifest.xml,
    but this is no problem - so what's the meaning of or solution to this error messages?
    What I found so far:
    I deployed the Azure project from the same development environment to another Azure test service: Deployment
    showed no errors and the service is running fine! So the problem is not with the source, the development environment, library dependencies etc.
    Trying Azure cmdlets for PowerShell also work fine for the new service and fails for the production service with almost the same error message:
    Following http://blogs.msdn.com/b/kwill/archive/2014/12/02/windows-azure-diagnostics-upgrading-from-azure-sdk-2-4-to-azure-sdk-2-5.aspx
    I tried:
    PS C:\> Set-AzureServiceDiagnosticsExtension -StorageContext $storageContext -DiagnosticsConfigurationPath $public_config -ServiceName $service_name -Slot 'Staging' -Role $role_name
    VERBOSE: Setting PaaSDiagnostics configuration for MyWebRole.
    Set-AzureServiceDiagnosticsExtension : BadRequest : Published Asset Entry for Image
    Microsoft.Azure.Diagnostics_PaaSDiagnostics_europeall_manifest.xml not found.
    At line:1 char:1
    + Set-AzureServiceDiagnosticsExtension -StorageContext $storageContext -Diagnostic ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : NotSpecified: (:) [Set-AzureServiceDiagnosticsExtension], CloudException
        + FullyQualifiedErrorId : Microsoft.WindowsAzure.CloudException,Microsoft.WindowsAzure.Commands.ServiceManagement.
       Extensions.SetAzureServiceDiagnosticsExtensionCommand
    The problem seems to be related to those service configuration parts in the cloud which are not replaced
    by a new deployment... So what are possible reasons or fixes for this behaviour?
    Best regards,
     Andreas

  • Visual studio 2013 update 4 will not install

    I am currently running visual studio 2013 Version 3, and i recently just downloaded the update 4 file.  I've tried installing it multiple times but all it does is show the splash screen and then wink out.  Checked the task processes and its not
    running.  I've checked the event log, and nothing interesting in there either.  I copied the file to another machine and it ran fine, so i know the file is good.  I've also downloaded the DVD ISO version of the updater from MSDN, with the same
    results.  Am i missing something?  Is there a different way i can debug this to find out why it's not working for me?  Thanks for any help!
    Phil Johnson

    Hi there.  I actually am entirely up to date on windows update, i show nothing needs to install there.  
    I am running F-secure, but when i go into services and disable all of the F-secure services, I still get the same problem.
    When i run the update file, i get 3 new files that occur in my temp folder.  Below is the contents of the log file that is created:
    [2520:2C8C][2014-11-16T20:02:23]i001: Burn v3.7.3424.0, Windows v6.3 (Build 9600: Service Pack 0), path: C:\Users\phil.johnson\Downloads\VS2013.4.exe, cmdline: ''
    [2520:2C8C][2014-11-16T20:02:23]i000: Initializing string variable 'EditionDisplayName' to value '#loc.vsupdatededitiondisplayname'
    [2520:2C8C][2014-11-16T20:02:23]i000: Initializing string variable 'FactorMsi' to value '1.3'
    [2520:2C8C][2014-11-16T20:02:23]i000: Initializing numeric variable 'MoreLanguageFwlinkId' to value '427825'
    [2520:2C8C][2014-11-16T20:02:23]i000: Initializing numeric variable 'PrivacyAgreementFwlinkId' to value '427803'
    [2520:2C8C][2014-11-16T20:02:23]i000: Initializing numeric variable 'PrivacyStatementFwlinkId' to value '427803'
    [2520:2C8C][2014-11-16T20:02:23]i000: Initializing numeric variable 'MinOsLevelFwlinkId' to value '427813'
    [2520:2C8C][2014-11-16T20:02:23]i000: Initializing numeric variable 'SolutionFwlinkId' to value '427804'
    [2520:2C8C][2014-11-16T20:02:23]i000: Initializing numeric variable 'HelpFwlinkId' to value '427805'
    [2520:2C8C][2014-11-16T20:02:23]i000: Initializing numeric variable 'IE10FwlinkId' to value '427807'
    [2520:2C8C][2014-11-16T20:02:23]i000: Initializing numeric variable 'WinBlueFwlinkId' to value '427810'
    [2520:2C8C][2014-11-16T20:02:23]i000: Initializing numeric variable 'SHA256BlockFwlinkId' to value '427811'
    [2520:2C8C][2014-11-16T20:02:23]i000: Initializing numeric variable 'Win81PreRelBlockFwlinkId' to value '427809'
    [2520:2C8C][2014-11-16T20:02:23]i000: Initializing string variable 'NetfxProductVersion' to value '4.5.31101'
    [2520:2C8C][2014-11-16T20:02:23]i000: Initializing string variable 'ProfessionalVSVersion' to value '11.0.50727'
    [2520:2C8C][2014-11-16T20:02:23]i000: Initializing string variable 'BaselineBundleVersion' to value '12.0.21005'
    [2520:2C8C][2014-11-16T20:02:23]i000: Initializing string variable 'FirstSlipstreamBundleVersion' to value '12.0.21006'
    [2520:2C8C][2014-11-16T20:02:23]i000: Initializing string variable 'ProductKey' to value 'VVXKCDCCWD3B29PWQK2C3GYD7'
    [2520:2C8C][2014-11-16T20:02:23]i000: Initializing string variable 'PerfToolsRES_LangRelevant_chs' to value 'true'
    [2520:2C8C][2014-11-16T20:02:23]i000: Initializing string variable 'PerfToolsRES_LangRelevant_cht' to value 'true'
    [2520:2C8C][2014-11-16T20:02:23]i000: Initializing string variable 'PerfToolsRES_LangRelevant_csy' to value 'true'
    [2520:2C8C][2014-11-16T20:02:23]i000: Initializing string variable 'PerfToolsRES_LangRelevant_deu' to value 'true'
    [2520:2C8C][2014-11-16T20:02:23]i000: Initializing string variable 'PerfToolsRES_LangRelevant_esn' to value 'true'
    [2520:2C8C][2014-11-16T20:02:23]i000: Initializing string variable 'PerfToolsRES_LangRelevant_fra' to value 'true'
    [2520:2C8C][2014-11-16T20:02:23]i000: Initializing string variable 'PerfToolsRES_LangRelevant_ita' to value 'true'
    [2520:2C8C][2014-11-16T20:02:23]i000: Initializing string variable 'PerfToolsRES_LangRelevant_jpn' to value 'true'
    [2520:2C8C][2014-11-16T20:02:23]i000: Initializing string variable 'PerfToolsRES_LangRelevant_kor' to value 'true'
    [2520:2C8C][2014-11-16T20:02:23]i000: Initializing string variable 'PerfToolsRES_LangRelevant_plk' to value 'true'
    [2520:2C8C][2014-11-16T20:02:23]i000: Initializing string variable 'PerfToolsRES_LangRelevant_ptb' to value 'true'
    [2520:2C8C][2014-11-16T20:02:23]i000: Initializing string variable 'PerfToolsRES_LangRelevant_rus' to value 'true'
    [2520:2C8C][2014-11-16T20:02:23]i000: Initializing string variable 'PerfToolsRES_LangRelevant_trk' to value 'true'
    [2520:2C8C][2014-11-16T20:02:23]i000: Initializing string variable 'Win8Dev_Dev11Path' to value '[ProgramFilesFolder]Microsoft Visual Studio 11.0\'
    [2520:2C8C][2014-11-16T20:02:23]i000: Initializing string variable 'Dev11_UT_Path' to value '[ProgramFilesFolder]Microsoft Visual Studio 11.0\'
    [2520:2C8C][2014-11-16T20:02:23]i000: Initializing string variable 'WinSDK_Common_KitsRootPath' to value '[ProgramFilesFolder]Windows Kits\8.0\'
    [2520:2C8C][2014-11-16T20:02:23]i000: Initializing string variable 'Dev11_VC_Path' to value '[ProgramFilesFolder]Microsoft Visual Studio 11.0\'
    [2520:2C8C][2014-11-16T20:02:23]i000: Initializing numeric variable 'IsChainingx64VSTODT' to value '1'
    [2520:2C8C][2014-11-16T20:02:23]i000: Initializing numeric variable 'IsChainingx86VSTODT' to value '1'
    [2520:2C8C][2014-11-16T20:02:23]i000: Initializing numeric variable 'IsChainingx64VSTORT' to value '1'
    [2520:2C8C][2014-11-16T20:02:23]i000: Initializing numeric variable 'IsChainingx86VSTORT' to value '1'
    [2520:2C8C][2014-11-16T20:02:23]i000: Initializing string variable 'Include_WindowsPhoneAppxEmulator' to value 'true'
    [2520:2C8C][2014-11-16T20:02:23]i000: Setting string variable 'WixBundleLog' to value 'C:\Users\PHIL~1.JOH\AppData\Local\Temp\dd_vsupdate_KB2829760_20141116200223.log'
    [2520:2C8C][2014-11-16T20:02:23]i000: Setting string variable 'WixBundleOriginalSource' to value 'C:\Users\phil.johnson\Downloads\VS2013.4.exe'
    [2520:2C8C][2014-11-16T20:02:23]i000: Setting string variable 'WixBundleOriginalSourceFolder' to value 'C:\Users\phil.johnson\Downloads\'
    [2520:2C8C][2014-11-16T20:02:23]i000: Setting string variable 'WixBundleName' to value 'Visual Studio 2013 Update 4 (KB2829760)'
    [2520:2C8C][2014-11-16T20:02:23]i000: Loading managed bootstrapper application.
    [2520:2C8C][2014-11-16T20:02:23]e000: Error 0x80070002: Failed to create the managed bootstrapper application.
    [2520:2C8C][2014-11-16T20:02:23]e000: Error 0x80070002: Failed to create UX.
    [2520:2C8C][2014-11-16T20:02:23]e000: Error 0x80070002: Failed to load UX.
    [2520:2C8C][2014-11-16T20:02:23]e000: Error 0x80070002: Failed while running 
    [2520:2C8C][2014-11-16T20:02:23]i410: Variable: BaselineBundleVersion = 12.0.21005
    [2520:2C8C][2014-11-16T20:02:23]i410: Variable: Dev11_UT_Path = C:\Program Files (x86)\Microsoft Visual Studio 11.0\
    [2520:2C8C][2014-11-16T20:02:23]i410: Variable: Dev11_VC_Path = C:\Program Files (x86)\Microsoft Visual Studio 11.0\
    [2520:2C8C][2014-11-16T20:02:23]i410: Variable: EditionDisplayName = #loc.vsupdatededitiondisplayname
    [2520:2C8C][2014-11-16T20:02:23]i410: Variable: FactorMsi = 1.3
    [2520:2C8C][2014-11-16T20:02:23]i410: Variable: FirstSlipstreamBundleVersion = 12.0.21006
    [2520:2C8C][2014-11-16T20:02:23]i410: Variable: HelpFwlinkId = 427805
    [2520:2C8C][2014-11-16T20:02:23]i410: Variable: IE10FwlinkId = 427807
    [2520:2C8C][2014-11-16T20:02:23]i410: Variable: Include_WindowsPhoneAppxEmulator = true
    [2520:2C8C][2014-11-16T20:02:23]i410: Variable: IsChainingx64VSTODT = 1
    [2520:2C8C][2014-11-16T20:02:23]i410: Variable: IsChainingx64VSTORT = 1
    [2520:2C8C][2014-11-16T20:02:23]i410: Variable: IsChainingx86VSTODT = 1
    [2520:2C8C][2014-11-16T20:02:23]i410: Variable: IsChainingx86VSTORT = 1
    [2520:2C8C][2014-11-16T20:02:23]i410: Variable: MinOsLevelFwlinkId = 427813
    [2520:2C8C][2014-11-16T20:02:23]i410: Variable: MoreLanguageFwlinkId = 427825
    [2520:2C8C][2014-11-16T20:02:23]i410: Variable: NetfxProductVersion = 4.5.31101
    [2520:2C8C][2014-11-16T20:02:23]i410: Variable: PerfToolsRES_LangRelevant_chs = true
    [2520:2C8C][2014-11-16T20:02:23]i410: Variable: PerfToolsRES_LangRelevant_cht = true
    [2520:2C8C][2014-11-16T20:02:23]i410: Variable: PerfToolsRES_LangRelevant_csy = true
    [2520:2C8C][2014-11-16T20:02:23]i410: Variable: PerfToolsRES_LangRelevant_deu = true
    [2520:2C8C][2014-11-16T20:02:23]i410: Variable: PerfToolsRES_LangRelevant_esn = true
    [2520:2C8C][2014-11-16T20:02:23]i410: Variable: PerfToolsRES_LangRelevant_fra = true
    [2520:2C8C][2014-11-16T20:02:23]i410: Variable: PerfToolsRES_LangRelevant_ita = true
    [2520:2C8C][2014-11-16T20:02:23]i410: Variable: PerfToolsRES_LangRelevant_jpn = true
    [2520:2C8C][2014-11-16T20:02:23]i410: Variable: PerfToolsRES_LangRelevant_kor = true
    [2520:2C8C][2014-11-16T20:02:23]i410: Variable: PerfToolsRES_LangRelevant_plk = true
    [2520:2C8C][2014-11-16T20:02:23]i410: Variable: PerfToolsRES_LangRelevant_ptb = true
    [2520:2C8C][2014-11-16T20:02:23]i410: Variable: PerfToolsRES_LangRelevant_rus = true
    [2520:2C8C][2014-11-16T20:02:23]i410: Variable: PerfToolsRES_LangRelevant_trk = true
    [2520:2C8C][2014-11-16T20:02:23]i410: Variable: PrivacyAgreementFwlinkId = 427803
    [2520:2C8C][2014-11-16T20:02:23]i410: Variable: PrivacyStatementFwlinkId = 427803
    [2520:2C8C][2014-11-16T20:02:23]i410: Variable: ProductKey = VVXKCDCCWD3B29PWQK2C3GYD7
    [2520:2C8C][2014-11-16T20:02:23]i410: Variable: ProfessionalVSVersion = 11.0.50727
    [2520:2C8C][2014-11-16T20:02:23]i410: Variable: ProgramFilesFolder = C:\Program Files (x86)\
    [2520:2C8C][2014-11-16T20:02:23]i410: Variable: SHA256BlockFwlinkId = 427811
    [2520:2C8C][2014-11-16T20:02:23]i410: Variable: SolutionFwlinkId = 427804
    [2520:2C8C][2014-11-16T20:02:23]i410: Variable: Win81PreRelBlockFwlinkId = 427809
    [2520:2C8C][2014-11-16T20:02:23]i410: Variable: Win8Dev_Dev11Path = C:\Program Files (x86)\Microsoft Visual Studio 11.0\
    [2520:2C8C][2014-11-16T20:02:23]i410: Variable: WinBlueFwlinkId = 427810
    [2520:2C8C][2014-11-16T20:02:23]i410: Variable: WinSDK_Common_KitsRootPath = C:\Program Files (x86)\Windows Kits\8.0\
    [2520:2C8C][2014-11-16T20:02:23]i410: Variable: WixBundleAction = 5
    [2520:2C8C][2014-11-16T20:02:23]i410: Variable: WixBundleElevated = 0
    [2520:2C8C][2014-11-16T20:02:23]i410: Variable: WixBundleLog = C:\Users\PHIL~1.JOH\AppData\Local\Temp\dd_vsupdate_KB2829760_20141116200223.log
    [2520:2C8C][2014-11-16T20:02:23]i410: Variable: WixBundleManufacturer = Microsoft Corporation
    [2520:2C8C][2014-11-16T20:02:23]i410: Variable: WixBundleName = Visual Studio 2013 Update 4 (KB2829760)
    [2520:2C8C][2014-11-16T20:02:23]i410: Variable: WixBundleOriginalSource = C:\Users\phil.johnson\Downloads\VS2013.4.exe
    [2520:2C8C][2014-11-16T20:02:23]i410: Variable: WixBundleOriginalSourceFolder = C:\Users\phil.johnson\Downloads\
    [2520:2C8C][2014-11-16T20:02:23]i410: Variable: WixBundleProviderKey = vsupdate_KB2829760
    [2520:2C8C][2014-11-16T20:02:23]i410: Variable: WixBundleTag = vsupdate_KB2829760,1033
    [2520:2C8C][2014-11-16T20:02:23]i410: Variable: WixBundleVersion = 12.0.31101.0
    [2520:2C8C][2014-11-16T20:02:23]e000: Error 0x80070002: Failed to run per-user mode.
    [2520:2C8C][2014-11-16T20:02:24]i007: Exit code: 0x80070002, restarting: No
    Phil Johnson

  • Training in Visual Studio 2013

    Hi. I like Visual Studio 2013. It has quick user input and provides for quick debugging cues. I would like to know if the VB project application/s can be set up to maintain the Old VB 2010 properties or coding environment? I am taking an introduction to
    programming course and it relies heavily on VB 2010.

    Hello,
    If you are implying using two different versions of Visual Studio 2010 and 2013 you will find small things that may prove to be frustrating and most likely be a bad idea with you being new to Visual Studio.
    The SUO file is different for one which is generated by Visual Studio not to be manipulated by users. Take a 2010 project to 2013 Visual Studio will prompt you to upgrade, there is no downgrade.
    Best to use the same version on both computers for the time being
    Please remember to mark the replies as answers if they help and unmark them if they provide no help, this will help others who are looking for solutions to the same or similar problem.

  • Visual studio 2013 Installation professional

    Report features are not installed while installing visual studio 2013 professional .
    even-tho we selected all the features at the time of visual studio 2013 professional  installation.
    System is Up-to-date . 
    windows 7 Professional with 64-bit OS .
    Latest 4.5.1 framework has been installed  .
    Report viewer 2012 run time and report viewer 2011 has been installed successfully .
    Sql management Studio 2012 with all the features has been Enabled  with Business Intelligent Tool has been enabled.
    Please help us to sort out this problem .
    Thanks in advance .

    I get the following errors when trying to compile any type of project after an install visual studio 2013 professional with update 4 on a computer that has no access to the internet. No previous versions of visual studio have been on the machine.
    Warning MSB8003: Could not find windowssdkdir from the registry. Target framework version or platform toolset may be set to an invalid version number.
    Error LNK 1104: cannot open file kernel32.lib
    Any ideas?
    Did you see if any of the search results provided by Google typing the exact error message can help?
    Alessandro Del Sole
    Microsoft MVP - Visual Basic: development
    http://community.visual-basic.it/alessandro/

  • Visual Studio 2013 hangs/freezes when trying to click the designer view

    my Visual Studio 2013 update 1 hangs/freezes when trying to click the designer view, after clicking "Design" I can not click "split" neather "Source". What can I do ? I already tried to set the "HTML (Web Forms) Editor
    " as "Default"... thanks for support.
    In VS2010 the same worked fine.
    I "Run as Administrator".
    ty for help

    Hi,
    I assume that you are not using VS2013 Express version. In order to get the reason about the hang issue, please use devenv /log to gather activity.xm log and find HR error from this log.If it shows some package corrupt, try to repair your VS.
    Here are my general suggestions:
    Please try to run devenv /ResetSettings (in command prompt) to eliminate the related potential settings problem.
    Try disabling Add-ins (e.g. “Tools” | “Add-in Manager”) or run “devenv.exe /SafeMode”.This can eliminate the possibility that third party Add-ins or packages are causing problems. Also you can try these command lines:
    devenv.exe /resetskippkgs and devenv.exe /resetuserdata 
    Try to create a new user account. This can help isolate user profile corruption related causes.
    If the suggestions above are no help, please reinstall your VS.
    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.

Maybe you are looking for

  • EPS files from CS5.5 to QuarkXPress 9

    I am trying to help someone working in a PC-only environment. Using InDesign CS5.5, we do Export as EPS and specify Level 2 (or 3, made no difference) PostScript, Grayscale and Binary. If then create a new document in QuarkXPress 9, draw a picture bo

  • Ibooks from my library vanished

    Help! most of my library just vanished!

  • How to export w/ lo-res images?

    I want to send an .idml file to a copywriter, but with the hi-res images (300dpi) I've placed, the file is 512 MB. I'd rather send him something smaller- is there a way to automatically export the file with 72dpi versions of my images?

  • Always getting a server error when trying to download the products

    I' always getting a server error when trying to download the products since yesterday, what can I do ?

  • Error When trying to install

    I receive the error "Cannot remove older version of quicktime" when i try to install. It also asks me to locate the file QuickTime.msi? Please tell me what i should do. Thanks