ClickOnce deployment problem!

B

Bill Nguyen

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
Windows : 5.1.2600.131072 (Win32NT)
Common Language Runtime : 2.0.50727.42
System.Deployment.dll : 2.0.50727.42 (RTM.050727-4200)
mscorwks.dll : 2.0.50727.42 (RTM.050727-4200)
dfdll.dll : 2.0.50727.42 (RTM.050727-4200)
dfshim.dll : 2.0.50727.42 (RTM.050727-4200)

SOURCES
Deployment url :
http://iisserver/customApplication/VS2005/DISPATCH_ADVISOR/DISPATCH_2005.application
Server : Microsoft-IIS/6.0
X-Powered-By : ASP.NET
Application url :
http://iisserver/customApplication/...PATCH_2005_1_0_0_0/DISPATCH_2005.exe.manifest
Server : Microsoft-IIS/6.0
X-Powered-By : ASP.NET

IDENTITIES
Deployment Identity : DISPATCH_2005.application, Version=1.0.0.0,
Culture=neutral, PublicKeyToken=acfbf923f868004d, processorArchitecture=msil
Application Identity : DISPATCH_2005.exe, Version=1.0.0.0,
Culture=neutral, PublicKeyToken=acfbf923f868004d,
processorArchitecture=msil, type=win32

APPLICATION SUMMARY
* Online only application.

ERROR SUMMARY
Below is a summary of the errors, details of these errors are listed later
in the log.
* Activation of
http://iisserver/customApplication/VS2005/DISPATCH_ADVISOR/DISPATCH_2005.application
resulted in exception. Following failure messages were detected:
+ Value does not fall within the expected range.

COMPONENT STORE TRANSACTION FAILURE SUMMARY
No transaction error was detected.

WARNINGS
There were no warnings during this operation.

OPERATION PROGRESS STATUS
* [5/25/2006 1:25:41 PM] : Activation of
http://iisserver/customApplication/VS2005/DISPATCH_ADVISOR/DISPATCH_2005.application
has started.
* [5/25/2006 1:25:41 PM] : Processing of deployment manifest has
successfully completed.
* [5/25/2006 1:25:41 PM] : Installation of the application has started.
* [5/25/2006 1:25:41 PM] : Processing of application manifest has
successfully completed.
* [5/25/2006 1:25:42 PM] : Request of trust and detection of platform is
complete.

ERROR DETAILS
Following errors were detected during this operation.
* [5/25/2006 1:25:42 PM] System.ArgumentException
- Value does not fall within the expected range.
- Source: System.Deployment
- Stack trace:
at System.Deployment.Internal.Isolation.IStore.LockApplicationPath(UInt32
Flags, IDefinitionAppId ApId, IntPtr& Cookie)
at
System.Deployment.Internal.Isolation.Store.LockApplicationPath(IDefinitionAppId
app)
at
System.Deployment.Application.ComponentStore.LockApplicationPath(DefinitionAppId
definitionAppId)
at
System.Deployment.Application.SubscriptionStore.LockApplicationPath(DefinitionAppId
definitionAppId)
at
System.Deployment.Application.FileDownloader.PatchFiles(SubscriptionState
subState)
at
System.Deployment.Application.FileDownloader.Download(SubscriptionState
subState)
at
System.Deployment.Application.DownloadManager.DownloadDependencies(SubscriptionState
subState, AssemblyManifest deployManifest, AssemblyManifest appManifest, Uri
sourceUriBase, String targetDirectory, String group, IDownloadNotification
notification, DownloadOptions options)
at
System.Deployment.Application.ApplicationActivator.DownloadApplication(SubscriptionState
subState, ActivationDescription actDesc, Int64 transactionId, TempDirectory&
downloadTemp)
at
System.Deployment.Application.ApplicationActivator.InstallApplication(SubscriptionState
subState, ActivationDescription actDesc)
at
System.Deployment.Application.ApplicationActivator.PerformDeploymentActivation(Uri
activationUri, Boolean isShortcut)
at
System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object
state)

COMPONENT STORE TRANSACTION DETAILS
No transaction information is available.
 
G

Guest

I had a similar problem with Click Once deployment. My predecessor loaded
vs2005 beta and .Net framework 2.0 beta. When I finally loaded VS2005pro
(which loaded the more current version of .Net framework 2.0) Click Once
stopped working. The fix was to get the server and all the workstations on
the same version of .Net Framework 2.0.

try this link to get the current version of .Net Framework 2.0 Resdistibutable

http://www.microsoft.com/downloads/...CB-4362-4B0D-8EDD-AAB15C5E04F5&displaylang=en

Regards,
Rich

