Visual Studio :: ClickOnce Deployment - Application Won't Deploy?

Jul 14, 2010

A few years ago, I built a desktop application for a client in VS 2005 that was deployed using Click Once. Recently, the client asked me to make a simple modification to the site.

I no longer had VS 2005 (or the same machine for that matter) and was forced to upgrade the application to Visual Studio 2008.

Most of the application is fine in VS 2008 - however I am unable to Publish the application. During the project conversion process and whenever I try to publish the application, I receive a message like this:

"This project includes a password-encrypted key used for signing. Enter the password for the key file to import the key file into the local crypto-store database for use."

Unfortunately, I don't have any idea what the password would be for this application.What options do I have? Is there a way to get this working again without having to rebuild the application or have all of the users uninstall the application and reinstall it?

View 1 Replies


Similar Messages:

Visual Studio :: ClickOnce (Publish Wizard) Deployment / - Run Code On Uninstall

Nov 5, 2010

I have an application that I'm deploying via the Publish Wizard from Visual Studio 2008. I've added some code to my application that adds a few registry keys. I'd like to execute some code during the uninstall process to remove these registry keys.

View 1 Replies

Visual Studio - Using ClickOnce (or Similar) For Application

Sep 2, 2010

I'm looking for a way to providing users (administrators) of a web application to automatically (meaning it's opt-in to update, but the installation should be automatic when started) update said web application when new versions are released.

The reason why I want an automatic approach is that I want the users to be able to update the web application while it's running remotely, without having to gain physical access to the machine (including RDP).

I could of course write my own code for this, but I would prefer to use something like ClickOnce that has been around for a while. Is it possible to use ClickOnce for this?
Or is there an alternative for ASP.NET applications that I have not been able to find?

It is important that it's the user that does the update and not me, so I don't think WebDeployment is the way to go, but I'm willing to listen to scenarios where this would work.

The users are not system administrators, so I want this to be as fool proof as possible.

I'm using Visual Studio 2010, ASP.NET 2.0 (.NET 3.5). If a solution requires switching to version 4, this is possible, but not preferred.

View 2 Replies

C# - Deploy An Application Using Visual Studio 2008?

Aug 10, 2010

I am trying to publish a website using IIS, I made a virtual directory and in this directory I've added all the webpages and configured the virtual directory but still I am not able to run my web application.

View 7 Replies

Configuration :: Web Application Using Visual Studio 2010 And Deployment On IIS And AjaxToolKit ?

Dec 2, 2010

I have developed a web application using Visual Studio 2010 and in that application I have used AjaxControlToolkti 3.5 in some pages. When I go to Solution Explorer->References I have AjaxControlToolKit.dll file and if I take the property of that file i see the following in PATH field E:My DataEBPMinAjaxControlToolkit.dll which is a path of my development machine.

After that I went to my UAT machine (windows xp + IIS 6.0) copy the entire project in a folder of UAT machine, created a virtual directory, provided Alias and the Directory.Now when I access my UAT server from outside it works perfect except it throws "RunTime Error" on those pages where I have used

<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>

I guess as my AjaxControlToolkit path is refereing to my development machine location therefore its throwing error...what's the solution without making proper deployment. Actually on our UAT all the applications are using IIS 6.0 and if i go on proper deployment and IIS 7.0 (i guess it requires for deployment from Visual Studio 2010) I will have to reconfigure all the applications on UAT which I cannot do at this moment.

View 2 Replies

Visual Studio :: 2010 Deploy MVC 2.0 Web Application To A Windows 2003 Server With IIS6

Nov 11, 2010

I'm trying to deploy my MVC 2.0 web application to a Windows 2003 server with IIS6, and can't find the means to do it. I read about clicking Build/Deploy, but I don't have this showing on my menu, and I have the professional version.

View 1 Replies

Configuration :: Can Create An Incremental Deployment Package Using Either Visual Studio 2010 Web Deployment Projects

Mar 27, 2011

Can I create an incremental deployment package using either Visual Studio 2010 Web Deployment Projects or Web Deploy (Web Deployment Tool) .

I need to automatically select changed files from a source and destination or a change set on TFS and build a deployment package only with the changed files.

View 9 Replies

Installation :: How To Use ClickOnce To Deploy A SpicIE IE Plugin DLL

Jul 8, 2010

I am using SpicIE and C# .NET to make an IE plugin DLL.

