I met a problem When I accessed my XBAP application which was deployed in our Windows Server 2012 web server: The total size of the application is around 33Mb. As we all know, the XBAP application will be downloaded to local for first time running.The downloading process will be dead when it came to the same dll file and then after couples of minutes, I will get a application download error.
The detailed error information:
PLATFORM VERSION INFO
Windows : 6.1.7601.65536 (Win32NT)
Common Language Runtime : 4.0.30319.296
System.Deployment.dll : 4.0.30319.1 (RTMRel.030319-0100)
clr.dll : 4.0.30319.296 (RTMGDR.030319-2900)
dfdll.dll : 4.0.30319.1 (RTMRel.030319-0100)
dfshim.dll : 4.0.31106.0 (Main.031106-0000)
SOURCES
Deployment url :
http://ip:port/xbap/DPWeb.xbap
Application url :
http://ip:port/xbap/DPWeb/DPWeb.exe.manifest
IDENTITIES
Deployment Identity : DPWeb.app, Version=1.0.0.0, Culture=neutral, PublicKeyToken=dffeef852a40493d, processorArchitecture=msil
Application Identity : DPWeb.exe, Version=1.0.0.0, Culture=neutral, PublicKeyToken=dffeef852a40493d, processorArchitecture=msil, type=win32
APPLICATION SUMMARY
* Online only application.
* Browser-hosted application.
ERROR SUMMARY
Below is a summary of the errors, details of these errors are listed later in the log.
* An exception occurred while downloading the application. Following failure messages were detected:
+ Downloading
http://ip:port/xbap/DPWeb/Microsoft.Practices.Prism.dll.deploy did not succeed.
+ The operation has timed out.
COMPONENT STORE TRANSACTION FAILURE SUMMARY
No transaction error was detected.
WARNINGS
There were no warnings during this operation.
OPERATION PROGRESS STATUS
No phase information is available.
ERROR DETAILS
Following errors were detected during this operation.
* [5/28/2013 5:04:29 PM] System.Deployment.Application.DeploymentDownloadException (Unknown subtype)
- Downloading
http://ip:port/xbap/DPWeb/Microsoft.Practices.Prism.dll.deploy did not succeed.
- Source: System.Deployment
- Stack trace:
at System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem next)
at System.Deployment.Application.SystemNetDownloader.DownloadAllFiles()
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.DeploymentManager.SynchronizeCore(Boolean blocking)
at System.Deployment.Application.DeploymentManager.SynchronizeAsyncWorker()
--- Inner Exception ---
System.Net.WebException
- The operation has timed out.
- Source: System
- Stack trace:
at System.Net.ConnectStream.Read(Byte[] buffer, Int32 offset, Int32 size)
at System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem next)
COMPONENT STORE TRANSACTION DETAILS
No transaction information is available.
Is there anybody can help me? Thanks for your help!