Inside and Out...

An attempt to understand technology better...

  Home  |   Contact  |   Syndication    |   Login
  160 Posts | 0 Stories | 12 Comments | 181 Trackbacks

News


WinToolZone - Spelunking Microsoft Technologies
I work as a developer on the Common Language Runtime (CLR) team, specifically in the areas of exception handling and CLR hosting.
Disclaimer

The information in this weblog is provided "AS IS" with no warranties, and confers no rights. This weblog does not represent the thoughts, intentions, plans or strategies of my employer. It is solely my opinion. Inappropriate comments will be deleted at the authors discretion. All code samples are provided "AS IS" without warranty of any kind, either express or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.

Twitter





Tag Cloud


Archives

Post Categories

Image Galleries

Links

When you publish an application using VS 2005 Beta 1 for ClickOnce, the publish process goes just fine. However, attempts to deploy application by double-clicking the deployment manifest fail, by giving an error that talks about a missing provider information.

This happens since VS picks up the Publisher automatically from the HKLM\Software\Microsoft\Windows NT\CurrentVersion registry key's RegisteredOrganization string value. If this value is empty string, VS still goes ahead with the publishing process. Thus, the error comes since a value is required for this field.

Hence, ensure that RegisteredOrganization has a value set in the registry.
posted on Monday, August 09, 2004 1:28 AM

Feedback

# re: ClickOnce and VS 2005 Beta 1 8/20/2004 2:14 PM Mamta M
Hello there Gaurav,
I was one of the attendees at Tech ED 2004 Mumbai. The sessions were good and we got a good look into what's going to come in the near future and what we ought to look out for. The only glitch (if you can call it that) were inavailability of slots for the Hands-on Lab sessions. Registrations were to be beforehand and those who registered for the Tech Ed but did not register separately for the Hands-On did not get any slots. This was rather unexpected and disappointing. But yet on the whole, the Tech-Ed experience was really cool and I really felt good attending it.
Cheers!
-Mamta


# re: ClickOnce and VS 2005 Beta 1 10/25/2004 1:09 PM shreeman
hi

i have the appropriate value set in HKLM\Software\Microsoft\Windows NT\CurrentVersion i checked in reg but still thne i found the error in deploying clickonce.

the mage.exe helps me to do so(generating the publisher file).

shreeman
sndshreeman@rediffmail.com

Comments have been closed on this topic.