Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how do i solve: The component **** does not have a resource identified by the URI

Tags:

wpf

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 identified 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.

like image 278
Brian Hvarregaard Avatar asked Apr 08 '11 20:04

Brian Hvarregaard


1 Answers

Found the solution: The assembly i loaded was "Client profile", argh :-)

like image 191
Brian Hvarregaard Avatar answered Nov 01 '22 09:11

Brian Hvarregaard