AFAIK ActiveRecord does not create assemblies for any mappings. It just generates the mappings in memory and then feeds it to NHibernate's Configuration.
Maybe you're having problems with the proxies? What's the concrete error you're seeing? On Mar 3, 12:50 pm, Junoti <[email protected]> wrote: > Hello, > I've searched and searched and searched, but can't figure out a way to > get ActiveRecord to output strong named assemblies in the HBM mapping > files. Our assemblies are located in the GAC, and we are running into > issues with the mapping files. > > Can anyone shed some light? > > Thanks! -- You received this message because you are subscribed to the Google Groups "Castle Project Users" 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/castle-project-users?hl=en.
