On Tue, 13 Aug 2002 18:14:20 -0700, Lee Tr <[EMAIL PROTECTED]> wrote:
>I wonder if someone could provide some pointer. >I have a couple of .Net assemblies that installed as separate COM+ >applications (A & B). I am having problems of loading an assembly >(configured as application B) from application A using Reflection. when using Reflection you always need to think of the Process that searches for the Loaded assembly. you can use fuslogvw.exe to see all the "not found" assemblies and the search path's used to find them. you need to put the dll either near the Exe running / in the path using config files. or put it in the gac using "gacutil.exr /i" ... yosi You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.