XBAP Application in Expression Blend
-
Monday, December 03, 2012 6:51 AM
Hello everyone,
Is it possible to create an XBAP application in Expression Blend? If so, how? I need your help guys..
All Replies
-
Monday, December 03, 2012 3:46 PMModerator
You can't initially create the app in Blend (in the File -> New Project sense) but you can edit it once it is created from Visual Studio.
- Proposed As Answer by Chuck HaysMicrosoft Employee, Moderator Monday, December 03, 2012 3:47 PM
- Marked As Answer by mickey1014 Tuesday, December 04, 2012 1:00 AM
- Unmarked As Answer by mickey1014 Tuesday, December 04, 2012 5:37 AM
-
Tuesday, December 04, 2012 12:59 AM
Thanks for the reply, Chuck..
Is there any other way to create an XBAP application without using Visual Studio?
Is it possible to develop an add-in for Expression Blend which can be used to create XBAPs?
-
Tuesday, December 04, 2012 2:16 AMModerator
You would need to copy the project template from VS to Blend, this blog post talks about where to put it and the required fields:
http://blogs.msdn.com/b/unnir/archive/2010/09/17/project-and-item-template-support-in-expression-blend.aspx
On my machine the VS template is here:
C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\ProjectTemplates\CSharp\Windows\1033\WPFBrowserApplication
- Marked As Answer by mickey1014 Tuesday, December 04, 2012 5:37 AM
-
Tuesday, December 04, 2012 5:39 AM
Thank you, Chuck~! I can now create WPF Browser Application in Expression Blend..
------------

