产品使用及交流论坛

首页 » 产品使用交流区 » 安装及使用交流 » 安装出错。。什么问题啊??
jason_wan - 2011/7/13 21:38:00
Server Error in '/' Application.
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: Could not load file or assembly 'System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. 系统找不到指定的文件。 (C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Config\web.config line 182)

Source Error:

Line 180:      <add name="Profile" type="System.Web.Profile.ProfileModule"/>
Line 181:      <add name="ErrorHandlerModule" type="System.Web.Mobile.ErrorHandlerModule, System.Web.Mobile, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 182:      <add name="ServiceModel" type="System.ServiceModel.Activation.HttpModule, System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
Line 183:    </httpModules>
Line 184:    <mobileControls sessionStateHistorySize="6" cookielessDataDictionaryType="System.Web.Mobile.CookielessData">


Source File: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Config\web.config    Line: 182

Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42
xiyou - 2011/7/14 14:54:00
这个好像是net本身的错误,删除framework重新装一下
1
查看完整版本: 安装出错。。什么问题啊??