To preface my reply, you are pretty much on your own with .NET 1.1 and VS2003. You are talking about a runtime that is over a decade old and completely unsupported by Microsoft except on Windows Server 2003. Adding mocking support without upgrading seems counterintuitive, especially since the old versions of Rhino Mocks use an ugly and much more complicated syntax.
With that said, you could download the source code and try to give it a go. Note that those old .NET 1.1 versions use Castle DynamicProxy 1.x, also completely unsupported today. Here is a link to an old version of the source code that looks like it still works on that version just before 1.1 support was dropped: https://github.com/ayende/rhino-mocks/tree/0d92ede2277edb1869cab222b86bd2d828c558c1 On Sat, Jun 21, 2014 at 4:27 AM, Rodrigo Proença <rproe...@ciandt.com> wrote: > Reading articles about Rhino Mocks on the Internet I can see that it's > compatible with .Net Framework 1.1. But when I try to add the reference to > Rhino.Mocks.dll in my project (Visual Studio 2003) I receive the following > error: > > "A reference to 'C:\[my_project_path]\Assemblies\Rhino.Mocks.dll' could > not be added. This is not a valid assembly or COM component. Only > assemblies with extension 'dll' and COM components can be referenced. > Please make sure that the file is accessible, and that it is a valid > assembly or COM component." > > I'm using Rhino Mocks version 3.6 that I downloaded from > http://www.hibernatingrhinos.com/downloads/rhino-mocks/latest. > > To use Rhino in VS2003 with .Net Framework 1.1 should I download an older > version of the Rhino Mocks? > > Thank you. > > Rodrigo. > > -- > You received this message because you are subscribed to the Google Groups > "Rhino.Mocks" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to rhinomocks+unsubscr...@googlegroups.com. > To post to this group, send email to rhinomocks@googlegroups.com. > Visit this group at http://groups.google.com/group/rhinomocks. > For more options, visit https://groups.google.com/d/optout. > -- Jono -- You received this message because you are subscribed to the Google Groups "Rhino.Mocks" group. To unsubscribe from this group and stop receiving emails from it, send an email to rhinomocks+unsubscr...@googlegroups.com. To post to this group, send email to rhinomocks@googlegroups.com. Visit this group at http://groups.google.com/group/rhinomocks. For more options, visit https://groups.google.com/d/optout.