﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>Ayende @ Rahien</title><link>http://ayende.com</link><description>Ayende @ Rahien</description><copyright>Copyright (C) Ayende Rahien  2004 - 2021 (c) 2026</copyright><ttl>60</ttl><item><title>Fedde commented on Binsor: Native Facilities Support</title><description>No that's no the problem, see the contents of my boo-file below..
  
The problem is that in the Init the following is true:
  
assemblyConfig.Children.Count == 0
  
  
import System.Reflection
  
import Rhino.Commons
  
import Rhino.Igloo
  
  
AdditionalFunctionalityFacility()
  
Facility("bijectionfacility", BijectionFacility, assemblies: {assemblies: Assembly.Load("MyAssembly")})
  
  
Component(default_repository, IRepository, NHRepository)
  
Component(nh_unit_of_work, IUnitOfWorkFactory, NHibernateUnitOfWorkFactory)
  
Component(httpcontextprovider, IContextProvider, HttpContextProvider)
  
Component(componentrepository, ComponentRepository)
  
Component(testController, MyController)
  
Component(usercontrol, MyUserControl)
  
  
</description><link>http://ayende.com/2539/binsor-native-facilities-support#comment3</link><guid>http://ayende.com/2539/binsor-native-facilities-support#comment3</guid><pubDate>Mon, 16 Jul 2007 08:16:39 GMT</pubDate></item><item><title>Ayende Rahien commented on Binsor: Native Facilities Support</title><description>You are probably missing an import to Rhino Igloo, would be my guess, what error do you get?
</description><link>http://ayende.com/2539/binsor-native-facilities-support#comment2</link><guid>http://ayende.com/2539/binsor-native-facilities-support#comment2</guid><pubDate>Fri, 13 Jul 2007 16:50:23 GMT</pubDate></item><item><title>Fedde commented on Binsor: Native Facilities Support</title><description>First of all I have to say that I'm really fond of the Rhino tools, which has taken me to the following..
  
  
Currently I'm trying to configure Rhino.Igloo through Binsor
  
  
But I'm currently stuck at with how to configure to BijectionFacility..
  
  
This is what I have:
  
  
Facility("bijectionfacility", BijectionFacility, 
  
     assemblies :  { assemblies : 
  
         Assembly.Load("MyAssembly") 
  
         }
  
)
  
  
What am I missing at this point?
  
  
Off course a complete example of how Rhino.Igloo in combination with Binsor works would also be much appreciated ;)
  
</description><link>http://ayende.com/2539/binsor-native-facilities-support#comment1</link><guid>http://ayende.com/2539/binsor-native-facilities-support#comment1</guid><pubDate>Fri, 13 Jul 2007 16:44:39 GMT</pubDate></item></channel></rss>