The Artima Developer Community
Sponsored Link

.NET Buzz Forum
Making ClickOnce publishing work in VS.Net 2005 Beta 1+

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Roy Osherove

Posts: 1807
Nickname: royo
Registered: Sep, 2003

Roy Osherove is a .Net consultant based in Israel
Making ClickOnce publishing work in VS.Net 2005 Beta 1+ Posted: Jan 7, 2005 6:49 PM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Roy Osherove.
Original Post: Making ClickOnce publishing work in VS.Net 2005 Beta 1+
Feed Title: ISerializable
Feed URL: http://www.asp.net/err404.htm?aspxerrorpath=/rosherove/Rss.aspx
Feed Description: Roy Osherove's persistent thoughts
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Roy Osherove
Latest Posts From ISerializable

Advertisement

The following helps in cases when you get the following error messages:

"Deployment manifest requires publisher and product specified" or "files missing from deployment"

Here's what I needed to do on my Win Server 2003:

1. Open RegEdit (back up your registry always before changing stuff!!) and browse to the key:  HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion 
      - Add/Change RegisteredOrganization to your company name.

2. You need to enable your IIS server to send out .manifest files. Add ".manifest" to the MIME types of IIS by right clicking on your IIS server node and selecting "MIME types". Then click "New" and add ".manifest" for the extension and ".Net manifest file" for the description.

 

Now you can publish your apps and test it locally on your own machine.

Read: Making ClickOnce publishing work in VS.Net 2005 Beta 1+

Topic: Microsoft Windows AntiSpyware Beta Previous Topic   Next Topic Topic: Dissecting a C# Application: Inside SharpDevelop

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use