Just curious: What test framework are you using -- nant? MSTest? xUnit? I just created a VS2010 Test project (i.e. MSTest), added a reference to the release build of Rhino.Mocks 3.6 and pasted the code indicated in the link and it ran fine (test passed). What error are you getting?
--- Patrick Steele http://weblogs.asp.net/psteele On Wed, May 12, 2010 at 5:41 PM, postmoderncore <[email protected]> wrote: > I was wondering if anyone is looking at .NET 4.0 compatibility and > Rhino.Mocks. > > Having just started to migrate to .NET 4.0, we've encountered the bug > described here: > > http://groups.google.com/group/rhinomocks/browse_thread/thread/e58a237bc4d5d0c3/e9b09926a52d7165?lnk=gst&q=bug+matches#e9b09926a52d7165 > > -- > You received this message because you are subscribed to the Google Groups > "Rhino.Mocks" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/rhinomocks?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Rhino.Mocks" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rhinomocks?hl=en.
