This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hello, We are developing our application in container and plugins model. and the workflow designer screen is one of the plugins. all plugins are loaded at runtime by reflection. Here I have a weird problem. When loading the designer assembly first time and reflecting classes , there is no problem. but at second or later times ,after closing the screen and reopening it , it throws this exception. it says that Component xyz does not have a resource identified by the URI CustomNodeTemplates.xaml ... CustomNodeTemplates.xaml file holds our flow diagram node data templates. What can be the error. Is it a general WPF problem ? |
|
|
This problem occures when Assembly.LoadFile method is used to load assemblies at runtime. but when Assembly.LoadFrom method is used it does not occure. it is solved for me. thanks. |
|