Cannot start Xbap application in Internet Explorer 11

I download the WPF Xbap application from the following link:

http://ttpdownload.bl.uk/app_files/xbap/BrowserApp.xbap

which opens in my Internet Explorer 11, but I got the following error:

Error loading application. Application could not be downloaded. Check for network connectivity issues or contact the publisher of the application for assistance.

My error log:

PLATFORM VERSION INFORMATION Windows: 6.3.9600.0 (Win32NT) Common Runtime Language: 4.0.30319.33440 System.Deployment.dll: 4.0.30319.33440 author: FX45W81RTMREL clr.dll: 4.0.30319.33440 author: FX45W81RTMREL dfdll.dll: 4.0.30319.33440 author: FX45W81RTMREL dfshim.dll: 6.3.9600.16384 (Winblue_rtm.130821-1623)

SOURCES Deployment URL: File: /// C: /Users/Musammil/AppData/Local/Temp/BrowserApp-3.xbap

IDENTIFICATIONS Deployment ID: BrowserApp.xbap, Version = 1.1.131.0, Culture = Neutral, PublicKeyToken = 8bed49b226483885, processorArchitecture = MSIL

SUMMARY OF APPLICATIONS * Online application only. * URL trust option set. ERROR SUMMARY The following is a brief description of the errors, these errors are listed later in the log. * Excluded when loading the manifest. After the error messages it was detected: + Download File: /// C: /Users/Musammil/AppData/Local/Temp/BrowserApp.exe.manifest failed. + Could not find the file 'C: \ Users \ Musammil \ AppData \ Local \ Temp \ BrowserApp.exe.manifest. + Could not find the file 'C: \ Users \ Musammil \ AppData \ Local \ Temp \ BrowserApp.exe.manifest. + Could not find the file 'C: \ Users \ Musammil \ AppData \ Local \ Temp \ BrowserApp.exe.manifest'.

.

.

.

.   * [11/25/2013 11:16:03 AM] System.Deployment.Application.DeploymentDownloadException( )       - :///C:/Users/Musammil/AppData/Local/Temp/BrowserApp.exe.manifest .       - : System.Deployment       - : System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem ) System.Deployment.Application.SystemNetDownloader.DownloadAllFiles()            System.Deployment.Application.FileDownloader.Download(SubscriptionState subState) System.Deployment.Application.DownloadManager.DownloadManifestAsRawFile(Uri & sourceUri, String targetPath, IDownload, DownloadOptions, ServerInformation & serverInformation) System.Deployment.Application.DownloadManager.DownloadApplicationManifest(AssemblyManifest deployManifest, String targetDir, Uri deploymentUri, IDownload, DownloadOptions, Uri & appSourceUri, String & appManifestPath) System.Deployment.Application.DeploymentManager.BindCore(Boolean , TempFile & tempDeploy, TempDirectory & tempAppDir, FileStream & refTransaction, String & productName) System.Deployment.Application.DeploymentManager.BindAsyncWorker()       --- --- System.Net.WebException       - "C:\Users\Musammil\AppData\Local\Temp\BrowserApp.exe.manifest" .       - :       - : System.Net.FileWebRequest.EndGetResponse(IAsyncResult asyncResult)            System.Net.FileWebRequest.GetResponse() System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem next) --- --- System.Net.WebException       - "C:\Users\Musammil\AppData\Local\Temp\BrowserApp.exe.manifest" .       - :       - : System.Net.FileWebResponse..ctor( FileWebRequest, Uri uri, FileAccess, asyncHint) System.Net.FileWebRequest.GetResponseCallback( ) --- --- System.IO.FileNotFoundException       - "C:\Users\Musammil\AppData\Local\Temp\BrowserApp.exe.manifest" .       - : mscorlib       - : System.IO.__ Error.WinIOError(Int32 errorCode, String maybeFullPath) System.IO.FileStream.Init(String path, FileMode, FileAccess, Int32, UseRights, FileShare share, Int32 bufferSize, FileOptions, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) System.IO.FileStream..ctor(String path, FileMode, FileAccess , FileShare, Int32 bufferSize, FileOptions, String msgPath, Boolean bFromProxy) System.IO.FileStream..ctor(String , FileMode, FileAccess, FileShare, Int32 bufferSize, Boolean useAsync) System.Net.FileWebStream..ctor( FileWebRequest, , FileMode, FileAccess, FileShare, Int32, Boolean async) System.Net.FileWebResponse..ctor(FileWebRequest , Uri uri, FileAccess access, Boolean asyncHint)

.

xbap, ?

+4
3

- → "" → ... → XAML.

, , , . IE9 -.

. .;)

+1

BrowserApp.xbap 2 , :

BrowserApp.exe.manifest

BrowserApp.exe

0

I have not tested this, but instead of allowing all sites to run XBAP, you can use a different approach to enable Enterprise mode in IE11 for this particular site, and hopefully this will mean that it works in IE8 mode, which, in in turn, means that XBAP must be enabled in the Internet zone.

0
source

All Articles