I want to deploy the application in the Windows Server 2008 R2. But I am wondering if I need to install the .Net Framework 4.0 since the version available in the server is 2.0? Do I need also to install the MVC Framework?
I have created a setup project in visual studio. It works fine, now when i make some changes, create new setup file and then try to execute it. It gives me this error.
I don't want user to bother with this step. I want it to update the application…
As the title suggests, I am at a loss and I'm hoping to get a little help from someone in here...
I am trying to create an installer package using VS2010 setup and deployment for a colleague's winforms app that uses a flexgrid. The project builds…
I searched almost two days for a solution but really i cant untill now, In short I deployed my site to a OVH server with filezilla following the steps in this tutorial here
After deployment I find that my site works fine but without CSS content in…
i am working a setup project and i want to sign my "setup.exe" file.
For this issue, i have;
A "setup.exe" file
A "aaa.pfx" file (Also i am using this pfx file as my site ssl certificate.)
Firstly,
i converted pfx file to crt and pvk above…
I have very basic requirement of terminating the installation process on failure of finding registry key, during execution of dotNetInstaller bootStrapper.
I am installing WebApplication and want to fail the installation on absence of IIS.
But it…
I have built a web setup project in Visual Studio. When it is installed on one machine it prompted the user to reboot and I don't know why.
It is installing over the top of a previous version. It doesn't do it on my machine.
What can cause this, and…
I'm developing on WinXP Pro 32bit using VS2008 Pro. Do I need to create an installation/deployment project in any special way to get my application on install on a Win7 Pro 64Bit computer?
At the moment, the deployment setup project I have setup in…
i want to add Website Shortcut for website: http://www.google.com in user program(start-->all program) in window forms C# while we install our software setup and it install like in user program:-
demo(folder in all program)
-demo software…
I have done a little app in C# .Net and it uses a Access database. The app is finished but I have a little problem when I try to install it by install Shield.
I did some research and the problem seems to be permissions. The database is short and is…
I'm search a component/possibility that allows me to create such a nice looking "Component installed Yes/No" list like this:
(source: dotnet-forum.de)
What is the best way to do this?
A modified "CheckedListBox", a Table or paint it myself?
Thanks.
I have created a form application in VC++ and developed a deployment setup.
We I run the sources through visual studio, the form pops up. When I close it however, it doesnot exit completely. The task manager still shows the process running. So need…
I created a C# application for my client with a database so I created a setup file which runs fine on my PC, but on my client's PC, it shows this error error msg
I need to submit it to my client but it's showing this error; I think I am having…
I am setting up spree. Got far as this and dont know what to do thereafter. "Run bin/setup in said directory"
What must I type in the terminal to setup?
I have an application using vb.net with MYSQL database in visual studio 2015 now i need to create a installation package to deploy the application to client computer.
I don't have any idea how to do this please anyone give tips how i can do this, im…