TFS Azure website is down: Error persists after rollback

I had a website connected with TFS and Azure.
I added another project to that solution and accidentally messed with its nuget packages.
Now I rolled back to the changeset that was before, and the solution in both VS and TFS online looks like that changeset that used to be before.
Anyway, the website is still down, I get
this error:
[FileLoadException: Could not load file or assembly 'Microsoft.Owin,
Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its
dependencies. The located assembly's manifest definition does not match the
assembly reference. (Exception from HRESULT: 0x80131040)]
<OLDPROJECTNAME!>.Startup.ConfigureAuth(IAppBuilder app) +0
<OLDPROJECTNAME!>.Startup.Configuration(IAppBuilder app) +5
Which definitely belongs to the old added project which has now been removed
from solution/changeset.
Why does TFS insist on complaining about a problem that doesn't exists in the changeset at all!
Another evidence that this is a bug related to the system. I've created a brand new website on azure and deployed the same website again and works like a charm.
The problem is I don't want to delete and recreate the website because I don't have access to the domain host and its settings. Is there a way to clean an azure website's contents (but the domain settings) and redeploy it?
Shimmy

It definitely looks like a deployment issue.
In the jsFiddle I've attached, the error source is:
LevEl.Quiz.Startup.Configuration(IAppBuilder app) +5
Which is the Owin configuration method of project that isn't supposed to be implemented at all.
Basically I'm looking for a way to clean the website entirely before the deployment (while retaining basic settings such as DNS etc).
Just checking with Kudu (How the cow didn't know it exists!?)
And I do see many unexpected DLLs and other files from previous deployments.
I'm not sure what I should erase in preparation for a new deployment, I mean, what happens if a user formats his entire drive?

Similar Messages

  • Azure Backup fails with error 0x003E6 after data transmission (Protection Agent Failure)

    On a Windows Essentials 2012 Server (German) I had Azure Backup up and running for several months.
    (Probably) After adding features to support Remote Access, Azure Backup stopped working.
    The backup schedule executes and transfers all data, than it constantly fails with the error:
    "Fehler beim Vorgang aufgrund eines Schutz-Agent-Fehlers. Wiederholen Sie den Vorgang (0x003E6)" which translates to the english "The operation failed because of a protection agent failure. Retry the operation (0x003E6)".
    An update of the Backup Agent to the latest version did not resolve the issue.
    Does anybody know details about this error and the reason behind it?
    Regards,
    Dominik

    Hi Dominik,
    First please check if there is any new policy was set such as a throttle for uploading data, or a firewall was enabled before the issue occurs. 
    There is no enough information for finding out the exact cause. Please also check if there is any error and event logs. These can be found in the Application Event log under WindowsAzureBackup.
    Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Disk I/O Error - Persists after Apple repairs MBP

    Hey,
    A few weeks ago my MBP (13 in, 2.26GHz Core 2 Duo, 160GB HDD, 4GB RAM, OS X 10.6.2) was telling me that I was unable to save to my internal HDD because it was "full or write protected". After a restart, I was able to save. About an hour later I encountered the same problem. I restarted again only to have my system hang up at the screen with the apple logo and the spinner at the bottom. I let it sit for nearly 20 min and it never booted. I attempted a disk repair, permission repair, reinstalling the OS, erasing the drive, partitioning the drive, booting in safe mode, fsck, and restoring from a time machine backup without any success. In verbose mode, I kept getting a "disk I/O error". I ended up installing the OS on an external USB drive and booting from that and everything worked fine, leading me to believe that the internal drive was dead or dying.
    My laptop was under warranty so I called up Apple and informed them of the situation. I sent them my laptop to get repaired. I had it back in a few days. I looked at the service report that was in the box and saw that they replaced the internal HDD with a new one with 10.6.1 on it. It also said that my mac passes all hardware diagnostic tests. I booted up my laptop and it failed to boot up. Again, it was getting stuck at the screen with the apple logo and the spinning gear. I tried all of the things that I tried the first time (see above) with not success.I checked and I was still getting a "disk I/O error". I don't think that the internal drive is failing because it's brand new and I can boot from my external and use finder to navigate through the files on my internal drive (and even open them up).
    I am completely out of ideas. I plan on calling Apple back up but would like to see if anyone online can help seeing as Apple was unsuccessful the first time. It appears that the drive is functioning properly but I can't boot from it.
    Message was edited by: tbeyett

    Hello,
    Found your topic when searching for answers to a problem I'm having. Seems like our problems may be very similar if not the same.
    http://discussions.apple.com/thread.jspa?threadID=2292890&tstart=0

  • Linking Azure website with Remote mysql database in Cpanel

    I am creating an azure website eg calvynlee.azurewebsites.net
    In my hosting cpanel account, I create a mysql db & user, in order to link the azure website with this mysql db, I had place a "%" in the remote mysql section.
    It works, but when I remove the % from the remote mysql section. Azure website unable show error connection with my database.
    Question:
    Understand that placing % is allow all remote connection to my database. For security purpose, placing % is not recommended, and placing the website IP address is the most suitable practice.
    Unfortunately, I place the website IP (by ping the website and obtain the IP) in remote mysql section is not working.
    My cpanel service provider mention that the IP I obtain is not the right IP, there will be another host sever IP
    What is the actual IP address I should put? and How to find this right IP?

    Hi,
    Based on your description, your mysql db is created in cpanel, and want to let the azure website connect with this db, I don't familar with cpanel, in general way the azure website request may be stopped by something, such as firewall etc.., as far as I
    know, the azure Hybrid Connections may meet your requirement, you can connect a website on Microsoft Azure to any on-premises resource that uses a static TCP port, such as SQL Server, MySQL, HTTP Web APIs, Mobile Services, and most custom Web Services, refer
    to
    http://azure.microsoft.com/en-us/documentation/articles/web-sites-hybrid-connection-get-started/ for more details, hope this helps, if not, please feel free to let me know.
    Best Regards,
    Jambor 
    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.

  • 502 Error Calling Azure SQL Database In Another Region From Azure Website

    I run this code which works fine on the desktop or in an Azure VM but fails with a 502 error in Azure Website.  Interestingly, the failure is instant and catastrophic with all exception handling bypassed.  Took a long time to track the code down:
    The failure is in the constructor for SqlConnection which has a valid connection string (tested on the desktop, Azure VM and SSMS).  The originating Azure Website is in South East Asia and the database is in South Central US.
    Does anyone have any ideas why or what can be done about it?
    Code:
    return; // returning here OK
    SqlConnection connUS = new SqlConnection(connectionStringRegionUS); // this connection string works on desktop & SSMS
    return; // returning here throws 502 error

    Many thanks to  Colin Mierowsky who put me onto the right track.  I created a static X509Certificate elsewhere in the same class.  The standard declaration caused this **VERY** misleading 502 error.  Adding the storage flags X509KeyStorageFlags.MachineKeySet
    | X509KeyStorageFlags.Exportable to the X509Certificate constructor made the problem go away.  The correct code for the constructor in Azure Website is:
    X509Certificate2 cert = new X509Certificate2(key
    , password
    , X509KeyStorageFlags.MachineKeySet | X509KeyStorageFlags.Exportable);

  • I made a website, but have now deleted it in order to take it down. However, after deleting it, the website is still online? Can anyone help me figure out how to remove the site completely?

    I made a website, but have now deleted it in order to take it down. However, after deleting it, the website is still online? Can anyone help me figure out how to remove the site completely?
    The site is joehewett.uk and I am worried that now I do not have the files of the website I cannot remove it?
    James.

    Did you delete the files from your Remote server?
    Deleting the local site folder or the site definition in DW will have no effect on your remote site.
    When I go to your URL, I see the index.html page with 16 code errors and this background image:
    http://joehewett.uk/Untitled-1.jpg
    So the site is still online until you delete those files from your server.
    Nancy O.

  • Windows Azure Website WCF baseAddress after Publishing to Azure

    Hi!
    I have a WCF service, hosted on IIS, that works fantastic when not published, (localhost).
    If I however publish my project, (azure website, NOT cloudapp), to Azure it no longer works. I understand that there is no localhost with azure so I am fully aware that it should not work.
    What I need help with
    Would someone be so kind and provide me with a step by step guide on how to update the baseAddresses after the project is published? I have looked everywhere for this but I cant seem to find a guide.
    WCF Service Library, App.config
    <client>
    <endpoint address="http://localhost:8080/UserWCF" binding="wsHttpBinding"
    bindingConfiguration="WSHttpBinding_IUserService" contract="Fildela_WCF.IFildelaService"
    name="WSHttpBinding_IUserService">
    <identity>
    <userPrincipalName value="REFT\filip" />
    </identity>
    </endpoint>
    </client>
    <services>
    <service name="Fildela_WCF.FildelaService">
    <endpoint address="UserWCF" binding="wsHttpBinding" contract="Fildela_WCF.IFildelaService" />
    <host>
    <baseAddresses>
    <add baseAddress="http://localhost:8080" />
    </baseAddresses>
    </host>
    </service>
    </services>
    When published and navigating to pages that use the WCF service, i get this error:
    An attempt was made to access a socket in a way forbidden by its access permissions 127.0.0.1:2112
    I have tried to set the baseAddress and endpoint address to my azurewebsite url, mywebsite.azurewebsites.net/8080 but it wont work. I am totally a newbie with this so please bear with me.
    Thank you

    Hi sir,
    Did you try to use this link?
    http://mywebsite.azurewebsites.net/yoursvcfilename.svc
    I think you can try this link in your browser to check whether your deployment is rightly.
    Any results, Please feel free to let me know.
    Regards,
    Will
    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.

  • 503 Error Solution for Azure Websites- FYI

    Yesterday all of my sites went down because I had a spending limit on my account. I removed the limit and all of my sites returned a 503 error. Everything showed normal on the Azure Portal dashboard. I spent the last day trying to figure out the problem
    and implemented numerous trouble shooting steps, including creating a new website instance, restoring from a backup, etc.
    The solution that finally worked was that I went to the Scale Tab on the site instance, and changed the Web Hosting Plan Mode from Standard to Basic, and then back again.  My sites came back up with no 503 error.  This was VERY frustrating. 
    Everything showed that the sites should be working.  I could FTP into them, but could not hit them with a browser (503 error).  I wanted to post this in case some other poor unsuspecting fool runs into this issue. 

    Hi,
    Thanks for sharing.
    There are some difference between azure website Standard mode and Basic mode, not only the features but also pricing, refer to
    http://azure.microsoft.com/en-us/pricing/details/websites/ for more details, if you encounter this issue, restart may be another choice.
    Best Regards,
    Jambor
    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.

  • Azure Website doesn't recognize my Database's Table after changing the Schema

    I have a Microsoft Azure Website running and working with an Azure SQL Database for the sole purpose of storing and retrieving user accounts. However I needed a mobile client as well there fore according to numerous tutorials online such as [THIS][1],
    I had to change the 'schema' of the database from 'dbo' to my mobile service's name which is 'usermobileservice'. 
    This was done using the SQL query:
    CREATE SCHEMA usermobileservice;    ALTER SCHEMA usermobileserviceTRANSFER dbo.usertable;
    This did the trick and I was able to connect to the Database using my mobile applications BUT now I can't access the database using my Azure Website! Gives me this error:
    Server Error in '/' Application.
    Invalid object name 'UserTable'.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 
    Exception Details: System.Data.SqlClient.SqlException: Invalid object name 'UserTable'.
    I believe the ASP.NET Web Application cannot find the Database Table anymore since I changed the schema? What is the right way of sharing the data between a Website and a Mobile Service?

    Hi,
    Thank you for your post.
    I am trying to involve someone familiar with this topic to further look at this issue.
    In the meantime, please have a check on the below link and check if it helps.
    https://social.msdn.microsoft.com/Forums/azure/en-US/60764eb6-17d0-4395-a887-2a793b44ce88/connect-mobile-service-to-an-existing-database?forum=azuremobile
    Regards,
    Mekh.

  • Azure website is stopped; after free trial what happens next?

    Hi,
    My Azure website is stopped and I don't understand why. Restarting it doesn't work.
    I have a free trial subscription, which seems to expire today.  I would like to upgrade it but there is no information about the financial impact of upgrading.  I found this link about the different service tiers:
    https://msdn.microsoft.com/library/dn741336.aspx
    But there is no finance information.  They give you links into all kinds of documentation but the basic question of what to do after free trial subscription ends is nowhere.
    I was able to link to a Web page that details monthly charges (which unfortunately now I couldn't find) where a developer pays $29 monthly and standard subscription costs $300 monthly. I need a standard but I don't have that money to burn. So I'm thinking
    of the developer plan but I don't know what services go with it.  What happened to the pay-as-you-go? Where is the explanation for what services are included in that plan? Where
    are the plans? Why can't I find it in the Azure portal?
    Appreciate anyone with suggestions.
    Marilyn Gambone

    Hi,
    If your Free trial is going to expire and you would like to continue with the azure services, recommend you to go for pay as you go service. click Buy
    here for pay as you go service.
    This offer is billed at the standard
    Pay-As-You-Go rates and You will be notified at least 30 days in advance of any changes to the Pay-As-You-Go rates. New services may be added periodically to the Azure platform. Other details
    here.
    Estimate your expected monthly bill using the
    Pricing Calculator, and track your actual account usage and bill at any time using the
    billing portal. Setup
    automatic email billing alerts to be notified if your spend goes above an amount you configure.
    Also, I would like to clarify that if you want to scale the websites, the websites must be in the basic or standard mode. When we create basic or standard website in free trial account, the website consume the credits limit
    of azure free trial account. But if the free trail is expired, your service will be stopped and your data will be stored 3 month unless you reactivated it or became the paid users .
    Please find the purchase options below :
    Pay-As-You-Go Subscriptions
    Pay-As-You-Go subscriptions are our most popular and flexible payment plan. There are no minimum purchases or commitments and you can cancel anytime. You can pay for them by credit-card as well as by invoice.
    Learn more
    Microsoft Resellers
    You can work with the same resellers that you already purchase Microsoft software from using the
    Open Volume License Program. If you already have purchased Azure from a reseller and have an Open license key, you can activate your Azure subscription or add more credits to it
    here.
    Learn more
    Enterprise Agreements
    Large organizations often sign up for a Microsoft Enterprise Agreement (EA). By making an upfront usage commitment to Azure they earn several additional benefits—including flexible billing options and our very best prices.
    Learn more
    If you need assistance in puchasing,  you may also raise a free billing support via this
    link . Feel free to write back for any queries.
    Regards,
    Shirisha Paderu

  • Firefox x86 32 on win8 rp 64 beta 16 gives persistent "eval in sandbox error" as "javascript error" even after uninstal/reinstal -

    firefox x86 32 on win8 rp 64 beta 16 gives persistent "eval in sandbox error" as "javascript error" even after uninstal/reinstal -
    have not yet uninstalled with deletion of all user files.
    greasemonkey runs some javascripts - I don't give a hoot if they are "secure" or not, or indeed anything about "security". oh well I am odd that way.

    Firefox beta 17.0b2 - Windows 7 pro x64 - problem started 10.13.12 after whatever Firefox auto update(s) installed that day. Not all sites, but MANY. e.g., Facebook. Whether Javascript enabled or not, with Firefox extensions/plugins on or off. Experienced as few as 4, as many as 20 (!!!!) error boxes to close before able to continue - depending on the site. Open in another tab or window still error boxes on CURRENT window, even if current site has no problem. Page refresh causes error boxes again. Any navigation on offending site (clicking on site links, opening photos, etc.) causes, again, error boxes.
    Troubleshooting: Uninstalled Java. Reboot, then tested Firefox, no relief. Uninstalled Firefox. Reboot. Reinstalled Firefox (17.0b2). Reboot, then tested again, no change. Upgraded Java to most recent (1.7.90.5). No change. Subsequently added Firebug and ConsoleExport so can provide more info.

  • Why am i getting error -43 after mix down on audio recording?

    why am i getting error -43 after mix down on audio recording?

    to where are you trying to mix down the file? a -43 is a file not found error

  • Microsoft.VC80.CRT,type="win32",version="8.0.507276195" error persists even after following uninstall directions

    I get the following error, even after uninstalling per the directions.
    Cant find any help, other than the uninstall/reinstall which clearly is not getting rid of the issue.
    My windows version is 64 bit, so no idea where this bogus type information is coming from.
    Any ideas? thanks.

    Which uninstall directions were you following?
    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down the page in case one of them applies.
    Your library should be unaffected by these steps but there is backup and recovery advice elsewhere in the user tip.
    If the advice above doesn't resolve things you could try this alternate version:
    iTunes 12.1.0.71 for Windows (64-bit - for older video cards) - itunes64setup.exe (2015-01-28)
    which is a 64-bit installer for the 32-bit version of the core application, similar to previous 64-bit releases.
    Or roll back to the previous build:
    iTunes 12.0.1.26 for Windows (32-bit) - iTunesSetup.exe (2014-10-16)
    iTunes 12.0.1.26 for Windows (64-bit) - iTunes64Setup.exe (2014-10-16)
    tt2

  • Certain Http Server Errors not visible in logs for Azure Websites

    I noticed that a lot of times (but not every time) Http Server Errors on my Azure Website (an ASP.NET MVC app) don't show up in any logs, although they are recognized by Azure. E.g. I get alerts that Http Server Error count > 5 in the last 15 minutes,
    I see the error count on the Portal under Monitoring/Requests and errors however these errors are not visible in my application's own logs or in the eventlog.xml. Thus I also can't troubleshoot them.
    Now I'm not totally sure (and can't find any hints about) what exactly "Http Server Errors" mean in Azure terminology but since 4xx errors are handled separately by alerts I'd guess these are 5xx errors. If indeed then I don't understand why there
    are apparently errors happening that are not visible at least in the event log?

    Hi  Zoltán Lehóczky,
    For your issue ,I suggest  that  you could try to enable  site diagnostics   and application diagnostics   in Azure Management Portal.
    In site diagnostics ,it will logs Detailed Error Logging which  logs detailed information for HTTP status codes that indicate a failure (status 400 or greater).
    Then  you could access the folder "/LogFiles/DetailedErrors"  via Ftp to check Detailed Error Logs  which provide any HTTP errors have occurred.
    For more information ,I suggest that you could refer to the link below:
    http://azure.microsoft.com/en-us/documentation/articles/web-sites-enable-diagnostic-log/
    Best Regards,
    Kevin Shen.

  • Azure Websites down in South East Asia?

    Looks like Azure Websites has been down for the past 30 minutes at least in South East Asia.
    Can anyone else confirm this as an issue and does anyone at Microsoft have a timeline for resolving this?
    Azure service status shows all is well at 2:41pm Sydney Australia time.
    Just waiting for irrate clients to start calling now :( Gulp!

    Hi ALL,
    Microsoft Azure team has resolved this issue, this issue was started at: 8/4/2014 4:15 UTC, and was fixed at: 8/4/2014 5:15 UTC, sorry for any inconvenience.
    Best Regards,
    Jambor
    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