1
yüklenemedi, Enterprise Library Caching 5.0.505 sezonda, ama benbenim Windows Hizmet projede dosya veya derleme 'Microsoft.Practices.EnterpriseLibrary.Caching
Service cannot be started. System.IO.FileLoadException: Could not load file or assembly 'Microsoft.Practices.EnterpriseLibrary.Caching, Version=5.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
File name: 'Microsoft.Practices.EnterpriseLibrary.Caching, Version=5.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
hizmet aşağıdaki hatayı alıyorum başlatmak
App.Config
<configSections>
<section name="cachingConfiguration"
type="Microsoft.Practices.EnterpriseLibrary.Caching.Configuration.CacheManagerSettings, Microsoft.Practices.EnterpriseLibrary.Caching, Version=5.0.505.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
requirePermission="true" />
</configSections>
<cachingConfiguration defaultCacheManager="Cache Manager">
<cacheManagers>
<add name="Cache Manager"
type="Microsoft.Practices.EnterpriseLibrary.Caching.CacheManager, Microsoft.Practices.EnterpriseLibrary.Caching, Version=5.0.505.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
expirationPollFrequencyInSeconds="60"
maximumElementsInCacheBeforeScavenging="50000"
numberToRemoveWhenScavenging="1000"
backingStoreName="NullBackingStore" />
</cacheManagers>
<backingStores>
<add type="Microsoft.Practices.EnterpriseLibrary.Caching.BackingStoreImplementations.NullBackingStore, Microsoft.Practices.EnterpriseLibrary.Caching, Version=5.0.505.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
name="NullBackingStore" />
</backingStores>
</cachingConfiguration>
Ama bu nasıl olabilir, ben başvurarak, atış külçe, ben – HaBo
Birden projelerle çalışıyor musunuz olanlar hakemli DLL dosyaları özelliklerini çift kontrol? Eğer öyleyse, tüm projelerin aynı versiyona başvurup başvurmadığını kontrol etmelisiniz. –
Evet, "5.0.414.0" kullanan bağımlı bir proje var, ancak bu hizmet projesinin en son sürümünü kullandığı için bunun öncelikli olacağını düşündüm? – HaBo