未能加载资料或程序集“xxs”或它的某一个依赖项。生成此程序集的运行时比当前加载的运行时新,无法加载此程序集

未能加载文件或程序集“xxs”或它的某一个依赖项。生成此程序集的运行时比当前加载的运行时新,无法加载此程序集。
未能加载文件或程序集“xxs”或它的某一个依赖项。生成此程序集的运行时比当前加载的运行时新,无法加载此程序集。


网站在我本机上部署没问题,在别人的电脑上出现这问题啊 怎么解决呢

我的配置节发给你们看看 是别人给我的 我看不明白
<?xml version="1.0"?>
<!--
  有关如何配置 ASP.NET 应用程序的详细信息,请访问
  http://go.microsoft.com/fwlink/?LinkId=169433
  -->
<configuration>
<configSections>
<!--<section name="aspnetUploadSettings" type="System.Configuration.NameValueFileSectionHandler,System, Version=1.0.5000.0, Culture=neutral,PublicKeyToken=b77a5c561934e089"/>-->
<section name="RewriterConfig" type="URLRewriter.Config.RewriterConfigSerializerSectionHandler, URLRewriter"/>
</configSections>
<!--<aspnetUploadSettings>
--><!--
Key Name: lisenceKey
Valid Value: Purchased lisence key from the control author.
--><!--
<add key="lisenceKey" value="Lisence key purchase from www.aspnetupload.net"/>
--><!--
Key Name: maxRequestLength
Valid Value: KBytes size of maximum upload file length to accept
--><!--
<add key="maxRequestLength" value="2048000"/>
</aspnetUploadSettings>-->
<RewriterConfig>
<Rules>
<!--<RewriterRule>
<LookFor>~/ProductList-page-(.[0-9]*)-classid-(.[0-9]*)\.aspx</LookFor>
<SendTo>~/ProductList.aspx?page=$1&amp;classid=$2</SendTo>
</RewriterRule>-->
<RewriteRule>
<LookFor>~/news/(\d*).html</LookFor>
<SendTo><![CDATA[~/newsinfo.aspx?NID=$1]]></SendTo>
</RewriteRule>
<RewriteRule>
<LookFor>~/product/(\d*).html</LookFor>
<SendTo><![CDATA[~/productinfo.aspx?PID=$1]]></SendTo>
</RewriteRule>
<RewriteRule>
<LookFor>~/product/(\d*).html</LookFor>
<SendTo><![CDATA[~/product.aspx?BID=$1]]></SendTo>
</RewriteRule>
</Rules>
</RewriterConfig>
<appSettings>
<!-- access 连接字符串-->

</appSettings>
<connectionStrings/>
<system.web>
<!-- 
  设置 compilation debug="true" 可将调试符号插入
  已编译的页面中。但由于这会 
  影响性能,因此只在开发过程中将此值 
  设置为 true。
  -->
<compilation debug="true" targetFramework="4.0">
<assemblies>
<add assembly="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
<add assembly="System.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
<add assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
<add assembly="System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
<add assembly="System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
<add assembly="System.Web.DynamicData, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
<add assembly="System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
<add assembly="System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
<add assembly="System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
<add assembly="System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>