Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am working on transitioning some windows in my add-in from WinForms to WPF.
Can anyone help me understand where the .xaml files should be relative to my add-in DLL file in order for the Pack URI in InitializeComponent() of "assemblyname;component/forms/window.xaml" to be able to find it?
It works fine in debug mode with Add-In manager (since the files are in the structure that Visual Studio puts them by default), but once I move the files to the .bundle folder, I can't get it to work.
Many thanks!
Solved! Go to Solution.