Top "Appharbor" questions

AppHarbor is a cloud application platform for .NET.

ASP.NET MVC framework 4.5 CSS bundle does not work on the hosting

I am runing an App on app harbor written in MVC4. A bundle of css files doesn't work. In my …

asp.net-mvc asp.net-mvc-4 appharbor asp.net-optimization
unable to locate nuget.exe when building webservice on appharbor

I'm trying to deploy my webservice at appharbor using codeplex. After trying it the first time and doing some research …

appharbor
Error MSB3541: Files has invalid value

I just deployed an asp.net mvc 3 web application to AppHarbor but it failed: C:\Windows\Microsoft.NET\Framework\v4.0.30319\…

visual-studio-2010 asp.net-mvc-3 visual-studio-2012 appharbor
Task could not find "AxImp.exe"

I uploaded a .NET 4 C# solution to appharbor, however when appharbor tries to build it, one of the c# class …

c# c#-4.0 appharbor
web config error: Unrecognized attribute 'xmlns:xdt'. Note that attribute names are case-sensitive

I am trying to deploy an application to AppHarbor and followed their instructions on how to modify my web.config, …

asp.net asp.net-mvc appharbor web.config-transform
Failed to find or load the registered .Net Framework Data Provider

I got the following error: "Failed to find or load the registered .Net Framework Data Provider." It only occur in …

asp.net-mvc-4 .net-4.5 appharbor
AppHarbor: The directory '/App_GlobalResources/' is not allowed because the application is precompiled

I trying to deploy my ASP.NET WebForms application to AppHarbor. After a succesful deploy I get The directory '/…

asp.net webforms appharbor app-globalresources
Jenkins doesn't have label Linux

I am trying to run a Jenkins pipeline and I just keep getting the error: Jenkins doesn't have label 'linux' …

linux docker jenkins appharbor
Entity Framework EF4.1 - stored procedure "could not be found in the container"

I have a SP in my database. For EF4.1, using the DbContext API. After importing the function from the data …

c# sql-server-2008 entity-framework-4.1 sql-server-express appharbor
What is the difference between a PreBuildEvent, BeforeBuild target and BeforeCompile target in MSBuild?

I recently had to move some code from a PreBuildEvent in Visual Studio into the BeforeBuild target to make it …

visual-studio visual-studio-2010 msbuild msbuild-task appharbor