Is it possible to create XBAP applications with Expression Blend 3 only? -


I want to create an XBAP application with a mix, but

  • file
  • New project

This asks me if I want to:

  • Silverlight 3 applications + website - or -
  • WPF application

Is there a way to create xbap from expression blend 3 or does it require a visual studio?

  public partial category Page1: System.Windows. Management. Page  

Then you should be able to create and design the page in Expression Blend, try the WPF Application option.

You need a visual studio to publish ..

  • or with the extension C # Express.

  • Comments

    Popular posts from this blog

    python - Overriding the save method in Django ModelForm -

    html - CSS autoheight, but fit content to height of div -

    qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -