Advanced Forum Search Results
-
This is GREAT future stuff when and if SL3 gets full UI testing support in VS2010 or later, but it doesn't help me now. I am looking for some suggestions that are more immediate.
THANKS.
-
How do you outfit a Silverlight 3 application so that the UI can be automatically tested by VS 2010 B2 ?
How do you change the SL3 application so that the testing enviroment can activate controls and get data and events back?
Are there any examples of this available?
THANKS.
-
I still have the same problem with most recent Slidentity sample code for SL3. The page.xaml file will not display. In EB3 get 4 errors. I can not find documentation or solution for these EB3 reported errors.
What is the fix to get the Slidentity Page.xaml to display in Designer mode and fix the errors reported by EB3?
-
[quote user="Jonathan Shen – MSFT"]
Hi Dbaechtel,
Where did you find the VB version? I searched online and all the links point to this.
Best regards,
Jonathan
[/quote]
Go here and use Download VB Code button.
http://silverlight.net/learn/appcorner/slidentity.aspx?pt=slidentity
-
What about the VB version of the project?
I would prefer the VB version.
THANKS.
-
[quote user="peluchejs"]
What compile option are you using for Resources.xaml? Juding by the URI, it should probably be "Content." Make sure if you're using "Content" that it's not inside a folder--your URI says that it's at the root of the xap.
[/quote]
The Build Action was Content. And ...
-
I changed x:Key to x:Name and that worked.
THANKS.
-
[quote user="bitdisaster"]This error has several reasons and there is no silver bullet to get rid of this stupid error. I experience this as soon as I create user controls and put my styles into app.xaml. But be aware that also other stuff can course this error. Like not existing event handler or exceptions in the constructor of an user ...
-
I have a SL3 Beta VB application in VSTS 2008 with SL3 Beta Tools.
The XAML code below generates an error: "Error 1 Attribute /Resources.xaml value is out of range."
Resources.xaml file doe exist in te project and does not show any errors.
How do I fix this error to get my Page displayed in the XAML ...
-
I have a SL3 application with the following code in Page.xaml:<UserControl.Resources>
<ResourceDictionary x:Key="Collection" >
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary x:Name="dict" Source="/Resources.xaml" />
...