源码信息

最新源码评论

  • 评论者:狂徒
    狂徒(用户) 发表于:2008-05-06 00:55:00

    Server Error in '/' Application.<br/>--------------------------------------------------------------------------------<br/>Configuration Error <br/>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. <br/>Parser Error Message: Could not load file or assembly 'CrystalDecisions.Web, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. 系统找不到指定的文件。<br/>Source Error: <br/><br/>Line 26:&nbsp;&nbsp; &lt;compilation debug=&quot;true&quot;&gt;<br/>Line 27:&nbsp;&nbsp;&nbsp;&nbsp;&lt;assemblies&gt;<br/>Line 28:&nbsp;&nbsp;&nbsp;&nbsp; &lt;add assembly=&quot;CrystalDecisions.Web, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304&quot; /&gt;<br/>Line 29:&nbsp;&nbsp;&nbsp;&nbsp; &lt;add assembly=&quot;CrystalDecisions.Shared, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304&quot; /&gt;<br/>Line 30:&nbsp;&nbsp;&nbsp;&nbsp; &lt;add assembly=&quot;CrystalDecisions.ReportSource, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304&quot; /&gt;<br/><br/>Source File: C:\Inetpub\wwwroot\kaohexitong\web.config&nbsp;&nbsp;&nbsp;&nbsp;Line: 28 <br/>Assembly Load Trace: The following information can be helpful to determine why the assembly 'CrystalDecisions.Web, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' could not be loaded.<br/><br/>WRN: Assembly binding logging is turned OFF.<br/>To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.<br/>Note: There is some performance penalty associated with assembly bind failure logging.<br/>To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].<br/><br/>[attachimg]684[/attachimg]

    8 个回复
    • 回复者:51aspx
      51aspx(编辑)回复于:2008-05-06 08:35:00

      <u><font color="#810081"></font></u> <br/>提示的是水晶报表的错误<br/><br/>参照一下:<br/><br/>[url=http://www.google.cn/custom?complete=1&amp;hl=zh-CN&amp;inlang=zh-CN&amp;newwindow=1&amp;client=pub-5440286391851514&amp;cof=FORID%3A1%3BGL%3A1%3BS%3Ahttp%3A%2F%2F<a href="http://www.51aspx.com" target="_blank">www.51aspx.com</a>%3BL%3Ahttp%3A%2F%2F<a href="http://www.51aspx.com" target="_blank">www.51aspx.com</a>%2FLogo.png%3BLH%3A37%3BLW%3A165%3BLBGC%3Affffff%3BLC%3A%23339900%3BVLC%3A%23663399%3BGFNT%3A%230000ff%3BGIMP%3A%230000ff%3B&amp;domains=51aspx.com&amp;ie=GBK&amp;oe=GBK&amp;q=CrystalDecisions&amp;sitesearch=51aspx.com&amp;meta]http://www.google.cn/custom?complete=1&amp;hl=zh-CN&amp;inlang=zh-CN&amp;newwindow=1&amp;client=pub-5440286391851514&amp;cof=FORID%3A1%3BGL%3A1%3BS%3Ahttp%3A%2F%2F<a href="http://www.51aspx.com" target="_blank">www.51aspx.com</a>%3BL%3Ahttp%3A%2F%2F<a href="http://www.51aspx.com" target="_blank">www.51aspx.com</a>%2FLogo.png%3BLH%3A37%3BLW%3A165%3BLBGC%3Affffff%3BLC%3A%23339900%3BVLC%3A%23663399%3BGFNT%3A%230000ff%3BGIMP%3A%230000ff%3B&amp;domains=51aspx.com&amp;ie=GBK&amp;oe=GBK&amp;q=CrystalDecisions&amp;sitesearch=51aspx.com&amp;meta[/url]=<br/>

    • 回复者:zhaifq100
      zhaifq100(用户)回复于:2008-05-06 09:18:00

      Server Error in '/assessment' Application. <i>Configuration Error</i> <font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif"><b>Description: </b>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. <br/><br/><b>Parser Error Message: </b>Unrecognized configuration section 'connectionStrings'<br/><br/><b>Source Error:</b> <br/><br/><table class="t_table" cellspacing="1" cellpadding="4" style="width:98%;background: #ffffcc;"><tr><td>Line 13:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;add key=&quot;CrystalImageCleaner-Age&quot; value=&quot;120000&quot; /&gt;Line 14:&nbsp;&nbsp;&lt;/appSettings&gt;<font color="red">Line 15: &nbsp;&nbsp;&nbsp;&nbsp;&lt;connectionStrings&gt;</font>Line 16:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;add name=&quot;ExamConnectionString&quot; cLine 17:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;providerName=&quot;System.Data.SqlClient&quot; /&gt;</td></tr></table><br/><b><font face="Verdana">Source File: </font></b>C:\Inetpub\wwwroot\Assessment\web.config<b><font face="Verdana">&nbsp;&nbsp;&nbsp;&nbsp;Line: </font></b>15 <br/><br/><br/><br/><b><font face="Verdana">Version Information:</font></b> Microsoft .NET Framework Version:1.1.4322.2407; ASP.NET Version:1.1.4322.2407 <br/><br/><br/>怎么解决?谢谢!</font>

    • 回复者:狂徒
      狂徒(用户)回复于:2008-05-06 00:58:00

      服务器是WIN2003+SQL2000,最初安装后,出现connectionStrings配置错误,我重新安装了Microsoft .NET Framework后,就出现以上的问题了。

    • 回复者:wuwentaopdsgxy
      wuwentaopdsgxy(用户)回复于:2008-05-22 12:23:00

      VS2005 运行给“部门评分”,和“为普通员工评分“ 这两个前台模块后,系统也不报错,就是实现不了功能。这两个模块中”点击查看要评分的人员部门姓名“没有响应。我数据库中有数据,请指教。

    • 回复者:sywmoon
      sywmoon(用户)回复于:2008-05-28 15:37:00

      为什么我下载的源码中一直都没有数据库文件呢<br /> :'( :'( :'( :'( :'( 着急啊 <br /> 请问楼上的好心人,你的源码程序是在哪里下载的呢???<br /> 或者麻烦您给传一下 我的QQ<span>&nbsp;********</span><br /> 万分感谢啊!!!!!!!!!!!!!!

    • 回复者:tianchenxu
      tianchenxu(用户)回复于:2009-10-30 16:06:00

      提示错误:未能加载文件或程序集“CrystalDecisions.Web, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304”或它的某一个依赖项。系统找不到指定的文件。&nbsp;&nbsp;&nbsp;&nbsp;<br/>怎么解决,请指教

    • 回复者:lyq0417
      lyq0417(用户)回复于:2010-12-31 18:51:00

      在服务器上安装 VS2005就可以解决

    • 回复者:lyq0417
      lyq0417(用户)回复于:2010-12-31 18:53:00

      在服务器端安装vs2005就可以解决了