Advanced Forum Search Results
-
my previous post is just to say that is not a Silverlight problem
-
It is a Firefox problem not Silverlight problem. It is mandatory to insert style="height:xx" in the div tag in order to view it in Firefox.
I had my Silverlight object inside an ajax UpdatePanel, and this control is rendered inside a simple DIV, so Firefox didn't visualize it. I had to use a custom UpdatePanel and now it's ...
-
[quote user="GearWorld"]My web site is FULL SilverLight RTW
Gray background. Which is the ASP.NET background of course. It says "Transfering data from..." at the bottom of FF3 but SilverLight never loads
http://gearworld.dyndns.org:8082/devpreview
Workds fine in IE
[/quote]
GearWorld you are not alone! I have the same ...
-
Strange, because with the final release it worked for me .
I have the base UserControl declared in XAML and the sub UserControl in the code only.
-
Hi all,
does anybody has found a workaround to this problem?
[quote user="Yi-Lun Luo - MSFT"]
It's true that if the base UserControl is declared in XAML, the sub UserControl can only use code. But due to some internal parser issues, currently even if the sub UserControl only uses code, you'll get errors. [/quote] ...
-
Hi
what about the solution of this problem? Does this problem is solved in the future release? Actually I can't run my silverlight application and I need to kwow it in order to plan the update that application.
Thanks in advance
-
I have the same problem, I'm not able to call a web service inside the
Application_Exit
I think there is a bug that have to be solved here