Bill Nguyen said:
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
Windows : 5.1.2600.131072 (Win32NT)
Common Language Runtime : 2.0.50727.42
System.Deployment.dll : 2.0.50727.42 (RTM.050727-4200)
mscorwks.dll : 2.0.50727.42 (RTM.050727-4200)
dfdll.dll : 2.0.50727.42 (RTM.050727-4200)
dfshim.dll : 2.0.50727.42 (RTM.050727-4200)

SOURCES
Deployment url :
http://iisserver/customApplication/VS2005/DISPATCH_ADVISOR/DISPATCH_2005.application
Server : Microsoft-IIS/6.0
X-Powered-By : ASP.NET
Application url :
http://iisserver/customApplication/...PATCH_2005_1_0_0_0/DISPATCH_2005.exe.manifest
Server : Microsoft-IIS/6.0
X-Powered-By : ASP.NET

IDENTITIES
Deployment Identity : DISPATCH_2005.application, Version=1.0.0.0,
Culture=neutral, PublicKeyToken=acfbf923f868004d, processorArchitecture=msil
Application Identity : DISPATCH_2005.exe, Version=1.0.0.0,
Culture=neutral, PublicKeyToken=acfbf923f868004d,
processorArchitecture=msil, type=win32

APPLICATION SUMMARY
* Online only application.

ERROR SUMMARY
Below is a summary of the errors, details of these errors are listed later
in the log.
* Activation of
http://iisserver/customApplication/VS2005/DISPATCH_ADVISOR/DISPATCH_2005.application
resulted in exception. Following failure messages were detected:
+ Value does not fall within the expected range.

COMPONENT STORE TRANSACTION FAILURE SUMMARY
No transaction error was detected.

WARNINGS
There were no warnings during this operation.

OPERATION PROGRESS STATUS
* [5/25/2006 1:25:41 PM] : Activation of
http://iisserver/customApplication/VS2005/DISPATCH_ADVISOR/DISPATCH_2005.application
has started.
* [5/25/2006 1:25:41 PM] : Processing of deployment manifest has
successfully completed.
* [5/25/2006 1:25:41 PM] : Installation of the application has started.
* [5/25/2006 1:25:41 PM] : Processing of application manifest has
successfully completed.
* [5/25/2006 1:25:42 PM] : Request of trust and detection of platform is
complete.

ERROR DETAILS
Following errors were detected during this operation.
* [5/25/2006 1:25:42 PM] System.ArgumentException
- Value does not fall within the expected range.
- Source: System.Deployment
- Stack trace:
at System.Deployment.Internal.Isolation.IStore.LockApplicationPath(UInt32
Flags, IDefinitionAppId ApId, IntPtr& Cookie)
at
System.Deployment.Internal.Isolation.Store.LockApplicationPath(IDefinitionAppId
app)
at
System.Deployment.Application.ComponentStore.LockApplicationPath(DefinitionAppId
definitionAppId)
at
System.Deployment.Application.SubscriptionStore.LockApplicationPath(DefinitionAppId
definitionAppId)
at
System.Deployment.Application.FileDownloader.PatchFiles(SubscriptionState
subState)
at
System.Deployment.Application.FileDownloader.Download(SubscriptionState
subState)
at
System.Deployment.Application.DownloadManager.DownloadDependencies(SubscriptionState
subState, AssemblyManifest deployManifest, AssemblyManifest appManifest, Uri
sourceUriBase, String targetDirectory, String group, IDownloadNotification
notification, DownloadOptions options)
at
System.Deployment.Application.ApplicationActivator.DownloadApplication(SubscriptionState
subState, ActivationDescription actDesc, Int64 transactionId, TempDirectory&
downloadTemp)
at
System.Deployment.Application.ApplicationActivator.InstallApplication(SubscriptionState
subState, ActivationDescription actDesc)
at
System.Deployment.Application.ApplicationActivator.PerformDeploymentActivation(Uri
activationUri, Boolean isShortcut)
at
System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object
state)

COMPONENT STORE TRANSACTION DETAILS
No transaction information is available.
 
B

Bill Nguyen

Thanks Rich.

In fact, I found a different problem after fixing the previous problem.
For some reason, ClickOnce keep looking into the client PC's Internet Tem
folder for the files in the deployment folder. Below is the error msg for
the last portion of the installation process:

1. Found .Net 2.0 installed, skipped

