In your SetUpFixture,
You cannot create the “Rhino.Testing.Configs.xml” at the runtime, this because this file won’t be consumed by Rhino’s setup routine. It is too late when you create the config.xml in this OneTimeSetup(). You have to manually create it first and include it in the compiled folder.