在线咨询

QQ咨询

微信关注

微博关注

源码信息

最新源码评论

综合讨论 下载前咨询( 11 人) | 下载后讨论( 0 人 )

  • 评论者:nnwin***
    nnwin***(用户) 发表于:2016-01-09 15:35:24

    我也遇到了同样问题,当我输入用户名liudao。密码51aspx时,总是出现登录页面,而不能按照程序那样进入另外的一个界面呢?

    0 个回复
  • 评论者:54248***
    54248***(用户) 发表于:2009-05-05 10:38:00

    最近在学习ASP.NET,对系统不是很了解,想请问下楼主有没有文档之类的配套资料啊。有的话传上来吧,感激不尽哪!

    0 个回复
  • 评论者:qiaoy***
    qiaoy***(用户) 发表于:2009-04-20 17:58:00

    最近在毕业设计,下了这个绩效系统。为什么在登录页面的时候能够出现登录的页面。但是当我输入用户名liudao。密码51aspx时,总是出现登录页面,而不能按照程序那样进入另外的一个界面呢?

    2 个回复
    • 回复者:nnwin***
      nnwin***(用户)回复于:2016-01-13 10:00:19

      <p> 操作系统:xp sp3 、IIS5.1 </p> <p> 1、配置IIS; </p> <p> 2、安装VS2005(不要安装自带的Sql Server) </p> <p> 3、安装Sql Server 2005 </p> <p> 4、在Sql Server中附加数据库文件Exam_Data.mdf </p> <p> 5、配置IIS目录下的web.config文件。 </p> <p> 关键点如下:&nbsp; </p> <p> server=?、database=?、uid=?;pwd=?、connectionString="Data Source=? </p>

    • 回复者:nnwin***
      nnwin***(用户)回复于:2016-01-13 17:30:38

      <p> 示例: </p> <p> <br /> &lt;appSettings&gt;<br /> &nbsp;&nbsp;&nbsp;&nbsp; &lt;add key="conn" value="server=it;database=C:\Inetpub\wwwroot\DB_51aspx\Exam_Data.mdf;uid=sa;pwd=sa20160112" /&gt;<br /> &nbsp;&nbsp;&nbsp;&nbsp; &lt;add key="CrystalImageCleaner-AutoStart" value="true" /&gt;<br /> &nbsp;&nbsp;&nbsp;&nbsp; &lt;add key="CrystalImageCleaner-Sleep" value="60000" /&gt;<br /> &nbsp;&nbsp;&nbsp;&nbsp; &lt;add key="CrystalImageCleaner-Age" value="120000" /&gt;<br /> &nbsp;&lt;/appSettings&gt; </p>

  • 评论者:eyeye***
    eyeye***(用户) 发表于:2009-02-27 14:42:00

    我安装了后出现如下地址的错误<br/><a href="http://bbs.51aspx.com/showtopic-3083.html" target="_blank">http://bbs.51aspx.com/showtopic-3083.html</a><br/>据回答应该是水晶报表的问题,我的系统没装vs2005是不是不行,还是我需要装什么软件,请教,很着急多谢各位。<br/>或者各位谁还有什么绩效考核类的源码可以提供,多谢了。

    0 个回复
  • 评论者:sywmo***
    sywmo***(用户) 发表于:2008-05-30 08:41:00

    自己下载的站长中国绩效考核系统一直都没有数据库<br /> <br /> 很着急<br /> <br /> 想问下在哪里可以找到数据库<br /> <br /> QQ:<a href="mailto:angel0608@126.com" target="_blank">******</a><br /> MSN: <a href="mailto:angel0608@126.com" target="_blank">******</a><a href="mailto:moon.0313@163.com" target="_blank">@163.com</a>

    1 个回复
    • 回复者:51asp***
      51asp***(编辑)回复于:2008-05-30 08:49:00

      必读文件中说明的很清楚了:<br/><br/>数据库名称:EXAM(DB_51aspx下为有测试数据文件,附加即可,建议采用!exam.sql为数据库脚本) <br/>压缩包中有数据库的SQL亮语句,在查询分析器中执行一下即可!

  • 评论者:wuwen***
    wuwen***(用户) 发表于:2008-05-22 12:38:00

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

    3 个回复
    • 回复者:51asp***
      51asp***(编辑)回复于:2008-05-23 14:55:00

      加上 try catch调试一下看看<br/><br/>否则也不好解释

    • 回复者:meng0***
      meng0***(用户)回复于:2008-06-01 18:01:00

      帮顶!!!

    • 回复者:sywmo***
      sywmo***(用户)回复于:2008-05-28 15:45:00

      我的也没有数据库啊<br/>不知道楼主有没有找到啊 <br/>万分着急中

  • 评论者:狂徒***
    狂徒***(用户) 发表于: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 个回复
    • 回复者:51asp***
      51asp***(编辑)回复于: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/>

    • 回复者:zhaif***
      zhaif***(用户)回复于: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后,就出现以上的问题了。

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

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

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

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

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

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

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

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

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

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

  • 评论者:初学者***
    初学者***(用户) 发表于:2008-04-05 09:06:00

    绩效考核系统里如何增加打分项目,现在如果超过十项评分项目,网页就抱错,而且不计算<br/>var mynum=eval(&quot;window.document.all.GridView1$ctl0&quot;+ n +&quot;$txtScore.value&quot;);<br/>上面这条语句的GridView1$ctl0总是报错

    2 个回复
    • 回复者:51asp***
      51asp***(编辑)回复于:2008-04-07 10:52:00

      具体是什么错哇?

    • 回复者:初学者***
      初学者***(用户)回复于:2008-04-07 10:05:00

      怎么没有人回答,自己顶一下。

  • 评论者:ycqsk***
    ycqsk***(用户) 发表于:2007-12-12 15:54:00

    站长中国绩效考核系统源码 里面的没有示例数据,附加并执行SQL文件后,数据库里面还是没有数据记录,求助站长啊

    3 个回复
    • 回复者:starc***
      starc***(用户)回复于:2008-04-03 18:19:00

      我也在找,终于找到了,这里有下的,带数据库的。<br/><br/><a href="http://www.onegreen.net/code/HTML/10644.html" target="_blank">http://www.onegreen.net/code/HTML/10644.html</a>

    • 回复者:sywmo***
      sywmo***(用户)回复于:2008-05-29 09:35:00

      :'( :'( :'( <br/>为什么我还是找不到数据库呢 急啊!!好心人帮帮忙吧<br/>万分的感谢啊!!

    • 回复者:曹群梅***
      曹群梅***(用户)回复于:2008-12-15 18:11:00

      279806682这是我的QQ,能不能发给我啊?急用啊