我试图从我的地方发展环境中获得和运行的“助老会”。 我安装了 服务器ATFabric Beta 2 Refresh,并安装了Cache集群和东道方组合,并开始使用Windows 7 64-bit。 我在综合模式下,用千兆克的仪表库,在一个当地国际数据系统网站上管理我的MVC2网站。
HostName : CachePort Service Name Service Status Version Info
-------------------- ------------ -------------- ------------
SN-3TQHQL1:22233 AppFabricCachingService UP 1 [1,1][1,1]
我有我的网络。
<configSections>
<section name="dataCacheClient" type="Microsoft.ApplicationServer.Caching.DataCacheClientSection, Microsoft.ApplicationServer.Caching.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" allowLocation="true" allowDefinition="Everywhere"/>
</configSections>
<dataCacheClient>
<hosts>
<host name="SN-3TQHQL1" cachePort="22233" />
</hosts>
</dataCacheClient>
当我试图初步确定数据CacheFactory时,我错了:
protected CacheService()
{
_cacheFactory = new DataCacheFactory(); <-- Error here
_defaultCache = _cacheFactory.GetDefaultCache();
}
I m 带走伙伴关系。 NET黄色错误筛选如下:
www.un.org/Depts/DGACM/index_spanish.htm 遥远的东道国强行关闭了现有的连接线。
说明: 在执行目前的网络要求期间,出现了一个未经处理的例外。 请审查有关该错误及其源自该守则的更多信息。
例外细节: 系统.Net.Sockets.SocketException: 遥远的东道国强行关闭了现有的连接线。
资料来源:
Line 21: protected CacheService()
Line 22: {
Line 23: _cacheFactory = new DataCacheFactory();
Line 24: _defaultCache = _cacheFactory.GetDefaultCache();
Line 25: }