Running newer version of Microsoft Enterprise Library on a Relate+ site?
Vote:
Hello,
I'm wondering if it's possible to run a newer version of Microsoft Enterprise Library than 2.0 which seems to be included in a standard Relate+ site? We've tried using Enterprise Library 5 in one of our class libraries but it all crashes when we try to run the site with the following error message:
Could not load file or assembly 'Microsoft.Practices.EnterpriseLibrary.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0bd7a6276e8c109e' or one of its dependencies. The system cannot find the file specified.
Pointing to the following pieces of code in the stack trace:
[FileNotFoundException: Could not load file or assembly 'Microsoft.Practices.EnterpriseLibrary.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0bd7a6276e8c109e' or one of its dependencies. The system cannot find the file specified.] EPiServer.Common.Settings.GetSetting(String key) +343 EPiServer.Community.ImageGallery.ImageGalleryModule.CreateRequiredModuleEntries() +42 EPiServer.Community.ImageGallery.ImageGalleryModule.OnApplicationStart(CommunityContext context) +229 EPiServer.Community.CommunitySystem.LoadSettings() +102 EPiServer.Community.CommunitySystem.OnApplicationStart(IModuleContext context) +169 EPiServer.Common.Settings.LoadModules() +223
Is it so that we're stuck with Enterprise Library 2 or is there some way to work around this?
Hello,
I'm wondering if it's possible to run a newer version of Microsoft Enterprise Library than 2.0 which seems to be included in a standard Relate+ site? We've tried using Enterprise Library 5 in one of our class libraries but it all crashes when we try to run the site with the following error message:
Could not load file or assembly 'Microsoft.Practices.EnterpriseLibrary.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0bd7a6276e8c109e' or one of its dependencies. The system cannot find the file specified.
Pointing to the following pieces of code in the stack trace:
Is it so that we're stuck with Enterprise Library 2 or is there some way to work around this?
Best regards
Martin