hi everyone, I am trying to deploy(release to public) a simple qt application I made recently, but got stuck at static linking qt libs.
I followed the guide on qt docs to re-build qt and my app statically. But the release build still require qtgui / qtcore dll for no apparent reasons, I wonder if anyone has seen this kind of problems be...
What's the ideal way of deploying CodeIgniter projects (or any PHP projects for that matter) from your local machines to the live site? I've been using subversion for checking out and updating the code from live sites for quite some time now. But there are others who say that this practice is not good since you do not need the svn meta...
When I connect two iPhones at the same time to my computer and Build and Run a project the app only installs and plays on one of the devices.
Now, with the iPhone 3.0, that supports bluetooth peer-to-peer connectivity, to test a multiplayer project you have to install and run it on two devices at the same time. It would be very helpful ...
I admit that I don't follow much of anything "right" on deploying test versus production code. I have been using ASP.NET, and I typically run it locally in Visual Studio, it works, I upload it, I test it again on the production server.
I have read several people say that deploying Rails apps is harder and there are special programs/way...
Hi All,
I'm in the process of deploying a rails application to Windows machines. I do all of my development with OS X and Linux, but the final app will actually run on Windows machines.
That said, my client is looking for an all-in-one Apache(I had to talk him out of IIS)+Rails+Application deployment/installer. He wants to hand all o...
I've got a Silverlight application which uses a built-in .ASMX WebService to access a SQL database and run some queries. Everything runs without any hitches on my Development machine.
I'm trying to deploy the application to IIS 6 and I'm having some issues.
The Silverlight application itself seems to run fine, however the Web Service...
So I've got an app I want to deploy via ClickOnce. However, when you visit the deployment webpage, you're treated to a rather bland-ish default-style page with the application name and a "Run" button. How can I modify this page to have additional buttons, artwork, etc? I can't seem to find it in my solution anywhere.
...
I have sample code (for deal with scanner in Motorola HC700)
the problem is that i can run this program only on Debug mode
if I try to run on Release mode, I get this error:
The type or namespace name 'Mot' could not be found (are you missing a using directive or an assembly reference?)
thanks in advance
...
I have a Windows mobile project an have added a small sqlite database to it.
I have set the "Copy to Output Directory" on the db file to "Copy Always".
But how do I get the database to be deployed with the project?
...
I have a asp.net website which having text boxes having required field validation.
when i rebuild the application and runs it i could see the validations in the website.
But after deploying the website(Publishing) in IIS, i could NOT see the validators in the website.
Please help me!
...
hi.....i have made an application using java....my source is in .java file ...now i want to create a setup file from these source files....
so can anyone tell me how i can make this setup files like another softwares...like device driver....etc...
please co-operate me....
...
Here's the Problem
Warning 1 Unable to find module dependency with signature 'CRT.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E'
Warning 2 Unable to find module dependency with signature 'OpenMP.1E507087_0819_45E0_FF1F_C8B3B9A1E18E'
Warning 3 Unable to find module dependency with signature 'ATL.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E'
...
I am deploying an ear file in jboss with a lib directory and a few jars in it. The actual jars that I need are declared in application.xml. Some of the jars in the lib directory contain references with the "wrong" names, i.e. xerces.jar, instead of xerxes-2.0.4.jar as declared in the application.xml.
The problem is that while I have exa...
I have a small business that sells website solutions to clients. The websites serve the same purpose; to allow the customer to send and schedule SMS messages.
Each website is slightly different. For example, 1 site has mandatory information such as address details and group name while the other has different requirements such as logging...
I am currently using XAMPP to test and Run my website on my Laptop.
Is there any (Good,Production Grade,Free,AMP based) server software?
Or Can I manually fix the security holes in XAMPP (like no password for 'root') to bring it up to production level?
Platform : Windows
Technologies: Apache, MySQL, PHP
Requirements: Hosting on Own se...
I wrote some small apps using .NET 3.5 but now I am stuck with deployment problems. My customer will likely to be pissed off when he learns that he will have to download a 231megs dependency (.NET framework 3.5) which installs for 30 minutes (!!!) on an average machine. All, just to run my tiny apps.
Offline distribution is also problem...
I have a c++ console application which I would like to publish using clickonce.
When I run the mageui.exe tool and import the executable and dependent files to make an application manifest, it won't let me set the app.exe as the entry point. I can set the entry point, but when I click off the line and go to save, it clears the dialog an...
I deployed an application using this method and it worked very good. However, there are 2 missing things that I been trying to find but can't:
1) How do I include resource files in the installation? I have a folder with files that have some user data, and those need to be there after the installation so the application can run, this is ...
Here is the situation: we have multiple developers with varying degrees of commandline experience and we are putting together a deployment solution for our websites. The production environment is 2 SUSE Linux boxes. The development environment is a SUSE Linux box as well. Each developer has/will have a copy of the SVN tree in their h...
I'm using this method to install an application, but it doesn't put the applications in the start programs menu. I've been searching in the configuration of the Setup project but I can't find anything self explanatory enough, and I can't find it in google either. Any thoughts?
Thanks!
...