Brian Hvarregaard
Brian Hvarregaard

Reputation: 4209

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

Upvotes: 5

Views: 3277

Answers (1)

Brian Hvarregaard
Brian Hvarregaard

Reputation: 4209

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

Upvotes: 6

Related Questions