2. Found 'Crystal Reports for .NET Framework 2.0' installed. Skipped
(because I isntalled it manually on the client PC!

3. Launching Application:
Running command 'C:\Documents and Settings\derrickp\Local Settings\Temporary
Internet Files\Content.IE5\RSB3D5XG\DISPATCH_2005.application' with
arguments ''
ShellExecuteEx failed with error code 2
Error: The following error occurred attempting to install 'C:\Documents and
Settings\derrickp\Local Settings\Temporary Internet
Files\Content.IE5\RSB3D5XG\DISPATCH_2005.application':
"The system cannot find the file specified. "

---------
my notes: DISPATCH_2005.application' is in the dployment folder. Why
ClickOnce keeps looking into the client's local folder?

Thanks for your help

Bill

Rich said:
I had a similar problem with Click Once deployment. My predecessor loaded
vs2005 beta and .Net framework 2.0 beta. When I finally loaded VS2005pro
(which loaded the more current version of .Net framework 2.0) Click Once
stopped working. The fix was to get the server and all the workstations
on
the same version of .Net Framework 2.0.

try this link to get the current version of .Net Framework 2.0
Resdistibutable

http://www.microsoft.com/downloads/...CB-4362-4B0D-8EDD-AAB15C5E04F5&displaylang=en

Regards,
Rich

Bill Nguyen said:
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
Windows : 5.1.2600.131072 (Win32NT)
Common Language Runtime : 2.0.50727.42
System.Deployment.dll : 2.0.50727.42 (RTM.050727-4200)
mscorwks.dll : 2.0.50727.42 (RTM.050727-4200)
dfdll.dll : 2.0.50727.42 (RTM.050727-4200)
dfshim.dll : 2.0.50727.42 (RTM.050727-4200)

SOURCES
Deployment url :
http://iisserver/customApplication/VS2005/DISPATCH_ADVISOR/DISPATCH_2005.application
Server : Microsoft-IIS/6.0
X-Powered-By : ASP.NET
Application url :
http://iisserver/customApplication/...PATCH_2005_1_0_0_0/DISPATCH_2005.exe.manifest
Server : Microsoft-IIS/6.0
X-Powered-By : ASP.NET

IDENTITIES
Deployment Identity : DISPATCH_2005.application, Version=1.0.0.0,
Culture=neutral, PublicKeyToken=acfbf923f868004d,
processorArchitecture=msil
Application Identity : DISPATCH_2005.exe, Version=1.0.0.0,
Culture=neutral, PublicKeyToken=acfbf923f868004d,
processorArchitecture=msil, type=win32

APPLICATION SUMMARY
* Online only application.

ERROR SUMMARY
Below is a summary of the errors, details of these errors are listed
later
in the log.
* Activation of
http://iisserver/customApplication/VS2005/DISPATCH_ADVISOR/DISPATCH_2005.application
resulted in exception. Following failure messages were detected:
+ Value does not fall within the expected range.

COMPONENT STORE TRANSACTION FAILURE SUMMARY
No transaction error was detected.

WARNINGS
There were no warnings during this operation.

OPERATION PROGRESS STATUS
* [5/25/2006 1:25:41 PM] : Activation of
http://iisserver/customApplication/VS2005/DISPATCH_ADVISOR/DISPATCH_2005.application
has started.
* [5/25/2006 1:25:41 PM] : Processing of deployment manifest has
successfully completed.
* [5/25/2006 1:25:41 PM] : Installation of the application has started.
* [5/25/2006 1:25:41 PM] : Processing of application manifest has
successfully completed.
* [5/25/2006 1:25:42 PM] : Request of trust and detection of platform is
complete.

ERROR DETAILS
Following errors were detected during this operation.
* [5/25/2006 1:25:42 PM] System.ArgumentException
- Value does not fall within the expected range.
- Source: System.Deployment
- Stack trace:
at
System.Deployment.Internal.Isolation.IStore.LockApplicationPath(UInt32
Flags, IDefinitionAppId ApId, IntPtr& Cookie)
at
System.Deployment.Internal.Isolation.Store.LockApplicationPath(IDefinitionAppId
app)
at
System.Deployment.Application.ComponentStore.LockApplicationPath(DefinitionAppId
definitionAppId)
at
System.Deployment.Application.SubscriptionStore.LockApplicationPath(DefinitionAppId
definitionAppId)
at
System.Deployment.Application.FileDownloader.PatchFiles(SubscriptionState
subState)
at
System.Deployment.Application.FileDownloader.Download(SubscriptionState
subState)
at
System.Deployment.Application.DownloadManager.DownloadDependencies(SubscriptionState
subState, AssemblyManifest deployManifest, AssemblyManifest appManifest,
Uri
sourceUriBase, String targetDirectory, String group,
IDownloadNotification
notification, DownloadOptions options)
at
System.Deployment.Application.ApplicationActivator.DownloadApplication(SubscriptionState
subState, ActivationDescription actDesc, Int64 transactionId,
TempDirectory&
downloadTemp)
at
System.Deployment.Application.ApplicationActivator.InstallApplication(SubscriptionState
subState, ActivationDescription actDesc)
at
System.Deployment.Application.ApplicationActivator.PerformDeploymentActivation(Uri
activationUri, Boolean isShortcut)
at
System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object
state)

COMPONENT STORE TRANSACTION DETAILS
No transaction information is available.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top