Deployment Error from Visual Studio 2013

I have been publishing my Azure web role and worker roles once or twice per week for the last year. 3 days ago I began getting this when publishing from VS:
8:44:19 AM - Checking for Remote Desktop certificate...
8:44:21 AM - Applying Diagnostics extension.
8:45:13 AM - The server encountered an internal error. Please retry the request.
Always the same three lines.  I have tried 20x over the last 3 days.  The only posts I can find that sound related deal with intermittent network issues.  Since this has been going on for 3 days and I see no service issues listed on
http://azure.microsoft.com/en-us/status/, I do not think my problem is related to a network issue.
I am able to successfully package from VS, then publish via the Azure web portal.
Does anyone know how I can troubleshoot problems publishing?  Thanks.

Sowmya,
I opened a support ticket but was told since it did not have to due with billing that they cannot help since I have not paid for technical support.  Is there any way I can troubleshoot the problem that I am having?  I generally solve things myself,
but since I am not getting any indication of what the problem is, I do not know where to look. Again I can manually package the solution, upload to BLOB storage, and update my cloud services through the control panel.  So it is a fine workaround for now,
but it takes much longer than simply publishing from VS2013 which is what I had always done in the past.  But now I get this "an internal error has occurred".  It is hard to believe someone coded the system to even give such a useless message.
Any other options?
Thanks,
Denis

