i have create a c# form application for parsing Html using Winista.html parser. Now i have created a setup project for this and when i install the setup and run it generates error
I wrote an application that installs using the Visual Studio 2010 Setup Project.As part of its installation, my application installs and starts a Windows S开发者_运维百科ervice.No problems there.
In Netbeans 6.9.1, i\'ve created a web application wiht Glassfish 开发者_如何学GoServer 3. (Undert the server textbox, java ee version defautls to \"Java EE 6 Web\").
Added .NET3.5 , .NET4 to project dependents, then selected \"Download from local\", without web. Got strange errors on building setup project :
We have a solution with projects which dumps the primary output to the GAC. We need to do this because our software is a plugin for another application which may be installed anywhere and which may ha
I have created a custom Rewrite Provider for IIS 7 following instructions in this article: Developing a Custom Rewrite Provider for URL Rewrite Module
I have created a Windows Service Application and attempted to install it using installutil. But it doesn\'t show up in my services list. After doing a lot of research I concluded this is because I do
I\'m in a project where we\'re going to build a number of related but yet different webapplications. Most likely there will be different teams working on the different web apps.
I have a Visual Studio 2010 solution with 8 projects. It also has a Setup project which I build to create the installation.
I have a simple windows form application. I have created an installer for that. I am using Custom Action class (It\'s a separate project with custom action class and added as primary output in the set