0

I want to create VSIX package of an SDK. SDK has two XAML page, one image & DLL. The VSIX project architecture is given below.

enter image description here

When I try to use that I am getting XamlParseException. Can you solve this problem ? Please don't give me any links. I already read Tim Heuer's article as well as MSDN doc.

Farhan Ghumra
  • 15,180
  • 6
  • 50
  • 115

1 Answers1

0

Xaml files need to be in redist

Tim Heuer
  • 4,301
  • 21
  • 20