Similar Messages

  • Cannot install Selenium Components for Cross Browser Testing extension from Visual Studio 2013

    Hello,
    I am having some issues with installing Selenium Components for Cross Browser testing.  I keep getting this error everytime. Yes, Visual Studio 2013 has been registered with a product key. However, I cannot seem to bypass this error. I tried to install
    from http://visualstudiogallery.msdn.microsoft.com/11cfc881-f8c9-4f96-b303-a2780156628d and from Tools->Extensions and Updates from Visual Studio 2013. It just does not work. I have a copy of Visual Studio 2013.  Yes, I already have Visual Studio
    2012 Ultimate and Visual Studio 2013 Ultimate installed on my machine. What am I missing?

    Hi Antwan,
    Please uninstall the VS, then reinstall it.
    On the other hand, this issue is in the extension, I suggest that you should post it in
    Selenium components for Coded UI Cross Browser Testing site for efficient response. (Q AND A)
    Thanks
    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.

  • Deploy app in Visual Studio 2013 error

    When i try to deploy my app in Visual Studio 2013 i get this error:
    Error occurred in deployment step 'Install app for SharePoint': We're sorry, we weren't able to complete the operation, please try again in a few minutes. If you see this message repeatedly, contact your administrator.
    What could the problem be?

    Hi,
    The following steps for your reference:
    1. Grant DOMAIN\myApp_Admin accont a sysadmin server role on SQL server
    2. Open SharePoint Power Shell and execute Add-SPShellAdmin <DOMAIN\myApp_Admin> command.
    3. Grant DOMAIN\myApp_Admin a db_owner rights to web application Content database that you would like to use for debugging SharePoint 2013 app.
    4. Make sure following roles are assigned for SharePoint_Config database
       SharePoint_Shell_Access
       SPDDataAccess
       public
    5. Make sure following roles are assigned for SharePoint_Content database
       db_owner
    6. Make sure following roles are assigned for SharePoint_AdminContent database
       public
    More information:
    http://sharepointinterface.com/2012/12/21/whaddaya-mean-i-cant-deploy-my-sharepoint-app/
    https://kolliparachandra.wordpress.com/2014/09/02/apps-development-visual-studio-issues/
    Best Regards,
    Dennis Guo
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • 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

  • Can't update SQL 2014 DB during web publish from Visual Studio 2013

    According to Visual Studio 2013 I have "SQL Server Data Tool 12.0.40706.0" installed, which should allow me to update a SQL 2014 database but when I try to publish my web application I get the error: "Web deployment task failed. (Could not
    generatedeployment script. Internal Error. The database platform service with type Microsoft.Data.Tools.Schema.Sql.Sql120DatabaseSchemaProvider is not valid. You must make sure the service is loaded, or you must provide the full type name of a valid database
    platform service. Internal Error. The database platform service with type Microsoft.Data.Tools.Schema.Sql.Sql120DatabaseSchemaProvider is not valid. You must make sure the service isloaded, or you must provide the full type name of a valid database platform
    service. Learn more at:
    http://go.microsoft.com/fwlink/?LinkId=221672#ERROR_EXECUTING_METHOD.)" I can update the database fine if I go into the package managment console and run -UPDATE-DATABASE but I don't want to have to go into myweb.config, update it to point to the production
    database, run the update command, and then change my web.config back everytime I try to update my database. What do I have to do to getthis working? I had no problems when I was on an Azure DB.

    Actually problem seems to be related when web publish to remote server. I tried local web publish to sql2014 db and it works.
    For remote server web publish works to sql 2012 express db but when try with sql 2014 express db on same server get bellow error.
    Error message "The database platform service with type Microsoft.Data.Tools.Schema.Sql.Sql120DatabaseSchemaProvider
    is not valid. You must make sure the service is loaded, or you must provide the full type name of a valid database platform service."
    Any ideea what may be causing it? I have installed the sql server 2014 express with advanced services x86, exact same version as on my local machine, and also restarted server after install. Need install/configure anything else on server like SSDT 2014 to
    make this work? 
    Cheers!

  • Database connection error in Visual Studio 2013

    I am using Visual Studio 2013 and have installed MS SQL Server 2014. I am trying to generate my database from a model (edmx) but I get the following error: Cannot
    connect to <Database>. An incompatible SQL Server version was detected (Microsoft.VisualStudio.Data.Tool.Sqleditor)
    In the edmx.sql file, is written:
    -- Entity Designer DDL Script for SQL Server 2005, 2008, 2012 and Azure
    I can see that 2014 version is missing from this generated file, and seems that the program tries to connect to the 2012 version .. how can I avoid this and manage visual studio tu use the 2014 version of MS SQL Server? Thanks in advance
    I already updated the SQL Server Data Tools to the newest version.

    Hello,
    Please read the following article:
    http://support.microsoft.com/kb/2858352/en-us
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Workflow deployment failed from visual studio

    Hi ,
    I am trying to deploy the workflow from visual studio.Below is the error i am getting.
    Error 3
    Error occurred in deployment step 'Add Solution': Unhandled exception was thrown by the sandboxed code wrapper's Execute method in the partial trust app domain: An unexpected error has occurred.
    0 0
    ExpenseReportWFF

    Hi,
    According to your description, my understanding is that you occur an error when deploying workflow using Visual Studio.
    I suggest you follow the articles below to recreate an workflow and deploy to test whether it works.
    Here are some detailed articles creating workflow step by step in Visual Studio for your reference:
    http://www.codeproject.com/Tips/620173/Step-by-Step-Approach-to-Create-a-Visual-Studio-Sh
    http://msdn.microsoft.com/en-us/library/office/jj163917(v=office.15).aspx
    http://msdn.microsoft.com/en-us/library/office/jj163199(v=office.15).aspx
    http://ybbest.wordpress.com/2012/12/05/how-to-create-sharepoint2013-workflow-using-visual-studio/
    Best regards,
    Zhengyu Guo
    Zhengyu Guo
    TechNet Community Support

  • Library not registered error in Visual Studio 2013.

    Whenever I attempt to build a solution, build multiple projects, or even run a program (with debugging) in visual studio 2013, I receive the error below.
    "Library not registered. (Exception from HRESULT: 0x8002801D (TYPE_E_LIBNOTREGISTERED))"
    I have attempted to fix this by repairing my Visual Studio installation, but without success. 
    I believe the issue to be with Visual Studio itself, though, because this happens with every solution I have tried it with.
    Any assistance in resolving this issue would be most appreciated.

    Hi ndowney,
    Based on your issue, could you please tell me if you install some other tools on your machine before you get the ""Library not registered" error?
    (1) If yes, please you disable or un-install these tools and then build solution/project check this issue again.
    (2)If no, to check if the issue is related to the VS IDE, please refer the following steps to check this error message.
    (2.1) I suggest you could try the following commands to check if it is helpful.
    a.  Run devenv /Safemode to see if you can apply it correctly. This can eliminate the possibility that third party Add-ins or packages are causing problems.
    b. Run devenv /Resetsettings to eliminate the cause of corrupted settings.
    c. Run devenv /ResetSkipPkgs in Command Prompt.
    If above still cannot work, try use this command again: devenv /resetsuerdata
    (2.2) If the above suggestion still could not help you, maybe you will need to re-install the VS2013 and then check this issue again.
    If you have any latest message about your issue, please tell me.
    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.

  • Invalid Markup error in visual studio 2013

    Hi,
    I am using Visual Studio 2013 Ultimate on Windows 8.1 for WPF project. I added two .dll libraries as reference: dataGrid2d and GraphSharp, however my XAML design editor don't recognize any XAML markup from this libraries (Invalid Markup error). Project compiles
    and works fine and I can't figure out what is wrong with visual editor.
    Thank you in advance.

    Here are libraries http://1drv.ms/153lGSe
    I can normally use them in XAML and in c# code behind, everything is working fine in my app after compilation, I just can't see it in design editor. Errors are:
    Error    1    The name "DataGrid2D" does not exist in the namespace "clr-namespace:DataGrid2DLibrary;assembly=DataGrid2DLibrary".    C:\Users\Mikołaj\OneDrive\Projects\visual studio 2013\Projects\DeterministicFiniteAutomatonLibrary\GUI\TransitionFunctionWindow.xaml  
     12
    Error    2    The name "ZoomControl" does not exist in the namespace "clr-namespace:WPFExtensions.Controls;assembly=WPFextensions".    C:\Users\Mikołaj\OneDrive\Projects\visual studio 2013\Projects\DeterministicFiniteAutomatonLibrary\GUI\MainWindow.xaml  
     53
    Error    3    The name "GraphLayout" does not exist in the namespace "clr-namespace:GraphSharp.Controls;assembly=GraphSharp.Controls".    C:\Users\Mikołaj\OneDrive\Projects\visual studio 2013\Projects\DeterministicFiniteAutomatonLibrary\GUI\MainWindow.xaml  
     54

  • Error during visual studio 2013 intallation on windows 8.1

    After installing windows sdk 8.1, I've decided to install visual studio 2013,when it reached 70% of the installation process it stopped and told me that I have vGraphic data error(data redundancy) what is that??? and how can I fix it,this is the logs file:
    vslogs

    I found numerous instances of "Error 0x80070017: Failed attempt to copy payload" in your install log.
    For the error code “-2147024873” which is 0x80070017, it means “Data error (cyclic redundancy check)”. I recommend you run the Chkdsk.exe tool to check
    the disk for errors:
    Click
    Start, and then click Run.
    Type
    cmd in the Open box, and then click OK.
    At the command prompt, type
    Chkdsk /f, and then press ENTER.
    Press Y when you are prompted to check the disk next time that the system restarts.
    Close all applications and restart the computer.
    Note: During the restart process, Windows checks the disk for errors and then starts.

  • Can I downgrade from Visual Studio 2013 Ultimate to VS 2013 professional

    Hi have a few licences of Visual Studio 2013 Ultimate  and to keep it in line with our other users who have VS 2010 Pro
    Am I ok to downgrade the licence from 2013 ultimate to 2010 pro.
    The software hasnt been installed on any PC as yet, its just a case of if licensing allows us to downgrade version and edition

    @Rakesh Borhara,
    By the way, the two products are different. If you only bought the key for your Visual Studio 2013, I don't think you can use the same key in Visual Studio 2010.
    Anyway, you can consult the license specialists to ask whether there is a account type for you so that you can use both the two products.
    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.

  • Can I use ReportViewer 2010 from Visual Studio 2013

    Hi
    I wish to use the 2010 version of the ReportViewer control on a Windows form. This is from within Visual Studio 2013. How would I do this?
    Thanks

    Good idea. It did allow me add version 2010 to the Toolbox. You can see it as the second ReportViewer in the screenshot below.
    But I can't drag it onto a form. It just appears down the end. Any idea why I can't drag it onto the form?

  • Error Opening Visual Studio 2013 Please Help?

    Hi, I just installed the program "Microsoft Visual Studio Ultimate 2013", I installed it using the on screen instructions successfully, it asked
    me to restart the computer, I did and was very excited to use the software but when i opened it said that "An error occurred while starting for the first time. Please restart Microsoft Visual Studio." , I restarted the program and still the same
    error occurs, I restarted the computer still did not work, I re installed the software like 10 times (no extradition), I tried to press the repair button still did not work after repair, I installed the update patch and still did not fix, I restarted my internet
    and still did not work, i called Microsoft support team and no response (too expensive to call again) and still nothing worked.
    I know that there is other versions available for this software such as professional but I am willing to purchase this product after it installs correctly
    as this has all the features I really need... Please help 
    My computer specifications: 
    Operating system; Windows 7 SP1 x64 Bit 
    RAM: 4GB 
    HDD: 70GB (Allocated Partition) 
    Processor: Intel Core I5 3.40 GHz 
    I tired to be detailed as i can please i really need help urgently ASAP. 
    Thanks 
    Full Error Log can be found here; 
    (Image)
    http://s23.postimg.org/vdt7hcw1n/fulldebugerror.png
    Milan

    Hi,
    And from the log message you offered, you get the following error message:
    Unable to cast COM object of type 'System._ComObject' to interface type 'Microsoft.VisualStudio.Shell.Interop.IVsProfileDataManager'
    The
    IVsProfileDataManager provides access to the profile manager and to programmatic control of settings. The error message turns out that you get a broken registration for IVsProfileDataManager.
    Do you get any error message during the Visual Studio installation? You can use the
    collect.exe tool to collect VS installation logs and upload the vslogs.cab file in the %temp% folder to the SkyDrive, then post back the link. 
    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.

  • Upgrade from Visual Studio 2013 to Vs 2015 ends with unrelsoved external error

    Hello,
    I've installed VS 2015 CTP 6.
    We used to work with with VS 2013.
    When i try to compile our projects i get unresolved error for memset.
    It is related to the  change of the run time libs.
    When i add vcruntime.lib as additional lib the error resolved.
    it means that  linker did no search at vcruntime.lib (probably look only at msvcrt.lib)
    When i create a new project with VS2015 it worked(it was looking for vcruntime.lib).
    I can add thos libs to all projects, but i thought(hoped :) ) there is a better way to do it.
    thanks,
    Lior

    Hello liorb,
    It seems your issue is related to C++ 2015 so I moved it here. If your VS2015 and VS2013 are both on the same machine I recommend you follow pvdg42's advice to report this issue to connect and share the link back to here. Maybe it is a problem with
    this beta version.
    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.

  • Can't publish to Azure Cloud Service from Visual Studio 2013

    I have a VS project that I upgraded from VS 2012 to VS 2013. I can run it locally, and had no issues publishing to Azure when I was using VS 2012. When I attempt to publish the upgraded app to an Azure Cloud Service that already exists, I am getting this
    error.  Note that I have checked the Service Config files and did a search on the entire solution and can not find any reference to "LocalStorage1" anywhere in the Project or Solution. I have another VS 20113 Project that publishes just fine
    to Azure Cloud Service. Any ideas on how to fix this?
    PUBLISH ERROR:
    Windows Azure could not find the resource LocalStorage1 in the service package. To upgrade the deployment, you must add the resource. Otherwise, perform a new deployment.

    That's actually what I meant in my first post. When publishing to a new service, it is fine, because the deployment does not have to compare what is already there (it is a new service, so nothing is there) and what is in your package. But while upgrading
    a service, bunch of settings have to match between an existing service and the package you are trying to upload. So the error you got wasn't about you having something extra in your package, but having something extra in your existing service and missing in
    the package you were uploading. Hope that helps.
    Anyway, please move this question to cloud services forums (this one is for web sites only), as there are experts in that area and they might be able to help you better.
    Thanks,
    Petr

Maybe you are looking for

  • Importing from Final Cut Pro-improving rendered quality

    Is it possible to render an exported movie in FInal Cut so that it can be immediately written to the DVD rather than be rerendered/ compressed? FC allows you to create MPEG2, the same as iDVD or DVDs generally? Failing that. my guess is that the expo

  • How do I stop auto sync of my iPad?

    How do I get my iPad to not automatically start syncing when I plug it into iTunes? My iPhone doesn't autosync, but I can't figure out how to do this with the iPad. Thanks!

  • Penalty as a deduction

    Hi friends, when I want to create contract for service in SAP my customer wants me to add some deduction(e.g. penalties) items to other items. these deduction items help them to deduct vendor's price in Service Entry Sheet (ML81N) if vendor does not

  • Where is my backup for my account

    my backup for my account in iCloud is unavailable, what do i do?

  • TS3634 I have a new iMac with iMovie '11

    and a Sony handy cam HDR-SR11 that records in both SD and HD. Unfortunately, it does not seem to 'see' the SD videos nor does the Show drop down menu give me an option other than AVCHD. What to do?I would really appreciate some help with this issue.