xbap fails to load in internet explorer
Asked Answered
W

2

6

There is one user who only get a dialogue box and download error when browsing to my xbap application. I've got several other client users without this problem.

What could be causing internet explorer not to be able to display the xbap?

Whitebook answered 1/9, 2010 at 11:17 Comment(1)
What does the dialogue box and download error specifically say?Pedroza
P
4

Without knowing exactly what the errors state, this sounds like an issue with trust on the client workstation. Try these troubleshooting steps:

Wrong version of .net Framework

Make sure the user's version .net is up to date

Corrupt installation of .net Framework

Try re-installing the .net framework on the user's computer. If that doesn't work, try re-installing IE.

Enable FullTrust in IE

Partial trust may be enabled the client may need to grant permission to the application URL or add it as a trusted site. Alternatively, make sure that the XBAP is deployed with FullTrust. If this is being deplyed in an intranet environment you can deploy a custom CLR Security policy the modify default permission levels.

Pedroza answered 6/9, 2010 at 13:37 Comment(1)
well, it "suddenly" started to work on our clients machine :)Whitebook
A
1

How large is your app? Default cache-limit is 250MB:

Add/changeHKEY_CURRENT_USER\Software\Classes\Software\Microsoft\Windows\CurrentVersion\Deployment\OnlineAppQuotaInKB, which is a DWORD value that expresses the cache size in kilobytes. For example, in order to increase the cache size to 500MB, I would change this value to 512000.

Afreet answered 28/5, 2014 at 9:23 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.