473,669 Members | 2,526 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ClickOnce Deployment HELP - Error after .NET 2.0 Installation

Hi all,

I'm moving a ClickOnce install to a development server, and I've updated
my .application file with the new paths using mageui.exe.

..NET 2.0 installs OK, but right after it installs I get the following
error:

An error occurred trying to download
'http://inpsiron6000/ClickOnceDeploy mentTest/ClickOnceDeploy mentTest.appl
ication'.

The following components were successfully installed:
- .NET Framework 2.0

See the setup log file located at 'C:\DOCUME~1\AD MINI~1\LOCALS~1 \Temp\1
\VSDE9.tmp\inst all.log' for more information.
But I've already changed my paths and signed my new application file - so
where else could the old path be stored???

If I reload the page and click the install button - all is OK.

Any ideas?

Thanks!
Here's a log:

The following properties have been set:
Property: [AdminUser] = true {boolean}
Property: [ProcessorArchit ecture] = Intel {string}
Property: [VersionNT] = 5.1.2 {version}
Running checks for package '.NET Framework 2.0', phase BuildList
Running external check with command line "C:\DOCUME~1\te dc\LOCALS~1\Tem p
\VSD289.tmp\dot netfx\dotnetchk .exe"
Process exited with code 1
Setting value '1 {int}' for property 'DotNetInstalle d'
Reading value 'Version' of registry key 'HKLM\Software\ Microsoft\Inter net
Explorer'
Read string value '6.0.2900.2180'
Setting value '6.0.2900.2180 {string}' for property 'IEVersion'
The following properties have been set for package '.NET Framework 2.0':
Property: [DotNetInstalled] = 1 {int}
Property: [IEVersion] = 6.0.2900.2180 {string}
Running checks for command 'dotnetfx\instm sia.exe'
Result of running operator 'ValueExists' on property 'VersionNT': true
Result of checks for command 'dotnetfx\instm sia.exe' is 'Bypass'
Running checks for command 'dotnetfx\Windo wsInstaller-KB893803-v2-
x86.exe'
Result of running operator 'ValueExists' on property 'Version9x': false
Result of running operator 'VersionLessTha n' on property 'VersionNT' and
value '5.0.3': false
Result of running operator 'VersionGreater ThanOrEqualTo' on property
'VersionMsi' and value '3.0': true
Result of checks for command 'dotnetfx\Windo wsInstaller-KB893803-v2-
x86.exe' is 'Bypass'
Running checks for command 'dotnetfx\dotne tfx.exe'
Result of running operator 'ValueNotEqualT o' on property
'DotNetInstalle d' and value '0': true
Result of checks for command 'dotnetfx\dotne tfx.exe' is 'Bypass'
'.NET Framework 2.0' RunCheck result: No Install Needed
Launching Application.
URLDownloadToCa cheFile failed with HRESULT '-2146697211'
Error: An error occurred trying to download
'http://inpsiron6000/ClickOnceDeploy mentTest/ClickOnceDeploy mentTest.appl
ication'.
Jul 28 '06 #1
1 9005
Found the issue - SETUP.exe stores a URL in it ... another file to update.

To do so, setup.exe -url="mynewsite"
Jul 28 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1228
by: Pascal | last post by:
hello there would not be a bug in the deployment part of clickonce on vb 2005 express ? After having read and to have read again Doc. on clickonce on msdn and in room, I did not solve my problem... My appli will be distributed on Cd for PC having or Windows 98 or win xp home. The necessary components are: framework 2.0 and Windows installer 3.1 (quite present in the list and notched + option to download the necessary components since...
11
14655
by: moondaddy | last post by:
I have a .net 2.0 smarclient app and am trying to deploy it to IIS where users can access it from. I created an application folder in IIS where I'm trying to deployee to. 1) When the application folder was set to 'Allow scripts only', I get an error: Failed to connect to 'http://192.168.0.5/TransAct/' with the following error:
1
2775
by: moondaddy | last post by:
I need to have multiple deployment profiles for a .net 2.0 winforms project. This is my requirement: 1) Re-use same project for multiple ClickOnce deployment profiles. 2) Each profile will have it's own custom deployment properties such as Publish Version Number, Start Menu and application Name in start menu. For example, in the past (before ClickOnce deployment) I had to build Setup.exe files and distribute them to various...
2
13843
by: Bill Nguyen | last post by:
I ran into this error trying to run an app from Publish.htm. I can't find what is wrong with the deployment. Thanks a million Bill -------- PLATFORM VERSION INFO
0
2648
by: Marty Cruise | last post by:
I successfully deploy my application to 20 domain users. Only one new user is giving me a problem, although he can access all domain resources. When he clicks the installation link on the publish page, Framework 2.0 installs successfully, but then the application installation fails during the "Verifying Application Requirements" process. Can anyone help me figure out how to solve this? Error is as follows. PLATFORM VERSION INFO...
2
1989
by: olc | last post by:
We are planning to use an executable along with Bootstrapper to handle installation checks with ClickOnce. I dont see any option to specify the install condition for the application that is deployed, even with the bootstrapper I can just specify the install condition for the prerequisite bundled along with the application getting deployed. So we have decided to make a dummy installable and attach an external executable...
2
2708
by: Jamey McElveen | last post by:
Hello, I would like to use ClickOne but we need to stagger our update process. Currently we are shipping cd's when it is time for an update. We stagger the release in waves of 250 each so our clients do not overwhelm our support staff with loading questions and new feature questions. ClickOnce will elininate the CD cost and the loading questions but that still does not take care of the calls for new feature questions. I would like to...
4
5802
by: Marc Gravell | last post by:
Repost from dotnet.general (no response), and OT but I hoped somebody might have a clue... I have a handful of ClickOnce installs that work fine almost everywhere... however, on some machines it simply does nothing! These are regular VS2005 ClickOnce "publish" deployments, signed with a valid certificate. The client correctly detects the MIME, prompts the user, downloads the
6
10950
by: =?Utf-8?B?QW5kcmV3X2QxMjM=?= | last post by:
Here is my problem. I have an app that has over 9 web services. For years I had not issues with clickonce but now it looks like the build is missing XmlSerializers.dll.deploy. I did have this issue once in vs 2005 and one the problem just went away. Well now its back. If I build the app 20 times it may work once. I did find that if I remove this as a required dll that I can get my program to run. I can't seem to find any info about...
0
1964
by: =?Utf-8?B?VCFN?= | last post by:
Hi All, I've been successfully deploying clickOnce successfully through the 2.0 and 3.X frameworks, but now have a problem with ClickOnce updates in 3.5 SP1. The scenario is this: I want to deploy an *offline* application that can only be installed from behind our organizational firewall (a Win2k3 domain), but can be updated from anywhere (hotels, etc). To do this, the publishing folder location is set to a UNC share path:
0
8384
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8896
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8659
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6211
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5683
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4208
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2798
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2035
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1790
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.