Thanks, that did the trick :) On Mon, Jul 12, 2010 at 9:24 AM, Iain Waddell <[email protected]> wrote: > Have you seen this article: > > http://ayende.com/Wiki/Rhino+Mocks+-+Internal+Methods.ashx > > You need to give access to the dynamic proxy dll used by rhino mocks. I > found I needed the option at the bottom with the publickey bit because our > dlls were using delayed signing. > > Iain > > On 12 July 2010 13:00, Thiago Padilha <[email protected]> wrote: >> >> Is there any way to allow this? I use some internal types on my >> tested assembly just to better separate concerns, but theres no point >> in making them public. I've already placed [assembly: >> InternalsVisibleTo("Rhino.Mocks")] but it stills complain about types >> not being public. >> >> -- >> 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. >
-- 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.
