Ok, I'll dig around a little so see if I can find anything. On Thu, Sep 10, 2009 at 5:37 PM, Jan Limpens <[email protected]> wrote:
> I could try, but I doubt it would reproduce. This happens sometimes only, > so I guess it is some threading issue and hell knows what else needs to be > emulated to see the critter at his dirty work. > > 2009/9/9 Craig Neuwirt <[email protected]> > >> Looks like some naming wierdness. Can you create a test case to duplicate >> this? >> >> >> On Wed, Sep 9, 2009 at 10:19 AM, Jan Limpens <[email protected]>wrote: >> >>> Hello, >>> >>> I am getting a few of those recently: >>> Exception: Could not load type >>> 'FestaExpress.Web.Settings.ShopConfigDictionaryAdapter' from assembly ' >>> FestaExpress.Web.FestaExpress.Web.Settings.IShopConfig.DictionaryAdapter, >>> Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'. >>> >>> This assembly does not exist, it should be FestaExpress.Web. >>> (FestaExpress.Web.Settings.ShopConfigDictionaryAdapter does not either, >>> but I guess this is DynamicProxy speaking) >>> >>> some code: >>> >>> protected IShopConfig Configuration >>> { >>> get >>> { >>> if (configuration == null) >>> configuration = >>> GetSettingsFromWebConfig<IShopConfig>(); >>> return configuration; >>> } >>> } >>> >>> public T GetSettingsFromWebConfig<T>() >>> { >>> return >>> DictionaryAdapterFactory.GetAdapter<T>(ConfigurationManager.AppSettings); >>> } >>> >>> any ideas? >>> >>> -- >>> Jan >>> >>> >>> >> >> >> > > > -- > Jan > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
