Re: [Mono-dev] Type.GetType inside of dynamic assembly

2005-08-31 Thread Robert Jordan
Hi Jon, Might be a simple question, but I'll ask anyway. I have a small program that calls Type.GetType("MyType, MyAssembly"). This works fine. The program references "MyAssembly" at compile time. I also reference another assembly (say "MyAssembly2") in the executable. MyAssembly2 doe

RE: [Mono-dev] Type.GetType inside of dynamic assembly

2005-09-01 Thread Jonathan S. Chambers
n.com Cc: Subject: Re: [Mono-dev] Type.GetType inside of dynamic assembly Hi Jon, > Might be a simple question, but I'll ask anyway. I have a small > program that calls Type.GetType("MyType, MyAssembly"). This

Re: [Mono-dev] Type.GetType inside of dynamic assembly

2005-09-01 Thread Robert Jordan
Hi Jon, Might be a simple question, but I'll ask anyway. I have a small program that calls Type.GetType("MyType, MyAssembly"). This works fine. The program references "MyAssembly" at compile time. I also reference another assembly (say "MyAssembly2") in the executable. MyAssembly2 doe