tagged [deployment]

How best to deploy my XUL app?

How best to deploy my XUL app? I have a xul app that I think would be useful, and I want to deploy it. The target platform is Linux; I believe it will work on Windows/OSX as well but haven't tested. W...

13 Feb at 19:34

Copy DLL From Assembly For Deployment

Copy DLL From Assembly For Deployment NET on my local machine I have a reference to a DLL on my local assembly folder. I was wondering how I can "package" this dll with the deployment of my website? W...

23 Feb at 20:16

How to set the publisher name for a Windows Forms application

How to set the publisher name for a Windows Forms application I have created the setup of a [Windows Forms](http://en.wikipedia.org/wiki/Windows_Forms) application. After installing this setup in Wind...

1 Jun at 07:43

Calling a MATLAB function from C#

Calling a MATLAB function from C# I developed a MATLAB function, and I'm looking for a way to call that function from another C# application and pass some parameters to it and get the results in the C...

3 Aug at 20:38

IIS7 deployment - duplicate 'system.web.extensions/scripting/scriptResourceHandler' section

IIS7 deployment - duplicate 'system.web.extensions/scripting/scriptResourceHandler' section On attempting to deploy a .net 3.5 website on the default app pool in IIS7 having the framework section set ...

1 Jul at 08:39

"Untrusted App Developer" message when installing enterprise iOS Application

"Untrusted App Developer" message when installing enterprise iOS Application I'm developing an enterprise application. When I was testing it in iOS8 beta I saw the following alert view: It only appear...

21 Dec at 05:34

What do you use to deploy your Web Applications?

What do you use to deploy your Web Applications? We're looking to automate our deployment of Web Applications, particularly when going from local development to a remote server. Our current stack is L...

How do I programmatically deploy BIDS artifacts to remote SQL Server instance?

How do I programmatically deploy BIDS artifacts to remote SQL Server instance? I would like to automate the deployment of my SSIS and SSAS artifacts to remote development SQL Server 2005 & 2008 instan...

29 Jul at 16:48

Persisting app.config variables in updates via Click once deployment

Persisting app.config variables in updates via Click once deployment Every time a new update is released for an application with click once, the variables in the app.config file are destroyed ```

How do we set Product name, Company name, etc. in Setup and Deployment Projects?

How do we set Product name, Company name, etc. in Setup and Deployment Projects? In my Windows application I set the Title, Product Name and Company Name in the assembly. I added a setup and deploymen...

2 Feb at 22:56

Android device chooser - My device seems offline

Android device chooser - My device seems offline I have developed an application and i was planning to deploy it to my HTC Desire. I have installed USB driver. I turned on USB debugging on the phone a...

7 Apr at 17:17

What creates the directory "app.publish" in visual studio?

What creates the directory "app.publish" in visual studio? I switched over visual studio 2010 express, to visual studio 2013. Now, whenever I try to test the code, he says /bin/release/app.publish acc...

2 Feb at 21:30

ERROR Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies

ERROR Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies I'm deploying my website on the server. My website is done using asp.net c# 4 and EF 4. I receive this error: > Co...

How to do custom tasks during install/uninstall of a ClickOnce app?

How to do custom tasks during install/uninstall of a ClickOnce app? Is there any way to run custom code during the installation or uninstallation of a ClickOnce app? This question has been asked befo...

23 May at 12:18

Create a directly-executable cross-platform GUI app using Python

Create a directly-executable cross-platform GUI app using Python Python works on multiple platforms and can be used for desktop and web applications, thus I conclude that there is some way to compile ...

How to shutdown an app deployed on Heroku?

How to shutdown an app deployed on Heroku? I have an app on Heroku which is being used by few users. However, I notice there are some data issues which I'd like to fix and stop the app in the mean tim...

21 Aug at 15:16

How to display ClickOnce Version number on Windows Forms

How to display ClickOnce Version number on Windows Forms I have a windows forms application that is deployed to two different locations. - - I display ClickOnce version number for click-once deployed ...

21 Mar at 10:8

Web deployment task failed. (Could not complete the request)

Web deployment task failed. (Could not complete the request) I want to publish my project but: Error1 > Web deployment task failed. (Could not complete the request to remote agent URL 'https://xxxxx:x...

8 Feb at 08:5

Getting Application path during the installation

Getting Application path during the installation I'm deploying an application and during the installation after the user chooses where to install the app, I want to get that path; I'm in a custom acti...

10 Apr at 08:47

Can you set up Visual Studio to deploy to a Virtual Machine?

Can you set up Visual Studio to deploy to a Virtual Machine? I have a virtual machine running windows 2003 server. It is on a separate machine on the network to reserve computer resources on my dev ma...

How do I detect if a function is available during JNLP execution?

How do I detect if a function is available during JNLP execution? I have an application which should be installed, but does work fine when deployed using JNLP. However, it would seem that some Java fu...

Windows Service not appearing in services list after install

Windows Service not appearing in services list after install I've created a windows service in C#, using Visual Studio 2008 I pretty much followed this: [http://www.codeproject.com/KB/dotnet/simplewin...

How to update an assembly for a running c# process (AKA hot deploy)?

How to update an assembly for a running c# process (AKA hot deploy)? I have a .exe assembly and a set of referenced assemblies that I would like to be able to deploy updated code for. I don't need to ...

25 Feb at 16:42

How to deploy after a build with TeamCity?

How to deploy after a build with TeamCity? I'm setting up TeamCity as my build server. I have my project set up, it is updating correctly from subversion, and building ok. So what's next? Ideally, I'...

2 Apr at 16:5

Should I deploy Interop.x.dll files with .NET application?

Should I deploy Interop.x.dll files with .NET application? We have a .NET app that consumes COM-objects in different DLLs, also used in the VB6 part of our app. When referencing a COM library, Visual ...

14 Aug at 16:12