Quantcast
Channel: Extended WPF Toolkit™ Community Edition
Viewing all articles
Browse latest Browse all 4964

Created Unassigned: PropertyGrid Custom Editor that is located in other assembly [22337]

$
0
0
Hi!
DescriptorPropertyDefinition.CreateAttributeEditor() has that code:
Type type = Type.GetType(editorAttribute.EditorTypeName)
I cant use any Editor from my plugins so you should use overload with assemblyResolver function.
This fix has helped me:
Type type = Type.GetType(editorAttribute.EditorTypeName,
(name) => { return AppDomain.CurrentDomain.GetAssemblies().Where(l => l.FullName == name.FullName).FirstOrDefault(); }, null, true);

Viewing all articles
Browse latest Browse all 4964

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>