N
Nikola Novak
I've started working with System.AddIn namespace. I downloaded some sample
projects and I managed to make some addins for them.
Later I tried loading controls I made earlier. I've created an exact
replica of the addin project, as well as other projects required by the
system to work, except the controls are now in .cs files rather than .xaml
(when adding a control I made a normal user control file, rather than the
user control (WPF)), but the addin loader seems to simply ignore these
addins. There is no error message, it's just that no addins are found (it's
as if they're not there, even though they are).
Do I need to remake my old controls as WPF conrols, or am I missing
something?
Thanks,
Nikola
projects and I managed to make some addins for them.
Later I tried loading controls I made earlier. I've created an exact
replica of the addin project, as well as other projects required by the
system to work, except the controls are now in .cs files rather than .xaml
(when adding a control I made a normal user control file, rather than the
user control (WPF)), but the addin loader seems to simply ignore these
addins. There is no error message, it's just that no addins are found (it's
as if they're not there, even though they are).
Do I need to remake my old controls as WPF conrols, or am I missing
something?
Thanks,
Nikola