Hi I have created WPF(XBAP) application.
In that for the referred assemblies Build Action is specified as Embedded Resource.
But still the .NET will look for the actual assemblies.
Is there any way to tell the .NET that assembly is embedded resource.
e.g. MyApp.dll is the XBAP which uses Comp.dll I have added Comp.dll as item in MyApp project. However In execution MyApp look for Comp.dll instead it should look in the resources.