I hava a WPF User Control Library (for example: myControls.dll
)
and a relative Design-Time assembly (myControls.Design.dll
).
I want to relase these libraries for 3rd party developments. How can I achive this result? I found this page: http://msdn.microsoft.com/en-us/library/vstudio/ee849818(v=vs.100).aspx but
I can't find the AssemblyFoldersEx
registry
key. I also looked for Creating an SDK but for WPF it works only on Windows 8 (the same thing for Toolbox Controls Installer).
Do you know how to achieve this result?
Thank you.