On a windows 7, visual studio 2010, I can't get my silverlight app to refresh in Chrome 10.0.648.204. Even when closing the tab displaying the app. Using internet explorer 8 I have no problems. Heelp I prefer using Chrome.
The short term solution is to clear Chrome's cache after you deploy a new xap. A slightly longer solution can be found here:
Prevent your silverlight xap file from caching in your browser.
Related
We are having problem with a Silverlight 5 app and IE11.
Suddenly, it's no longer possible to copy-and-paste from a Silverlight application to the clipboard, after upgrading to IE11.
When the Silverlight dialog that asks you for the right to access the clip-board appears, then IE11 freezes. This behaviour has also been verified on IE11 och two different Win 8.1 computers.
We have also tried to add the site to trusted sites, and 'Allow programatic access to clipboard" to Enabled. But it dosnt help.
Any suggestions?
Anyone knowing if this is something Microsoft is addressing?
/Erik
Ran into the same issue, running IE as administrator ended up clearing up the freezing issue.
From there you can then check the box to [remember my answer], click [yes] to allow clipboard access for this site, then restart IE (non-admin) and it won't freeze when accessing the clipboard.
I have an application, built in silverlight that I am calling via an iframe.
In IE, firefox the applications buttons work but in google chrome they do not..
I am pulling my hair out and am thinking that it is a bug in Google Chrome.
Does anyone have any ideas/suggestions?
URL: http://gotek.dev.pixel-geeks.co.uk/
Click on the "Click here to try our panel live!" button to see the issue.
It is a Chrome bug that Google has previously fixed but has risen again.
There are reports that it only affects if app running in windowless mode.
We have sharepoint 2010 with silverlight. All silverlight sites are loaded into IE9 but some of them cannot be loaded into chrome but they work with IE. I tried to find if there is any error but there is no any exception. It just doesn't load the xap because application start event doesn't fire.
I tried to set reduce xap size from silverlight project but then it doesn't work in IE either.
Could you please help me I could not find anyother solution?
Kind Regards
Reside Ozsoy
When using Silverlight 5 in Chrome, if the code opens in a popup window that also contains Silverlight application, then the Silverlight plugin get crashed why?
There is similar bug in MS Connect (not fixed) http://connect.microsoft.com/VisualStudio/feedback/details/726815/silverlight-4-and-5-plugin-crashes
I am using Windows 7 Ult., IE9, Chrome. I have just installed Silverlight 5 and am trying to develop an app using DevExpress DXMap control and Silverlight. However, I am having issues with Silverlight it seems. When I go to this site (http://www.silverlight.net/learn/overview/what's-new-in-silverlight-5/introduction-to-silverlight-5-3d) to watch a video on the Silverlight 3d feature, the video player which I believe is a Silverlight control loads, but then disappears. When I run the app with the DXMap control, the page loads a blank area with only the zoom control, navigation pad, and scale visible.
I have tried finding a solution to this problem, but have not been successful. Any suggestions?
Okay, I found out what was the issue. I thought that not checking the "Host the silverlight application in a new web site" option (since I never had a website as yet) would let the application load on its own, but I had to enable the "Host the silverlight application in a new web site" option to get it associated with a test page.