I just downloaded RhinoMocks-3.1.0 and I don't have mocks.CreateType...
MockRepository mocks = new MockRepository();
MyClass theClass = (MyClass) mocks.CreateType(typeOf(MyClass));
this doesn't compile... any ideas?
+1. Perhaps he meant that this applies to all mock and stub creation?