Skip to main content

Microsoft Silverlight

Sketchflow to Silverlight 3 projectRSS Feed

(0)

Isil
Isil

Member

Member

40 points

34 Posts

Sketchflow to Silverlight 3 project

 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

Isil
Isil

Member

Member

40 points

34 Posts

Re: Sketchflow to Silverlight 3 project

 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
Hunt

Member

Member

8 points

10 Posts

Re: Re: Sketchflow to Silverlight 3 project

 Did you use the information in this link http://expression.microsoft.com/en-us/library/ee371158%28Expression.30%29.aspx?ppud=4

?

  • Unanswered Question
  • Answered Question
  • Announcement
Microsoft Communities