problem about appharbor-Collection of common programming errors
Sinbadsoft.com
c# app-config appharbor
I would like to use app.config transformation as it is done for web.config on AppHarbor background workers. I tried the solution proposed in a previous question but it doesn’t seem to work. Is this possible?Thanks
chg
asp.net asp.net-mvc nopcommerce appharbor
I am trying to deploy a nopCommerce application to AppHarbor. When I start the page I run into a runtime redirect loop however. I added a bit of debug logging and the problem seems to be this part in Global.asax.cs -> EnsureDatabaseIsInstalled():if (!webHelper.GetThisPageUrl(false).StartsWith(installUrl, StringComparison.InvariantCultureIgnoreCase)){this.Response.Redirect(installUrl);}StartsWith comparison is always false because GetThisPageUrl returns http://[name].apphb.com:14275/installand
ammaroff
backgroundworker appharbor logentries
Now I’ve a web application and 3 background application in AppHarbor . I want to use logentries to log each app in different location. based on logentries docs for AppHarbor https://logentries.com/doc/appharbor/ the token keys are read from web.config and app.config [configuration vars] enforced by appharbor.How can I configure each application to log in different log location (eg. Appharbor/Website, AppHarbor/Console1, AppHarbor/Console2)?
aph
asp.net deployment appharbor
We are trying out AppHarbor, but are getting a build error as follows: SGEN : error : Mixed mode assembly is built against version ‘v2.0.50727’ of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.This was the first time we had seen this pop up, and after some searching it looks like we need to add the following snippet to the config:<startup useLegacyV2RuntimeActivationPolicy=”true”> <supportedRuntime version=”v4.0″ /> </startu
Dan
azure cloud appharbor
We are having a .net application which we plan to move to the cloud. I hear a lot of people say if its .net app go for azure. Are there any other alternatives for it in terms of ease of porting and pricing Thanks Prady
dazbradbury
c# process pdflatex wkhtmltopdf appharbor
I have a requirement to produce PDF’s for one my .Net web applications currently hosted on Appharbor.Traditionally, I would simply install latex on the machine, and create PDF’s on the fly with pdflatex. This requirement is to display sections in HTML to end users, but also have a downloadable PDF – so it’s slightly different. I have found several (free) external HTML to PDF converters which may be applicable in this instance. However, I haven’t found any libraries allowing me to do this purely
teresko
c# asp.net-mvc asp.net-mvc-4 dependencies appharbor
Possible Duplicate:Could not load file or assembly System.Net.Http, Version=2.0.0.0 in MVC4 Web API I have created a .net mvc 4 project in vs11. I have set the runtime to 4.0 and deployed the app to appharbor. When I run the application I get “Could not load file or assembly ‘System.Net.Http’ or one of its dependencies.”.Any ideas?If I remove the reference to this assembly the application works but if I try to use the new web api features it crashes with the same message (of course).It should b
friism
php .net codeigniter facebook-authentication appharbor
The PHP application uses codeigniter framwork 2.2. How can we convert it so that it can be hosted in .net cloud hosting platform like AppHarbor which supports Phalanger converted PHP code.The PHP application also uses Facebook api for facebook-authentication which is not working. Not sure if this is the issue? $facebook->getUser() returns 0.We are not sure which assembly reference is missing?
AlexDuggleby
runtime web-deployment visual-c++-2010 chilkat appharbor
I am trying to deploy a web project that uses a specific library (in this case Chilkat) to a web host (appharbor.com). The problem is the library needs the Visual Studio C++ 2010 runtime (http://www.cknotes.com/?p=311). My question is how do I deploy that runtime correctly?1. Choice of deployment methodOn my local development machine the runtime is installed but I only have git push access to the hosting environment.Based on MSDN there are three options to deploying the runtime:Use the redistrib
Chris Petrus
c# .net wcf c#-4.0 appharbor
I am getting the following error when I try to run my WCF Service in appharbor. I use .NET Framework 4 in my local machine and it worked. I have disabled pre-compilation in appharbor so that it doesn’t produce any error during deployment. So, the build is getting successfully deployed without any errors.Server Error in ‘/’ Application.Could not load file or assembly ‘TnPServiceAH’ or one of its dependencies. This assembly is built by a runtime newer than the currently loaded runtime and cannot b
Shailesh
git appharbor
I want delete bin[or trying to run $git add .] from local git hub folder as well as on hosted app-harbor folder but i am unable to delete folder and getting following error $ git rm -r bin [ $ git rm -f bin]fatal: Unable to create ‘f:/git/xyz/WorkerProcess/.git/index.lock’: Fileexists.If no other git process is currently running, this probably means a git process crashed in this repository earlier. Make sure no other git process is running and remove the file manually to continue.
Duncan
silverlight deployment silverlight-toolkit appharbor
What I want to doI’ve been playing around with the newly released Silverlight 5 and Silverlight 5 Toolkit (December 2011), and I would like to try deploying my 3D Silverlight test application to a third-party hosting server (AppHarbor in my case, but I’m open to other options).My test application is simply the default Silverlight 3D application that you get when you create a new Silverlight 3D app:Blog: http://blogs.msdn.com/b/eternalcoding/archive/2011/12/10/silverlight-toolkit-september-2011-f
Chris Stevens
c# asp.net-mvc-4 entity-framework-5 appharbor
I have deployed an MVC4 application to AppHarbor using Git and I added the SQL Server add-on to my AppHarbor application project. The project builds just fine and when I navigate to the url of my application and click the Login button I getUnable to find the requested .Net Framework Data Provider. It may not be installed.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 or
gdoten
code-contracts appharbor
I’m trying to deploy my first AppHarbor-hosted app and have run into a problem with my build. Everything builds fine until the code contracts try to rewrite the assemblies. The error in the log is:CodeContractsRunCodeAnalysisInternal:CodeContracts: Task manager is unavailable (unable to run in background).CodeContracts: ABC: Run static contract analysis.CodeContracts: ABC: Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly ‘System.Data.SqlServerCe, Version=3.5.
Sohape
c# asp.net-mvc-3 ninject appharbor
I am using Ninject on my MVC 3 project deployed on appharbor. I noticed that I get an exception when the application is started, and it looks like something inside Ninject is the cause, but I cannot find any answers out there – so please help me :)Will try to add the complete exception here:Server Error in ‘/’ Application.Object reference not set to an instance of an object.Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace
user2211339
c# asp.net asp.net-mvc-4 appharbor
I have a small project where I used continuous integration with bitbucket and appharbor When I published the project the login is working normally and so on but other database connections gives the following error:The system cannot find the file specifiedDescription: 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.ComponentModel.Win32Ex
William H Jacobsen
c# asp.net-mvc-3 entity-framework appharbor mars
this is my first question at stackoverflow, so bear with me.In my local project I use ASP.NET MVC 3 and Entity Framework 4.3 with SQL Express.in my connection string i have MARS set to true; but when i am deploying my project on to Appharbor, Appharbor injects its own connection string, where MARS is not set in the connectionstring. So i get this:There is already an open DataReader associated with this Command which must be closed first.Description: An unhandled exception occurred during the exe
bryanmac
c# appharbor
I have a website on appharbor.I know there is logentries for logs on demand.But, how can I see all unhandled server-side exceptions?I have found this snippet (to put int Global.ascx), but couldn’t find what are all the required dlls to reference.protected void Application_Error(object sender, EventArgs e) {try{var exception = Server.GetLastError();var logEntry = new LogEntry{Date = DateTime.Now,Message = exception.Message,StackTrace = exception.StackTrace,};var datacontext = new LogDBDataContext
c4rrt3r
php soap appharbor
I’m having some problems connecting to MS web service hosted at appharbor.comHere’s the php code:ini_set(‘soap.wsdl_cache_enabled’,0); ini_set(‘soap.wsdl_cache_ttl’,0);$options = array( ‘soap_version’=>SOAP_1_2, ‘exceptions’=>true, ‘trace’=>1, ‘cache_wsdl’=>WSDL_CACHE_NONE );try {$client = new SoapClient(“http://ppjparsanje.apphb.com/Prazniki.asmx?wsdl”, $options);print_r($client->__call(“get_praznike”, array(“json”)));print_r($client->get_praznike(“json”));print_r($client->
Soner Gönül
c# javascript asp.net-mvc twitter-bootstrap appharbor
I’ve just uploaded a sample twitter bootstrap app to app harbor using the sample mvc 4 nuget package and am getting the following javascript error when clicking on any of the buttons at the top of the sample landing page:Uncaught SyntaxError: Unexpected token * Everything works fine locally and I’ve checked that all the files I’ve got locally are in my bitbucket repo.All files are being request and and returned correctly with statuses of 200.I have tried this in chrome and IE. Same problem.Anyon
Jonathan Sewell
appharbor
I have a console app that uses Quartz and sends out emails on a schedule. I want some basic logging so I can see if the app has started and configured (NHibernate) correctly, and also any stack traces from uncaught exceptions.I could set up Log4net or similar to write log entries to a database table, or email them to me. But is there a simple way built into AppHarbor?
friism
c# mongodb ubuntu monodevelop appharbor
The following code runs fine on AppHarbor.public virtual void button1Clicked (object sender, EventArgs args){button1.Text = “You clicked me”;MongoServer ms=MongoServer.Create(“mongodb://sbose78:[email protected]:10068/BOSE”);MongoDatabase db= ms.GetDatabase(“BOSE”);MongoCollection<User> users=db.GetCollection<User>(“users”);button1.Text=users.Count().ToString();}However it runs into an exception on my Ubuntu box. I’m using Monodevelop.Server Error in ‘/’ Application recursionPo
Web site is in building