Answered by:
How to publish SketchFlow project?

Question
-
Hi all,
How to publish SketchFlow project? Seems there is no way to publish similar to WPF/Silverlight :Build->Publish web site...
Any hint on this are welcome. Thanks,
Yuanzi
Enjoy lifeThursday, March 4, 2010 5:44 AM
Answers
-
Based on your other posts I am going to assume you are working with a SL SketchFlow project.
Here are the simple manual process instructions:
http://msdn.microsoft.com/en-us/library/dd185521%28Expression.30%29.aspx
If you want automated deployment, like you suggested in the first post, you will need to add a web project, such as an asp.net web application project. In the properties for that project you can set it up to host your SL app. That web project will have the publish options you are looking for.
- Proposed as answer by Chuck HaysModerator Friday, March 5, 2010 2:33 PM
- Marked as answer by Brennon WilliamsModerator Friday, March 12, 2010 11:13 PM
Friday, March 5, 2010 2:33 PMModerator
All replies
-
Blend does not support publishing in the same way the VS does. SketchFlow projects do have a menu option under File -> Package SketchFlow project that will give you easy access to the built assemblies for manual deployment. But if you want to do any automated publishing/packaging, you will need to open the solution in Visual Studio.
- Proposed as answer by Chuck HaysModerator Thursday, March 4, 2010 2:50 PM
Thursday, March 4, 2010 2:50 PMModerator -
Hi Chuck,
For automated publishing/packaging, I can't find the relevant menu in VS solution.
Thanks,
Yuanzi
Enjoy lifeFriday, March 5, 2010 6:47 AM -
Based on your other posts I am going to assume you are working with a SL SketchFlow project.
Here are the simple manual process instructions:
http://msdn.microsoft.com/en-us/library/dd185521%28Expression.30%29.aspx
If you want automated deployment, like you suggested in the first post, you will need to add a web project, such as an asp.net web application project. In the properties for that project you can set it up to host your SL app. That web project will have the publish options you are looking for.
- Proposed as answer by Chuck HaysModerator Friday, March 5, 2010 2:33 PM
- Marked as answer by Brennon WilliamsModerator Friday, March 12, 2010 11:13 PM
Friday, March 5, 2010 2:33 PMModerator