> Your right - it should load the type correctly if assembly can be found.
> I
[quoted text clipped - 18 lines]
>> Regards,
>> Mohamed
I would first try making sure the assembly is loaded. You try to load the
assembly explicitly using Assembly.Load("full assembly name"). If that is
not working you debug the assembly load problem using the information in this
article:
http://blogs.msdn.com/suzcook/archive/2003/05/29/57120.aspx
Once we know for sure the assembly is loaded, it should be easier to
troubleshoot.
> Thank you Mike, i tried the fully qualified name but the samething happened
> :(
[quoted text clipped - 23 lines]
> >> Regards,
> >> Mohamed
Mohamed Zaki - 07 Jan 2006 18:32 GMT
Hi Mike,
When i load the assembly using system.reflection.assembly.load
then from the returned assembly use gettype, it work fine, my questions now,
ain't Type.GetType load the assembly directly if it placed inside the bin
folder ?
Appreciating your help so much.
>I would first try making sure the assembly is loaded. You try to load the
> assembly explicitly using Assembly.Load("full assembly name"). If that is
[quoted text clipped - 38 lines]
>> >> Regards,
>> >> Mohamed