active questions tagged deployment - Stack Overflow most recent 30 from stackoverflow.com 2009-11-29T05:18:10Z http://stackoverflow.com/feeds/tag/deployment http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/815017/is-there-a-standard-way-to-deploy-an-application-with-sql-server-express 1 Is there a standard way to deploy an application with SQL Server express? Soni Ali 2009-05-02T15:22:15Z 2009-11-29T03:51:23Z <p>In Winforms or WPF Is there a standard way to deploy an application with SQL Server express? Is there a standard way to create a local SQL Server express database and also update the app.config connectionStrings settings during an application install?</p> http://stackoverflow.com/questions/1792222/sharepoint-windows-workflow-breaks-when-we-deploy-it 0 SharePoint Windows Workflow breaks when we deploy it 78lro 2009-11-24T19:03:58Z 2009-11-29T00:10:24Z <p>We have developed a custom visual studio workflow for SharePoint MOSS. It creates tasks for a document approval process and works fine on our development machines. We are using a main workflow activity and one custom child activity. We use binding on the properties to pass them throughout the workflow, all standard stuff for windows workflow, we think.</p> <p>When we deploy this workflow to our test server, which is a small farm, our taskproperties/workflowproperties all seem to evaluate to null.</p> <p>We have tried many, many different ways to solve this, including running the workflow as the admin account, manually recreating the the taskproperties in code etc. etc. without any success.</p> <p>Can anyone shed any light on what could be the problem, the error is detailed below, all the best,</p> <p>This error below is an Internal error, and seems to point to a error when a Task is created with a content type (SPWinOETaskService.CreateTaskWithContentType).</p> <pre><code>11/23/2009 19:09:54.47 w3wp.exe (0x1FB8) 0x1CDC Windows SharePoint Services Workflow Infrastructure 88xr Unexpected WinWF Internal Error, terminating workflow Id# 07ab6631-c656-4918-8ffe-7a09da3a3628 11/23/2009 19:09:54.47 w3wp.exe (0x1FB8) 0x1CDC Windows SharePoint Services Workflow Infrastructure 98d4 Unexpected System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---&gt; System.NullReferenceException: Object reference not set to an instance of an object. at Microsoft.SharePoint.Workflow.SPWinOETaskService.CreateTaskWithContentTypeInternal(Guid taskId, SPWorkflowTaskProperties properties, Boolean useDefaultContentType, SPContentTypeId ctid, HybridDictionary specialPermissions) at Microsoft.SharePoint.Workflow.SPWinOETaskService.CreateTaskWithContentType(Guid taskId, SPWorkflowTaskProperties properties, String taskContentTypeId, HybridDictionary specialPermissions) --- End of inner exception stack trace --- at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct&amp; sig, MethodAttributes methodAtt... 11/23/2009 19:09:54.47* w3wp.exe (0x1FB8) 0x1CDC Windows SharePoint Services Workflow Infrastructure 98d4 Unexpected ...ributes, RuntimeTypeHandle typeOwner) at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner) at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks) at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object[] providedArgs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams) at System.Workflow.Activities.CallExternalMethodActivity.Execute(Acti... 11/23/2009 19:09:54.47* w3wp.exe (0x1FB8) 0x1CDC Windows SharePoint Services Workflow Infrastructure 98d4 Unexpected ...vityExecutionContext executionContext) at System.Workflow.ComponentModel.ActivityExecutor`1.Execute(T activity, ActivityExecutionContext executionContext) at System.Workflow.ComponentModel.ActivityExecutor`1.Execute(Activity activity, ActivityExecutionContext executionContext) at System.Workflow.ComponentModel.ActivityExecutorOperation.Run(IWorkflowCoreRuntime workflowCoreRuntime) at System.Workflow.Runtime.Scheduler.Run() </code></pre> http://stackoverflow.com/questions/1813786/web-deployment-project-regex-replace -1 Web deployment project regex replace peter 2009-11-28T21:06:53Z 2009-11-28T23:34:24Z <p>Hi,</p> <p>I have an ASP.NET web deployment project (MSBuild) in which I have the lines;</p> <p>What I have:</p> <pre><code>&lt;Merge Mode="TextLine" SourceFiles="$(OutputPath)App_Themes\xx\**\*.css" DestinationFile="$(OutputPath)App_Themes\xx\static.css" /&gt; </code></pre> <p>What I would like to accomplish:</p> <pre><code>&lt;Merge Mode="TextLine" SourceFiles="$(OutputPath)App_Themes\(.*)\**\*.css" DestinationFile="$(OutputPath)App_Themes\$1\static.css" /&gt; </code></pre> <p>So I want to merge all CSS files in for every theme directory to static.css. I'm using MSBuild community tasks for merge.</p> <p>Thank you</p> http://stackoverflow.com/questions/1813241/how-to-deploy-sql-server-express-database-with-net-3-5-desktop-app 1 How to deploy Sql Server Express database with .Net 3.5 desktop app? Vikas 2009-11-28T18:05:58Z 2009-11-28T21:29:21Z <p>Hi </p> <p>I've created my first database based desktop app in .net and not able to understand how can I deploy the database with the application installer, so that the database, application and the sql server is installed in one go.</p> <p>If I only deploy the native client for sql server and the database with the installer, will it work?</p> <p>The application uses the database very frequently.</p> <p>Regards, Vikas</p> http://stackoverflow.com/questions/255056/install-a-net-windows-service-without-installutil-exe 15 Install a .NET windows service without InstallUtil.exe Yuval Peled 2008-10-31T21:46:32Z 2009-11-28T13:50:26Z <p>I have a standard .NET windows service written in C#.</p> <p>Can it install itself without using InstallUtil? Should I use the service installer class? How should I use it?</p> <p>I want to be able to call the following: MyService.exe -install </p> <p>and it will have the same effect as calling:</p> <p>InstallUtil MyService.exe</p> http://stackoverflow.com/questions/1808963/recommendations-to-handle-development-and-deployment-of-php-web-apps-using-shared 0 Recommendations to handle development and deployment of php web apps using shared project code Exception e 2009-11-27T14:04:00Z 2009-11-28T12:55:46Z <p>I am wondering what the best way (for a lone developer) is to </p> <ol> <li>develop a project that depends on code of other projects</li> <li>deploy the resulting project to the server</li> </ol> <p>I am planning to put my code in svn, and have shared code as a separate project. There are problems with svn:externals which I cannot fully estimate.</p> <p>I've read </p> <ul> <li><a href="http://stackoverflow.com/questions/338824/are-subversion-externals-an-antipattern/345404#345404">subversion:externals considered to be an anti-pattern</a>, and</li> <li><a href="http://stackoverflow.com/questions/222827/how-do-you-organize-your-version-control-repository/304036#304036">How do you organize your version control repository</a>,</li> </ul> <p>but there is one special thing with php-projects (and other interpreted source code): there is no final executable resulting from your libraries. External dependencies are thus always on raw source code.</p> <p>Ideally I really want to be able to develop <strong>simultaneously on one project and the projects it dependends on</strong>.</p> <p>Possible way: Check out a projects' dependency in a sub folder as a working copy of the trunk. Problems I foresee:</p> <ol> <li>When you want to deploy a project, you might want to freeze its dependencies, right? </li> <li><p>The dependency code should not end up as a duplicate in the projects repository, I think. </p> <p>*(update1: I additionally assume svn:ignore will pose problems if I cannot fall back on symlinks, see <a href="http://stackoverflow.com/questions/1808963/recommendations-to-handle-development-and-deployment-of-php-web-apps-using-shared/1809024#1809024">my comment</a>)</p> <p>I am still looking for suggestions that do not require the use junction points. They are a sort of unsupported hack in winxp, which may break some programs*</p></li> </ol> <p>This leads me to the last part of the question (as one has influence on the other): <strong>how do you deploy apps whith such dependencies?</strong> I've looked into BuildOut for Python, but it seems to be tightly related to the python ecosystem (resolving and fetching python modules from the web etc).</p> <p>I am very eager to learn about your best practices.</p> http://stackoverflow.com/questions/1337211/visual-studio-web-setup-project-deploy-outside-of-web-root-wwwroot 0 Visual Studio Web Setup Project - deploy outside of web root (wwwroot) TheZenker 2009-08-26T20:18:20Z 2009-11-27T19:47:05Z <p>I am working with Visual Studio setup projects to install web application. I am looking for a way to change the default physical file installation path. The end result I would like is a Virtual Directory called "MySite" that points to a local path on the server like "C:\Apps\MySite"</p> <p>Is there a built-in option to customize this? </p> http://stackoverflow.com/questions/1791426/how-to-deploy-database-source-and-binary-changes-in-1-patch 2 How to deploy: database, source and binary changes in 1 patch? tarasm 2009-11-24T16:59:05Z 2009-11-27T17:39:29Z <p>Hello There,</p> <p>I'm part of a development team that works on many CMS based projects, using systems like Joomla and Drupal.</p> <p>In our development process, all of our code changes are managed inside of Git. At the end of a sprint, we create a <strong>DIFF</strong> that we can apply via <strong>patch</strong> to live site.</p> <p>The problem is that most of the time, the changes include </p> <ul> <li>Database Schema Changes</li> <li>Database Data Changes</li> <li>Source Code changes</li> <li>Binary file changes (like images)</li> </ul> <p>Git Diff handles Source Code changes beautifully. Binary files are only not included in the Diff except for reference to the fact that the files have changed. </p> <p>Database Schema Changes and Database Data Changes are a mess.</p> <p>I was wandering if anything like an unified patch system exists that could be used to deploy all of these changes in 1 patch.</p> <p>So the question is, <strong>"Is there a system that can be used to deploy all of these changes in 1 shot?</strong> </p> <p>Ideally, this system would allow to run dry-run like patch, but for all of the 4 data types.</p> http://stackoverflow.com/questions/1807044/how-can-i-combined-the-framework-and-installer-in-single-msi-using-wix 0 how can i combined the framework and installer in single msi using wix Samir 2009-11-27T06:10:34Z 2009-11-27T11:32:14Z <p>hello, how can i combined the framework and installer in single msi using wix.</p> <p>reply me soon</p> <p>Samir </p> http://stackoverflow.com/questions/1806858/how-can-i-attach-the-framework-in-wix 1 how can i attach the framework in WIX Samir 2009-11-27T05:05:41Z 2009-11-27T11:30:18Z <p>hello, i want to attach .net framework 2.0 file in wix.how can i?so whenever client want to install the msi then it will install the framework directly.so how can i bind the framework in msi package?</p> <p>reply me soon</p> <p>Thanking You Samir</p> http://stackoverflow.com/questions/239910/sql-ce-3-5-deployment-problem-concerning-interop-between-c-and-c 0 SQL CE 3.5 deployment problem, concerning interop between C# and C++ Presidenten 2008-10-27T13:41:02Z 2009-11-27T11:06:37Z <p>Hi!</p> <p>We have a situation where a C# application is working with SQL CE 3.5 . To allow for a legacy program to use some of its features we have produced a C++ dll which uses interop to extract the info that it needs from the C# program. For this to work, the C#-program needs to access the database. Its not a very complex scenario.</p> <p>When trying to deploy with a private install some problems occur though. <strong>There is no problem with the C# program, it can access the database and work with it without any problems.</strong></p> <p><strong>But when trying to access functions in the C#-program through the C++ interop which forces the C#-program to access the database, we get a crash with the exception saying that "...the Provider: System.Data.SqlServerCe.3.5 is not installed".</strong></p> <p>This is obviously because we cannot add a App.config file to the executing program.</p> <p>How can we get around this? Is there another way to fix this? Any other forms of SQL CE 3.5 install methods are out of the question. So we must get this to work.</p> <p>Regards,</p> <p>P</p> <p><strong>Edit:</strong></p> <p>I'm not working against SQL CE directly, but through Linq2SQL. I have tried to add config files to all my dll's, it does not help. It seems to only matter if the executable file have got a app.config.</p> <p>The exception thrown says - The provider System.Data.SqlServerCe.3.5 is not installed.</p> <p>And the latest function to be called according to the stack trace is System.Data.Linq.SqlClient.SqlProvider.System.Data.Linq.Provider.IProvider.Initialize(...).</p> <p><strong>Edit 2</strong></p> <p>I have added all the files necessery for the deployment to work. As I wrote above, it works if I use the program dll (which uses Linq 2 Sql) through a .net executable with a app.config file that specifies where to look for the SQL CE 3.5 dll. Deployment will <em>not</em> work with only the files, an app.config file is necessary.</p> <p>The problem is that we have to use the dll file through a C++ executable which have no means of telling .net where to look for the Sql Ce 3.5 dll.</p> http://stackoverflow.com/questions/1807248/rails-app-unable-to-save-anything-after-deployment -1 rails app unable to save anything after deployment Carlos Barbosa 2009-11-27T07:28:06Z 2009-11-27T10:16:11Z <p>Hello today i uploaded my app to server, and after seting it into development mode, and running of course rake tasks (rake db:migrate, and rade db:migrate RAILS_ENV="production" ) and well it just doesn't saves anything.</p> <p>the problem happens when i try to create any new items, it just goest to the listing of models... It's urgent because tomorrow i will meet with my client, any ideas?</p> http://stackoverflow.com/questions/1807203/building-optimized-qt4-configure-flags-and-their-meanings 2 Building optimized Qt4 - "./configure" flags and their meanings BastiBense 2009-11-27T07:10:33Z 2009-11-27T10:11:51Z <p>Hey everyone,</p> <p>I recently followed a discussion on the Qt4-interest mailing list about whether it is legal or not to build a commercial/proprietary application and statically link Qt4 into it. While there are some non-proven ways of doing so (by providing object files and a Makefile, etc. to the customer), it doesn't sound like such a good idea afterall.</p> <p>One of my projects is using the LGPL-licensed Qt4 libraries and I ship them as separate DLLs/Dylibs/so's to my customer, using a simple installer on all platforms. While this works pretty good so far, I'd like to optimize a) the size of the installer by reducing the Qt library size by just including what I need, b) increase the startup/loading speed of my application.</p> <p>I'm familiar with compiling Qt myself, but Qt got a lot of flags and switches.</p> <p>Right now I'm building with the following flags:</p> <pre><code>./configure \ -fast \ -opensource \ -qt-sql-sqlite \ -nomake demos examples \ -silent \ -no-qt3support \ -no-gif \ -plugin-sql-mysql \ -release \ -no-xmlpatterns \ -no-multimedia </code></pre> <p>I'm not entirely sure which effect/impact the following flags have:</p> <ul> <li><code>-no-stl</code></li> <li><code>-no-javascript-jit</code></li> <li><code>-no-nis</code></li> <li><code>-separate-debug-info</code></li> <li><code>-no-openvg</code></li> <li><code>-no-mitshm</code></li> </ul> <p>Is there anything else I can do, for instance, by providing optimization switches for the compiler, or "stripping" unused functions out of the built Qt library to make it smaller (which would be easy with static builds). I don't have much experience with that.</p> <p>Oh, just as a side-note, my compiled application size is about 600 kb (non-stripped) when linking against Qt dynamically. I experimented with it and found it to be around 4 MB in size when I link statically; but that way I wouldn't have to include 40 MB of Qt libraries anymore.</p> <p>So, to put everything above into a question/request:</p> <p><strong>If you are more advanced than me on this topic, how do you optimize/deploy your own applications and make sure they start fast and only contain what is needed?</strong></p> <p>Thanks in advance for your ideas and thoughts!</p> <p>Basti</p> http://stackoverflow.com/questions/1806644/deploying-asp-net-web-application 2 Deploying ASP.net web application Kieran 2009-11-27T03:52:29Z 2009-11-27T08:14:12Z <p>I will be deploying my Web App this weekend on a testing server. I have already had a couple of attempts at putting it up and have found trouble with </p> <ul> <li>Database connection</li> <li>Authentication</li> <li>Masterpage references</li> </ul> <p>What major/minor pitfalls have you found and how would I go about avoiding or fixing them. Or is there a one stop fix all for deploying web apps.</p> http://stackoverflow.com/questions/1805923/incremental-deployment-of-java-web-applications 2 Incremental deployment of java web applications Dan 2009-11-26T22:22:41Z 2009-11-27T07:30:27Z <p>We have following problem. Developers frequently need to make small changes to our web applications. When I say small, I mean things like correcting the spelling on a web page or similar. Generating and redeploying war archives can be slow and costly in such scenarios.</p> <p>How could we <strong>automate</strong> and install changes incrementally? For example, generate new exploded war, compare files with exploded war in production and then replace in production only the files affected by change: .jsp .html .class etc. </p> <p>This need not be hot deployment, it’s ok to restart the server. What I wish to avoid is having to copy and deploy wars that can be 80Mb in size. Sometimes connections are slow and making such minuscule change to web application as simple spelling correction can take hours.</p> <p>We use Maven to automate our build process. The key issue is to automate the whole process, so that I can be sure that app v2.2.3 in my Subversion is exactly what I have in production after incremental deployment.</p> http://stackoverflow.com/questions/228992/is-an-ssh-tunnel-through-citrix-client-possible 0 Is an SSH tunnel through Citrix Client possible? Mauli 2008-10-23T08:47:40Z 2009-11-27T03:41:05Z <p>I know it is not strictly a programmer question, on the other hand, I would really like to be able to do a simple <code>svn up</code> on the production servers, which would save us a lot of hassle.</p> <p>Or production servers are within a corporate network, and access is only allowed through a gateway server. From that we can access the actual servers via Remote Desktop. Because of this maintenance unfriendly setup we use a sftp server to get our files to the production server (where the ftp server alwys resets last modified date), so it is complicated to determine which files have changed.</p> <p>So if it would be possible to setup a ssh tunnel from the actual server through the citrix connection, it would ease the whole update process.</p> <p>(On further option which I consider is to use bazaar to push our updates to the sftp server and then pull the updates from there, but unfortunately there is no working svn plugin for bazaar available [on windows])</p> http://stackoverflow.com/questions/1762797/how-to-create-setup-file-dynamically 1 how to create setup file dynamically Samir 2009-11-19T11:55:45Z 2009-11-26T20:52:05Z <p>Hello, can you tell me how to create setup file dynamically in c#.net or VB.Net.</p> <p>Please reply me soon</p> <p>Samir</p> http://stackoverflow.com/questions/1258613/no-home-site-attribute-has-been-provided-for-office2003pia 0 No 'Home Site' attribute has been provided for 'Office2003PIA'. shahjapan 2009-08-11T05:44:43Z 2009-11-26T18:04:18Z <p>I have Office 2003 PIA as dependency in my setup project. when I build my project I'm getting following Warning.</p> <p><hr /></p> <p>Warning 1 No 'HomeSite' attribute has been provided for 'Office 2003 PIAs', so the package will be published to the same location as the bootstrapper.</p> http://stackoverflow.com/questions/879330/statistic-for-requests-in-deployed-vps-servers 0 Statistic for requests in deployed VPS servers dynback.com 2009-05-18T19:23:28Z 2009-11-26T15:32:41Z <p>I was thinking about different scalability features, and suddenly understand that I don't really know how much can handle one server (VPS). The question for them who have loaded projects.</p> <p>Imagine server with:</p> <ol> <li>1 Gb Ram</li> <li>1 Xeon CPU</li> <li>CentOS</li> <li>LAMP with FastCGI</li> <li>PostgreSQL on the same machine</li> </ol> <p>And we need to calculate count of request, so I decided to take middle parameters for app:</p> <ol> <li>80% of requests using one call to db with indexes</li> <li>40-50 Kb of html</li> <li>Cache in 60% of cases</li> </ol> <p>Add some other parameters, and lets calculate, or tell your story about your loads?</p> http://stackoverflow.com/questions/1802848/xcopy-to-remote-server 1 XCOPY to remote server Max 2009-11-26T10:25:17Z 2009-11-26T15:20:35Z <p>In order to improve the deployment / build process of my ASP.NET app, I would like to make a <code>.bat</code> that </p> <ul> <li>builds the current solution in release mode</li> <li><code>xcopy</code> the files to a remote server</li> </ul> <p>Creating a release build via command line is easy. </p> <p>But how can I xcopy the files to the remote server?</p> <p>I think I have to map the remote destination to a network drive (?). However I could not connect to the remote server, although I have enabled file sharing for the folder on the server. Maybe the firewall is blocking the request? Which port should I open? Or is there another solution?</p> <p><strong>EDIT</strong></p> <p>Thanks for all the answers so far, but I probably need a step by step guide on how to set up the folder sharing on the server. I shared the folder, I opened up port 445 so that I can connect to the server but still, I cant connect from my local machine to the server in order to map the network path to a system drive.</p> http://stackoverflow.com/questions/1803483/deploying-a-form-less-windows-forms-application-as-an-exe-file 0 Deploying a form-less Windows Forms application as an exe-file roosteronacid 2009-11-26T12:46:12Z 2009-11-26T13:38:40Z <p>How can you deploy a Windows Forms application to a single <strong>.exe file</strong> so that your users won't have to install your application, but just run it?</p> http://stackoverflow.com/questions/1801706/problems-with-asp-net-mvc-deployment 0 Problems with ASP.NET MVC Deployment waiyan 2009-11-26T05:28:50Z 2009-11-26T06:48:58Z <p>Hi all,</p> <p>I'm just a beginner in <strong>ASP.NET technologies</strong> and a <strong>starter about C#</strong> though I've experiences over Apache and PHP.</p> <p>Now, I'm on a project that use ASP.NET MVC. Although it works fine while using aps.net deployment server, I became just like a fool when I try to deploy over <strong>IIS Server</strong>. Honestly saying, I really did follow the instructions from <a href="http://msdn.microsoft.com/en-us/library/dd410407.aspx" rel="nofollow">MSDN</a>.</p> <p>So, anybody who can give any light to me, please ? Really do I want a comprehensive manual(step-by-step) for deployment. I'm using <strong>IIS 5.1</strong> and <strong>ASP.net MVC 2.0</strong> .</p> <p>Thanks in Advance</p> <p>[Waiyan]</p> http://stackoverflow.com/questions/1795517/how-to-inject-code-through-c-net-in-a-exe-created-in-c-net 0 How to inject code through C#.NET in a Exe created in C#.net Dot Net Developer 2009-11-25T08:51:57Z 2009-11-26T03:18:51Z <p>I have created a form in C#.net which ask for key and check validity (expiry date). i place this form as first running form in my application. first time it takes key and every next time loading it check for expiration policy which saved through key in registry. this form is working fine. but now i want to create a another application which browse any exe created in C# or other language and generate new exe (with my validation form as startup form). means i want to create software which place my form as startup form to any Exe. so that it can work as anti piracy for any application (exe).</p> http://stackoverflow.com/questions/1800149/error-on-a-integration-services-job-on-sql-server 0 Error on a Integration Services Job on SQL Server gsolarino 2009-11-25T21:39:25Z 2009-11-25T21:39:25Z <p>I have a simple Package on integration Services and a get this error when I try to execute: </p> <p>11/25/2009 15:55:04,prueba,Error,1,PLANNING,prueba,Prueba,,Executed as user: NT AUTHORITY\NETWORK SERVICE. ...00 for 32-bit Copyright (C) Microsoft Corp 1984-2005. All rights reserved. Started: 03:55:04 p.m. Error: 2009-11-25 15:55:05.34 Code: 0xC0016016 Source: Description: Failed to decrypt protected XML node "DTS:Password" with error 0x8009000B "Key not valid for use in specified state.". You may not be authorized to access this information. This error occurs when there is a cryptographic error. Verify that the correct key is available. End Error Error: 2009-11-25 15:55:36.46 Code: 0xC0202009 Source: ContractorTemplate Connection manager "10.160.8.160.Planning.sa" Description: SSIS Error Code DTSEOLEDBERROR. An OLE DB error has occurred. Error code: 0x80040E4D. An OLE DB record is available. Source: "Microsoft SQL Native Client" Hresult: 0x80040E4D Description: "Login failed for user 'sa'.". End Error Error: 2009-11-25 15:55:36.46 Code: 0xC020801C Source: </p> <p>I think I have to asign a password to the pakage in order to work but I dont know where is this option in the IS develpment.</p> http://stackoverflow.com/questions/1798918/visual-basic-net-2008-deployment 2 Visual basic .net 2008 Deployment Dox5 2009-11-25T18:14:44Z 2009-11-25T18:40:50Z <p>Is it possible to make a setup and deployment project in VB.net 2008, every site i have looked at on google says to just select it from the project list. It isnt in the project list for me to select. Are these types of projects not available in the express version? How can I make an installer, other than using one of the setup and deployment projects? (I know there is a publish button, but that doesn't make a proper installer and installs to the appdata folder which is not what i want it to do)</p> <p>Any help is appreciated</p> http://stackoverflow.com/questions/1791458/net-application-hangs-on-unpatched-xp-machines 1 .Net Application Hangs on Unpatched XP Machines Skizz 2009-11-24T17:03:30Z 2009-11-25T16:00:14Z <p>I'm developing a .Net 2.0 application using DevStudio 2005 and running on a Windows XP machine. On my machine, which is up to date with all the automatic updates, the release version runs OK. If I run the application on a vanilla XP SP2 machine (i.e. freshly installed OS with no updates) it hangs with 99% CPU usage. It's hanging at the point the application is going to load some language (translated text) based assemblies. Before anyone says "get all the updates" I'm afraid this is not an option since the machines the application runs on are not usually connected to the internet - they're bank note sorting machines, and bank IT departments really don't like installing new code on their machines.</p> <p>So, does anyone know what might cause a .Net 2.0 application to work OK on one XP PC but not on an older XP PC? I'm guessing there's been an update to the .Net Framework which is causing these problems but I haven't been able to pinpoint the source of the incompatibility.</p> <p>UPDATE:</p> <p>I've set up remote debugging and stopped the process when it hangs and the function on the top of the call stack is "ntdll.dll!_RtlCompareMemoryUlong@12() + 0x10 bytes" which is called by "RtlFreeHeapSlowly" (not sure why I'd want to free something slowly).</p> <p>Another Update:</p> <p>It seems the PC that built the application that hangs has Dev Studio SP1 and a few security updates installed. My machine doesn't have SP1 installed and if I build it the application works fine on the target PC. I don't think it's a .Net Framework issue as I have updates to the framework whereas the target PC has a fresh install of the framework. Unfortunately, we can't install Dev Studio SP1 on the target PC as they don't have Dev Studio installed. Is there any way to find out what dependencies require updating?</p> http://stackoverflow.com/questions/1762090/how-do-i-transfer-a-local-magento-install-onto-my-live-server 1 How do I transfer a local Magento install onto my live server? Jon Winstanley 2009-11-19T09:47:17Z 2009-11-25T15:48:15Z <p><img src="http://imgur.com/tpwbH.gif"></p> <h2>Uploading a Magento install</h2> <p>I have spent a long time building a store with Magento on my local development PC.</p> <p>Now that I am happy with the result, I would like to upload it to my live production server.</p> <p>What steps must I complete to ensure this move is as easy as possible?</p> http://stackoverflow.com/questions/1762875/automating-clickonce-deployment-with-security-certificates-etc-such-that-cli 0 Automating Clickonce deployment with security ( certificates etc. ) such that client installs the application without any prompt. Geny 2009-11-19T12:13:15Z 2009-11-25T11:20:55Z <p>Hi, </p> <p>I just read this --> <a href="http://msdn.microsoft.com/en-us/library/ms996418.aspx" rel="nofollow">Configuring ClickOnce Trusted Publishers</a> and got it running at another computer on network. I deployed the application on network itself (i.e. \\abc\something ).</p> <p>Though I could not find certmgr.exe as part of Windows core component, as the article says ( ..so you will need to use the certificate management console (certmgr.exe) included in Windows.. ), instead found it at "C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin". It worked fine, BUT DID I MISS SOMETHING? I MEAN, WHAT IF USER DID NOT HAD VISUAL STUDIO INSTALLED? </p> <p>Now, I had to EXPLICITLY go and get this thing done(i.e. importing the certificate using certmgr.exe) on user/client's computer on network. Is there a way to AUTOMATE it? where I do nothing explicitly and when user clicks setup.exe in the deployed application on network ( \\abc\something ), he/she can install the same with out getting security based prompts.</p> <p>I checked out BOOTSTRAP, but could not exactly understand how to use it, HERE? I thought of pasting the certificate at it's appropriate location ( thought that importing the certificate using certmgr.exe pastes it somewhere on disk? in some "personal" directory ) ? </p> <p>In gist, I want to automate the process where user can install the application from network (\\abc\something) without security/trust prompts. And I as a developer need not EXPLICITLY import the certificate in his/her/user/client's computer. </p> <p>Please help, will greatly appreciate it. Thanks. </p> http://stackoverflow.com/questions/1777383/how-to-build-for-iphone-3-0-sdk 0 How to build for iPhone 3.0 SDK? neil 2009-11-22T00:59:15Z 2009-11-24T20:25:19Z <p>Hi, I'm pretty new to iPhone. My dev env is setup, XCode has just two profiles: iPhone device 3.1.2 (base sdk) and iphone simulator 3.1.2, either one with release and debug. I fear I will run into problems now, if I ad hoc deploy to &lt; 3.1.2 phys devices. How can I build for 3.0 base sdk only?</p> <p>Kind regards</p> <p>PS: stackoverflow is a great source of knowledge. Most of the Google queries I had during the past 2 weeks did land here :)</p> http://stackoverflow.com/questions/1649180/does-web-platform-installer-support-automation 1 Does Web Platform Installer support automation? ssg 2009-10-30T11:02:50Z 2009-11-24T18:10:27Z <p>I wonder if I can automate WPI actions to setup a dev box in unattended mode, either with command line options or a configuration file. It looks like WPI takes a "URL" as a command line parameter but I have no idea what format the response should be in, and what it allows in general.</p>