how do i solve: The component **** does not have a resource identified by the URI
I have a small application where i load some assemblies as plugins. All is well until i load an assembly with a WebBrowser (I assume its Windows Forms) then my host application extepts with the error:
The component ** does not have a resource identifi开发者_Python百科ed by the URI
I tried to remove the WebBrowser control but little did it help. Does anyone know how to solve this problem or help me find another way of browsing a web page in WPF.
Found the solution: The assembly i loaded was "Client profile", argh :-)
精彩评论