Patricia, You will need to create your own facility and resolver, look at this: http://groups.google.co.uk/group/rhino-tools-dev/browse_thread/thread/adfec58869ac6b52/451135b51b9b6fbb?lnk=gst&q=unitofwork#451135b51b9b6fbb
On 16 Mar, 09:41, Patricia Vandermeer <[email protected]> wrote: > I found this > thread:http://groups.google.co.uk/group/rhino-tools-dev/browse_thread/thread... > > which explains where it went. But i'm having the same problem that Dan was > having! > > Can't create component 'Rhino.Security.Services.AuthorizationRepository' as > > > it has dependencies to be satisfied. > > Rhino.Security.Services.AuthorizationRepository is waiting for the > > following dependencies: > > > Services: > > - NHibernate.ISession which was not registered. > > Thanks again for the help! > > On Tue, Mar 16, 2010 at 12:11 PM, patricia > <[email protected]>wrote: > > > > > Hello, Me again, > > > I'm trying to build my project with fresh versions of rhino commons > > and security and castle windsor. But i seem to have lost > > RhinoSecurityFacility ! > > > in the RhinoSecNhSetup.zip sample app it seems to be in > > rhino.security but it is no where to be found in the version i got > > from github! > > > here is what visual studio's comes up with when i do a "go to > > definition" on it in the sample project: > > > using Castle.MicroKernel.Facilities; > > using System; > > > namespace Rhino.Security > > { > > public class RhinoSecurityFacility : AbstractFacility > > { > > public RhinoSecurityFacility(Type userType); > > public RhinoSecurityFacility(SecurityTableStructure > > securityTableStructure, Type userType); > > > protected override void Init(); > > } > > } > > > I have a feeling this is me just looking in all the wrong places, but > > i've run out of places to look! > > > Thanks for the help! > > > -- > > You received this message because you are subscribed to the Google Groups > > "Rhino Tools Dev" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<rhino-tools-dev%2Bunsubscribe@ > > googlegroups.com> > > . > > For more options, visit this group at > >http://groups.google.com/group/rhino-tools-dev?hl=en. -- You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" 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/rhino-tools-dev?hl=en.
