I was wading through code and noticed Castle.Core.Internal.ReflectionUtil.GetAssemblyNamed(String) uses LoadFile from here http://stackoverflow.com/questions/1477843/difference-between-loadfile-and-loadfrom-with-net-assemblies use LoadFile when "you needed to use reflection on different copies of the same assembly"
So this might be an issue or not. Either way if LoadFile is used for a reason there should be a comment in the code explaining why. -- You received this message because you are subscribed to the Google Groups "Castle Project Development List" 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-devel?hl=en.
