I am doing some exception handling for code which is writing to the StandardInput stream of a Process object. The Process is kind of like the unix head command; it reads only part of it's input stream. When the process dies, the writing thread fails with: IOException The pipe has [...] read more
I have an asp.net core 1.1.1 web application that runs properly from IIS Express. After I deploy it to Azure the web app cannot start. I get the following error: An error occurred while starting the application. .NET Framework X86 v4.0.30319.42000 | Microsoft.AspNetCore.Hosting version 1.1.1 | Microsoft Windows 6.2.9200 I [...] read more
When I try to get latest windows updates, windows (7 home) tells me that it needs to update the windows update. And that the Update window needs to be restarted in order to do that. After that restart I get error "WindowsUpdate 8007006D". Googlin that code doesnt' give me any [...] read more
I have multiple SQL Server instance and I want to start service automatically for each when system starts. So I choose services state to automatically but it does not start automatically. Here is the error log of one of the SQL Server instances 2018-07-12 17:55:30.96 Server SQL Server detected 1 [...] read more
I am using an Azure Web App (own ASP.NET Project) combined with an Azure SQL database. My web application is requesting the database on each request to check the userlevel for example. The workload on the Azure charts are totally normal but sometimes there are some strange workloads after special [...] read more
I've just created a very simple window azure project with a web application. When I press 'Ctrl+F5' to deploy it to azure emulator, it keeps getting the message: Roles instances are taking longer than expected to start. Do you want continue to waiting? I've checked the dfagent.log file showing: [2013/06/24, [...] read more
I have an ASP.NET MVC application. It's run on a domain and we determine the user by calling UserPrincipal.Current. This works beautifully, most of the time. Every once in a while (maybe 1 out of 5 times), and only right after I publish my app to IIS, it will throw [...] read more
I'm trying to debug a webshop system that is running on Umbraco with Ucommerce on top, the system is hosted in Azure Web. The webshop is randomly not responding (each 12-24 h). I looked in the errorlog and found this, however I'm not sure how to solve this problem? Does [...] read more