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 work...
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 wh...
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 deploy...
I have a simple Package on integration Services and a get this error when I try to execute:
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: 0...
Hi all,
I'm just a beginner in ASP.NET technologies and a starter about C# though I've experiences over Apache and PHP.
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 IIS Server. Honestly saying, I really did follow the instru...
In order to improve the deployment / build process of my ASP.NET app, I would like to make a .bat that
builds the current solution in release mode
xcopy the files to a remote server
Creating a release build via command line is easy.
But how can I xcopy the files to the remote server?
I think I have to map the remote destination t...
How can you deploy a Windows Forms application to a single .exe file so that your users won't have to install your application, but just run it?
...
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.
How could we automate and install changes incrementally? For example...
I will be deploying my web application this weekend on a testing server. I have already had a couple of attempts at putting it up and have found trouble with:
Database connection
Authentication
Masterpage references
What major/minor pitfalls have you found and how would I go about avoiding or fixing them?
Or is there a one stop fix ...
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?
reply me soon
Thanking You
Samir
...
hello,
how can i combined the framework and installer in single msi using wix.
reply me soon
Samir
...
Hey everyone,
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 go...
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.
the problem happens when i try to create any new items, it just goest to the listing of models...
It's urgent becaus...
I am wondering what the best way (for a lone developer) is to
develop a project that depends on code of other projects
deploy the resulting project to the server
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.
I've read
subversi...
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.
If I only deploy the native client for SQL Server and the database with the installer, will it work?
The applicati...
Hi,
I have an ASP.NET web deployment project (MSBuild) in which I have the lines;
What I have:
<Merge Mode="TextLine" SourceFiles="$(OutputPath)App_Themes\xx\**\*.css" DestinationFile="$(OutputPath)App_Themes\xx\static.css" />
What I would like to accomplish:
<Merge Mode="TextLine" SourceFiles="$(OutputPath)App_Themes\(.*)\**\*.css...
I'm setting up a Fabric/virtualenv/pip automated deployment for a project and I need to install the latest experimental branch of python-couchdb. Naturally, I stick it in my pip requirements file, like so:
-e svn+http://couchdb-python.googlecode.com/svn/branches/experimental/httplib@195#egg=CouchDB-dev_r195
However, when I run my dep...
Hi,
I have added an icon (using file browser) to all forms in my application. I have set its properties to "Embedded resource". In the Project>Application I have chosen that file from the list. So it should point to that file. It does have "Do not copy" selected. However when I publish the app this file is always in the output directory...
Hi,
I am new to tomcat and servlets and am trying to deploy my first web application in tomcat and the index.jsp page is showing up blank.
It works fine in eclipse. I have the web.xml for the application setup to have the index.jsp as the default page. I am able to run the application and debug it in eclipse but when I export it as a W...
Hi all,
i'm developing a web-application for managing and sharing images and more general media-types at all.
My technology stack is:
Java 6
Spring 2.5x
JPA 1.0
JCR 1.0 with Jackrabbit 1.6.x
ACID-able DB like Derby oder MySQL with InnoDB
Porting to Spring 3.0, JPA 2.0 and JCR 2.0 is in the queue
During deployment i have to provide ...