I have been struggling trying to deploy a smart client application to intranet as well as extranet users. The intranet works fine the extranet works for some and throws the following for others:
URLDownloadToCacheFile failed with HRESULT '-2146697211'
The following properties have been set:
Property: [AdminUser] = true {boolean}
Property: [ProcessorArchitecture] = Intel {string}
Property: [VersionNT] = 5.1.2 {version}
Running checks for package 'Windows Installer 3.1', phase BuildList
The following properties have been set for package 'Windows Installer 3.1':
Running checks for command 'WindowsInstaller3_1\WindowsInstaller-KB893803-v2-x86.exe'
Result of running operator 'VersionGreaterThanOrEqualTo' on property 'VersionMsi' and value '3.1': true
Result of checks for command 'WindowsInstaller3_1\WindowsInstaller-KB893803-v2-x86.exe' is 'Bypass'
'Windows Installer 3.1' RunCheck result: No Install Needed
Running checks for package '.NET Framework 3.5', phase BuildList
Reading value 'Install' of registry key 'HKLM\Software\Microsoft\NET Framework Setup\NDP\v3.5\1033'
Read integer value 1
Setting value '1 {int}' for property 'DotNet35InstallSuccess'
The following properties have been set for package '.NET Framework 3.5':
Property: [DotNet35InstallSuccess] = 1 {int}
Running checks for command 'DotNetFX35\dotNetFx35setup.exe'
Result of running operator 'ValueEqualTo' on property 'DotNet35InstallSuccess' and value '1': true
Result of checks for command 'DotNetFX35\dotNetFx35setup.exe' is 'Bypass'
'.NET Framework 3.5' RunCheck result: No Install Needed
Launching Application.
URLDownloadToCacheFile failed with HRESULT '-2146697211'
Error: An error occurred trying to download 'http://server/appfolder/SmartClient.application'.
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question.
aspdotnetjun...
Participant
796 Points
220 Posts
ClickOnce error URLDownloadToCacheFile failed with HRESULT '-2146697211'
May 15, 2008 12:22 PM|LINK
Hi all and thanks in advance,
I have been struggling trying to deploy a smart client application to intranet as well as extranet users. The intranet works fine the extranet works for some and throws the following for others:
URLDownloadToCacheFile failed with HRESULT '-2146697211'
The following properties have been set:
Property: [AdminUser] = true {boolean}
Property: [ProcessorArchitecture] = Intel {string}
Property: [VersionNT] = 5.1.2 {version}
Running checks for package 'Windows Installer 3.1', phase BuildList
The following properties have been set for package 'Windows Installer 3.1':
Running checks for command 'WindowsInstaller3_1\WindowsInstaller-KB893803-v2-x86.exe'
Result of running operator 'VersionGreaterThanOrEqualTo' on property 'VersionMsi' and value '3.1': true
Result of checks for command 'WindowsInstaller3_1\WindowsInstaller-KB893803-v2-x86.exe' is 'Bypass'
'Windows Installer 3.1' RunCheck result: No Install Needed
Running checks for package '.NET Framework 3.5', phase BuildList
Reading value 'Install' of registry key 'HKLM\Software\Microsoft\NET Framework Setup\NDP\v3.5\1033'
Read integer value 1
Setting value '1 {int}' for property 'DotNet35InstallSuccess'
The following properties have been set for package '.NET Framework 3.5':
Property: [DotNet35InstallSuccess] = 1 {int}
Running checks for command 'DotNetFX35\dotNetFx35setup.exe'
Result of running operator 'ValueEqualTo' on property 'DotNet35InstallSuccess' and value '1': true
Result of checks for command 'DotNetFX35\dotNetFx35setup.exe' is 'Bypass'
'.NET Framework 3.5' RunCheck result: No Install Needed
Launching Application.
URLDownloadToCacheFile failed with HRESULT '-2146697211'
Error: An error occurred trying to download 'http://server/appfolder/SmartClient.application'.
------------------------------------------------------------------------------------
i tried the workarounds here from here http://support.microsoft.com/kb/934387 but they don't apply.
I aslo tried various google searches but no luck.
I have also purchased "Smart Client Deployment with ClickOnce" by Tim Huckaby but didn't find any solutions.
Can someone please help me resolve this issue.
May I add to MS that the ClickOnce errors are not very specific.
Thank you
Life's good
My Site
Thomas Sun –...
All-Star
64969 Points
5621 Posts
Re: ClickOnce error URLDownloadToCacheFile failed with HRESULT '-2146697211'
May 19, 2008 07:05 AM|LINK
Hi,
This forum focuses on ASP.NET Web Deployment Projects.
Based on your description, I suggest you ask this question on ClickOnce and Setup & Deployment Projects, where have many experts on this issue.
I hope this helps.
Microsoft Online Community Support
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question.