how I can deploy a Class Library DLL and register it using regasm (for the plugin to show up in IE) using ClickOnce?

View 1 Replies

Visual Studio :: How To Deploy A Subsite

Oct 19, 2010

I want to have a subste within my main site. I already configured IIS to add the folder and convert to an application in IIS. How in Visual Studio is the best way to deploy? What I have been doing is creating a separate web application and then doing a file system deploy to the sub-folder on the target server. This stinks a little because none of the paths work. I.e., /images/ on the subsite is really /mainsite/images/ and such. The biggest pain seems to be relative paths. Is there a way to add the subsite to the main web project and still treat as a site (permissions, debugging, etc.)?

View 3 Replies

How To Obfuscate A Dll When Using A Visual Studio Deployment Project

May 5, 2010

I need to obfuscate a dll that is used in a ASP.NET project, the deployment project pruduces a setup.exe which I want to distribute. I have the VS 2008 Dotfuscator installed but when I build the deployment project the project that creates the dll is rebuilt before it is added to the deployment project and added to the setup.exe.

View 1 Replies

Visual Studio :: Web Deployment Projects In 2010?

Jan 18, 2010

This is getting me a little frustrated, and I looked around the net for the solution and was not able to find any as of yet.I'm trying to have Web Deployment projects in VS 2010. I have it installed for VS2008, but I was not able to find anything to install for VS 2010.I basically want to merge all outputs to a single assembly in 2010. How do I do that??

View 5 Replies

Visual Studio :: Use The Web Deploy Feature In VS2010?

Feb 16, 2011

I am trying to figure out how to use the web deploy feature in VS2010.I installed the web deploy on a 2k8 server, started the services and went to try a deploy. VS2010 is tellingh me the remote certificate is invalid according to the validation process.

I am trying this on a local VM i made so I could see if it works or not.

View 3 Replies

Visual Studio 2010 - WDP Or Publish For Automated Deployment?

Jun 21, 2010

I'm about to upgrade to Visual Studio 2010, and I'm learning that there are now a few options for deploying web application projects. I've been using Web Deployment Projects in 2008, and my initial thought was to do the same in 2010.

Is there any advantage to using Publish or the Web Deployment Tool over Web Deployment Projects?

I need to automate the process so that the build and the deployment can be run from TeamCity. I'd prefer a method that would allow me to use the Visual Studio (sln) Runner but a custom MSBuild script would be OK too. See Web Application Deployment Workflow with SVN and TeamCity for more information on my current build/deployment workflow.

View 1 Replies

Visual Studio :: Unable To Use Web Deployment MSBuild V10 With AspNetMerge .NET 4

Jul 8, 2010

I am using Web Deployment v10.0 RTW and .NET Framework version 4.0 MSBuild.

There were some problems with incorrect settings and resulting in errors. I had to pass in my own values in order to continue to the next step:

[Code]....

With the above setting, it builds in .NET 4.0 instead of 2.0, but I am having trouble with AspNetMerge:

[Code]....

I was able to solve the above error by changing this inMSBuildMicrosoftWebDeploymentv10.0Microsoft.WebDeployment.targets:

[Code]....

But soon came to another error:

[Code]....

So I changed some more to make it work:

[Code]....

But again hit with another error but this one I can't solve:

(AspNetMerge target) ->

aspnet_merge : error 1008: The PrecompiledApp.config file is missing. Make sure the application has been precompiled with the Aspnet_compiler tool.

View 3 Replies

Configuration :: Visual Studio 2005 Web Deployment Project Add-In?

Feb 12, 2011

According to this website, I can go to Visual Studio 2005 Web Deployment Projects, and download the add-in, but I am not finding what I need. I have searched other sites for the add-in as well, but with no luck. where I can download the add-in?

If not, can someone provide documentation on how to properly deploy an ASP Web application? I have tried on my own, but I am apparently doing something incorrectly or incompletely, as I have several different problems with my current deployment. So I am looking to start over with the help of this add-in or by following more detailed documentation.

View 2 Replies

Proper Deployment Procedure / Using Visual Studio To Redeploy Changes?

Feb 9, 2011

The web application that a company I'm doing consulting for has all the web files (.aspx, .vb, .ascx, web.config, etc.) but no .sln files or anything of that sort to open in Visual Studio and deploy the site and whatnot.

What's the best way to go about using Visual Studio to redeploy changes I make to this type of system?

