Advanced Forum Search Results
-
I have created an example project and thread for the Firefox (and also IE) bug here http://forums.silverlight.net/forums/t/144245.aspx
-
I had been seeing a crash in one of my Silverlight applications while running in
Firefox on Windows. While building a test project to demonstrate the bug I found
it also applies to IE as well depending on the JS call being made. I now have a
complete test project which demonstrates the bug(s).
FIREFOX (on ...
-
Jesse, The best thing you can do to help the Mac version of Silverlight is to push the team to get full feature parity. A couple big ones being GPU acceleration in windowed mode, and full mouse-wheel support (file bugs/feature requests with WebKit and Firefox teams if necessary). The other big gain would be PPC support. I know that's highly ...
-
Amanda-
Your example scenario is a bit more simplistic than mine, so perhaps the bug is more complex than I initially thought. I'll try to distill my scenario to the simplest reproducible case and post it. In the meantime to get my app working I am wrapping the ProgressBar in a StackPanel which I have databound to do the showing/hiding.
-
I have not seen this message now for some time. Sergey: the message is the normal "windows has... " DEP message. I am now thinking that something internal to IE or the OS had become unstable and was causing the issue. I am still having issues with Firefox (on the PC only) crashing when using a combination of the JS-bridge, Local (SL) ...
-
After going through everything will a fine-toothed comb I found what was causing this error to occur for me. I had added a new project to my server-side, and had not created a configuration for it that matched the configuration I was building for. In my case I had DEBUG, TEST, and RELEASE build solutions. Everything worked great under DEBUG, but ...
-
I'm seeing the same thing. It's been working fine for weeks, and it just started doing it. No changes to the project files, no changes to the msbuild file. Only thing I've done to my machine since it last worked is install various software updates (Windows updates, quicktime updates, VMWare Workstation, but none (that I know of) ...
-
Thank you so much for posting this... I was wondering why my Mac was a directory short of a full path... now I know (and was able to fix it).
Has anyone filed an official bug so we can get this fixed for SL4?
-
What about using the new stack in SL3 to make the calls? I realize this breaks using ASP.Net Authentication, but maybe there is a way to get the cookies via the JavaScript bridge and pass them along? I haven't tried this, but I'm faced with the same situation you are. For now I have a separate web-service just to check login status when ...
-
On one of my SL 3 applications (when running it in IE8) I'm regularly getting IE shutdown by Data Execution Prevention.
Has anyone else seen this? It seems fairly serious. I'm not sure if it's IE or SL.