Joel Pobar's CLR weblogCLR Program Manager: Reflection, LCG, Generics and the type system...Type.InvokeMember bug - a small Rotor debugging exercise- May 6, 2004 I figured I&8217;d go exploring through the Rotor debugger today &8211; we had a bug come in for Type.InvokeMember() where we throw a System.IndexOutOfRangeException unexpectedly. If you&8217;re trying to invoke a method on a class which has an overload that takes &8220;params&8221; args, chances are you&8217;ll run in to it. To firm this up, take a look at the C file &8211; you&8217;ll notice a params string args, and a string arg1, string arg2. What happens if we try to call the method with...http://blogs.msdn.com/joelpob/archive/2004/05/06/127620.aspx Rotor Whidbey fun - building and running on Longhorn- May 5, 2004 Just thought I'd post a small screenshot of Rotor Whidbey running on a Longhorn build - we speculated if it'd even build, but as it turns out, coupled with the latest Whidbey C++ compiler it built and ran fine. As a side tidbit, we've got daily tarballs being generated from the latest CLR source checkins - however sometimes we experience a bit of lag, trying to update the CLR source checkins to be cross platform friendly. The screenshot is Longhorn with a 5504 build of Rotor Whidbey...http://blogs.msdn.com/joelpob/archive/2004/05/05/126837.aspx |