摘要:[茶包].netTiers 2.3.1 & oracle 11g The configuration file entlib.config could not be found.
[ERROR]
The configuration file entlib.config could not be found.
[SOLUTION]
try to 修改web.config 中enterpriseLibrary.ConfigurationSource區段
<enterpriseLibrary.ConfigurationSource selectedSource="File Configuration Source">
<sources>
<!--<add name="File Configuration Source" type="Microsoft.Practices.EnterpriseLibrary.Common.Configuration.FileConfigurationSource, Microsoft.Practices.EnterpriseLibrary.Common, Version=5.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
filePath="entlib.config" />-->
<add name="File Configuration Source" type="Coretronic.BI.MLS.Data.FileConfigurationSource, Coretronic.BI.MLS.Data"
filePath="entlib.config" />
</sources>
</enterpriseLibrary.ConfigurationSource>