Re: [Mono-list] a diffenrence between .Net & mono impl in System.Reflection

2009-06-22 Thread Rodrigo Kumpera
Please fill a bug report with a test case so we can work on improving our compatibility. On Thu, Jun 18, 2009 at 12:59 AM, George Zhong wrote: > > while porting application, I find an incompatible in > Assembly.GetManifestResourceStream method > > in .Net GetManifestResourceStream(string) have

[Mono-list] a diffenrence between .Net & mono impl in System.Reflection

2009-06-22 Thread George Zhong
while porting application, I find an incompatible in Assembly.GetManifestResourceStream method in .Net GetManifestResourceStream(string) have to give full path of the resouce prefixed namespace even if it is called inside this namespace. or we have to use another parameter to locate the namespace