View 1 Replies

Visual Studio :: Adding A Web Deployment Project To The Website?

Jan 16, 2010

i have a project which runs fine when I build it and run it. But when I add an web deployment project to the same, it throws out a "server block is not well formed" error in Default.aspx page

through googling i found out that it may have something to do with page/server directives. but i cant figue out what is wrong with this code.

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="KnowledgeBase.Web.UI._Default" %>

View 1 Replies

How To Deploy Visual Studio Development Server With Web Applications

Nov 15, 2010

i want to know how do i deploy ASP.NET web applications on client machines which runs with the visual studio development server rather than configure it in the IIS on the client machine? I know its possible and telerik also uses this approach.

View 1 Replies

Best Way To Deploy Localization Resource Files With Visual Studio?

Apr 9, 2010

For my *.resx files in App_GlobalResouces, what should the Build Action be? The defaults for creating a new resource file have Build Action as "Content", Copy to Output Directory as "Do not copy", and Custom Tool as "GlobalResourceProxyGenerator".

On certain servers I get an runtime error: "CS0101: The namespace 'Resources' already contains a definition..." that points to a "temporary asp.net files" folder. This makes me think that maybe I should be embedding these files so I don't have to worry about this duplicate registration. Or is my error the only real problem and keeping the physical files in the App_GlobalResouces section is fine?

View 1 Replies

Visual Studio :: Web Deployment Project Not Creating DLL From ASCX Controls?

Jan 27, 2011

I am trying to get VS 2008 SP1 to precompile a development site using the Web Deployment Project method. I've done this previously with a different site containing ASPX pages, with success. However, this is a third party example web application containing a set of ASCX controls. The idea is that I want to create a precompiled DLL containing the controls, that can then be distributed as a library DLL. I thought the the use of WDP should allow the compiler to compile all the ASCX controls, and then optionally merge them all into a single DLL.

The problem is, the WDP build reports that it succeeds, but the only file generated is the precompiledapp.config file. On closer inspection of the reporting, it seems that the only error reported is:

aspnet_merge : warning 1013: Cannot find any assemblies that can be merged ...

which I assume refers to the DLL merging process at the end of the compile. This that the compiler was unable to find or process any of the ascx controls in the web application, and so didn't produce any DLLs from them.

I don't really understand what is going wrong here. Should I be able to run a Web Deployment Project like this to compile ASCX controls in this way, and if so, what is likely to be going wrong here? Could the ASCX files somehow be protected from the compiler, to prevent redistribution?

View 2 Replies

Visual Studio :: Can Use Web Developer Express 2010 To Deploy Web Applications

Jul 10, 2010

Can i use web developer express 2010 to deploy applications or is it still in Beta?

View 1 Replies

Visual Studio :: Modify - Debug And Deploy 1.1 Project In Vs 2010

Feb 28, 2011

i have a project that is developed in asp.net 1.1. But i have vs 2010 installed...can i modify,debug and deploy from vs 2010.

View 1 Replies

Configuration :: How To Deploy Crystal Report In Visual Studio 2008

Jul 2, 2010

i face some problem. My Crystal Report cannot work after i deploy in IIS.

it return error message:

Logon failed.Details: ADO Error Code: 0xSource: Microsoft OLE DB Provider for SQL ServerDescription: [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied.SQL State: 08001Native Error: Error in File C:DOCUME~1PCHO02~1ASPNETLOCALS~1TempCRAgingAR {601E0E56-4DE4-4DC1-A358-896394B4181C}.rpt:Unable to connect: incorrect log on parameters.i think it because i don't know how to deploy .can some one share how to do it?

View 7 Replies

Asp.net - Visual Studio 2010 Doesn't Deploy App_Theme Folder

Jan 20, 2011

I have a simple web app project in Visual Studio 2010 (converted from 2008 project). For some reason when I publish the app, Visual Studio doesn't copy the App_Theme -folder to the publish destination folder. This will cause the app to fail when deployed to production environment.

App_Theme is considered as "system" folder by VS (shown as grey), which means that I can't manually set it's publish properties.

how to get VS to copy App_Theme -folder when deploying?

View 1 Replies

Installation :: Don't Have Publish Or Add A Deployment Project In Visual Studio Express 2008?

Jun 15, 2010

Why I don't have publish or add a deployment project in my visual studio express 2008?

View 7 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved