Skip to main content
Home Forums Silverlight Programming Visual Studio & Silverlight Development Tools Sketchflow to Silverlight 3 project
2 replies. Latest Post by Hunt on November 9, 2009.
(0)
Isil
Member
40 points
34 Posts
08-14-2009 4:19 PM |
Hi
I did my prototype in sketchflow but now, I want to move to the next stage and start coding my application. I want to switch the project to a silverlight one but I don't get how to it.
I noticed that there are 2 projects in teh solutions, on project with the app.xaml file (in which I want to the coding) and the screens project.
How do I merge the 2 projects and convert it to SL?? Now, when I debug it, it launches the sketchflow player instead of my SL application.
Thanx
08-14-2009 5:33 PM |
I followed the user guide provided by Blend to move to a silverlight project, but now, I can't see the 2 of 3 components of the initial screen in Visual studio designer and blend. It gives me the following error:
"Cannot find a resource with the Name/Key TextBlock - Sketch"
It seems like some reference problem, but I just followed the instructions. The error is in line 3 and 4
1 <Grid x:Name="LayoutRoot" Background="White">2 <local:Menu HorizontalAlignment="Center" Margin="0,10,0,0" VerticalAlignment="Top" d:IsPrototypingComposition="True"/>3 <local:body HorizontalAlignment="Center" Margin="0,0,0,80" VerticalAlignment="Center" d:IsPrototypingComposition="True"/>4 <local:Fracciones Height="130" Margin="23,0,23,17" VerticalAlignment="Bottom" d:IsPrototypingComposition="True"/>5 </Grid>
Hunt
8 points
10 Posts
11-09-2009 2:46 PM |
Did you use the information in this link http://expression.microsoft.com/en-us/library/ee371158%28Expression.30%29.aspx?ppud=4
?