satish jangid

satish jangid

  • NA
  • 13
  • 15.1k

Compile wpf windows into dll file

Mar 17 2011 8:45 AM

I want to convert wpf form into dll file using vbc. this form is having only one button and nothing else.

command is as follow:
Vbc /t:library /r:PresentationCore.dll,WindowsBase.dll,PresentationFramework.dll Window1.xaml

but it give me error as:
D:\satish\iEducation\pEducation\WpfApplication1\WpfApplication1\Window1.xaml(1)
: error BC30636: '>' expected.


Answers (9)