Advanced Forum Search Results
-
If we are taking about Silverlight Application in Silverlight 2 beta 2 I'm sure that both font underline: tt and ps are suported by Sl2B2. The best way to embedding fonts is:
1. Add font file to project tree.
2. In font file properties you should set Build Action as Resource and set Copy to output directory as: Do not copy.
3. In xaml ...
-
I have found solution!!
Problem is with my system configuration. I have XP SP2 +IE7. In my system configuration S2B2 doesn't work.
System configuration: Mozzilla + XP SP2 or Vista + IE7 is OK.
Anyone knows why??
-
It doesn't work. I have reinstalled chainer twice and visual studio 2008 once.
This is my Silverlight install log: http://mag-tax.pl/www/mario/Silverlight2beta2_Install_log.htm
-
I know that this code is good but in my system it is exception.
Project is new and I didn't change default references.
My references are:
C:\Program Files\Microsoft SDKs\Silverlight\v2.0\Reference Assemblies\mscorlib.dll
C:\Program Files\Microsoft SDKs\Silverlight\v2.0\Reference Assemblies\system.dll
...
-
I have created a new project in Silverlight 2 beta 2. I have added new TextBlock control into file Page.xaml. When I compile it everything is ok.
But when I have added new Button control into Page.xaml I have had exception: An unhandled exception of type 'System.StackOverflowException' occurred in Unknown Module.
I uninstalled ...