在线咨询

QQ咨询

微信关注

微博关注

源码信息

最新源码评论

综合讨论 下载前咨询( 21 人) | 下载后讨论( 12 人 )

  • 评论者:恋丝宝宝***
    恋丝宝宝***(用户) 发表于:2009-01-20 10:45:00

    如果不可以的话是不是要安装2005和SP1才可以?安装2005后对原来机子上的其他代码有影响吗?我不知道这么问对不对哦,见笑~~谅解

    1 个回复
    • 回复者:diana***
      diana***(用户)回复于:2010-07-08 10:25:00

      如果出现“"安装不支持项目类型” 就需要打sp1补丁,安装vs2005后对机子上其他的代码没有影响的!

  • 评论者:chusy***
    chusy***(用户) 发表于:2009-01-08 15:42:00

    我在网站下载了<a href="http://www.51aspx.com/CV/OfficeAnywhere" target="_blank"><font color="#339900">协同OA办公自动化系统源码</font></a>,设置好IIS后出现如下错误:<br/>Runtime Error <br/>Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. <br/>Details: To enable the details of this specific error message to be viewable on remote machines, please create a &lt;customErrors&gt; tag within a &quot;web.config&quot; configuration file located in the root directory of the current web application. This &lt;customErrors&gt; tag should then have its &quot;mode&quot; attribute set to &quot;Off&quot;.<br/><br/>&lt;!-- Web.Config Configuration File --&gt;<br/>&lt;configuration&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;system.web&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;customErrors mode=&quot;Off&quot;/&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;/system.web&gt;<br/>&lt;/configuration&gt;<br/> <br/>Notes: The current error page you are seeing can be replaced by a custom error page by modifying the &quot;defaultRedirect&quot; attribute of the application's &lt;customErrors&gt; configuration tag to point to a custom error page URL.<br/><br/>&lt;!-- Web.Config Configuration File --&gt;<br/>&lt;configuration&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;system.web&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;customErrors mode=&quot;RemoteOnly&quot; defaultRedirect=&quot;mycustompage.htm&quot;/&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;/system.web&gt;<br/>&lt;/configuration&gt;<br/> <br/>按照错误提示做了,还是没用,请教这是什么原因?如何解决啊?谢谢了

    2 个回复
    • 回复者:apass***
      apass***(用户)回复于:2009-01-23 11:15:00

      这个程序的登陆界面和主界面html码有大量的破坏,直接运行是运行不了的,我花了好几天的功夫才把错误全部修改过来然后才能运行起来,而且里面的界面,功能很简陋,代码写的也是不敢恭维

    • 回复者:恋丝宝宝***
      恋丝宝宝***(用户)回复于:2009-01-20 10:47:00

      我也出现这个错误,等51解答啊~~~~

  • 评论者:slcy1***
    slcy1***(用户) 发表于:2008-09-25 17:13:00

    是不是数据库里缺一个path表啊,怎么找不到

    0 个回复
  • 评论者:anly_***
    anly_***(用户) 发表于:2008-06-25 09:57:00

    请问如何下载啊,我怎么下不下来?:'(

    0 个回复
  • 评论者:jiang***
    jiang***(用户) 发表于:2008-06-24 23:00:00

    :P 是不是少了两个DLL文件,还是找不到。怎么回事呀?

    2 个回复
    • 回复者:mycsd***
      mycsd***(用户)回复于:2008-06-25 07:53:00

      没有啊,我的同学也试过了,很正常的呢

    • 回复者:jiang***
      jiang***(用户)回复于:2008-06-25 21:42:00

      哦!<br/>谢谢啊!是我弄错了!<br/>多多交流!

  • 评论者:jiang***
    jiang***(用户) 发表于:2008-06-24 22:55:00

    编译时,产生两个警告错误:<br/><br/>无法更新自动刷新引用&quot;ns_dbop.dll&quot;. 找不到程序集&quot;H:\新建文件夹\OA_Test\Bin\NS_DB0P.dll&quot;.<br/>无法更新自动刷新引用&quot;aspnetpager.dll&quot;. 找不到程序集&quot;H:\xiaoshuo\xiaoshuo\Bin\AspNetPager.dll&quot;.<br/><br/>麻烦您: 把这两个DLL发到我的邮箱里,谢谢!向您学习!<br/><br/><a href="mailto:jianggangyong@hotmail.com" target="_blank">jianggangyong@hotmail.com</a><br/><br/>期待您的回信。谢谢!

    3 个回复
    • 回复者:mycsd***
      mycsd***(用户)回复于:2008-06-25 07:51:00

      我用过这个系统,可以执行编译的阿<br/><br/>楼主说的那两个dll在bin下是明明存在的,请检查哦<br/>[attachimg]880[/attachimg]<br/>希望我的回答能给你带来帮助~

    • 回复者:jiang***
      jiang***(用户)回复于:2008-06-29 22:17:00

      好了!<br/>仍然要谢谢你!

    • 回复者:bychg***
      bychg***(用户)回复于:2009-09-15 21:58:00

      我也是编译出现同样的错误,BIN下面确实也存在,当就是报这样的错警告&nbsp;&nbsp;&nbsp;&nbsp;<br/>1&nbsp;&nbsp;&nbsp;&nbsp;无法更新自动刷新引用“ns_dbop.dll”。 找不到程序集“F:\企业管理系统\OA_Test\Bin\NS_DBOP.dll”。&nbsp;&nbsp;&nbsp;&nbsp;F:\企业管理系统\OATest\Bin\ns_dbop.dll.refresh&nbsp;&nbsp;&nbsp;&nbsp;F:\企业管理系统\OATest\<br/>不知道楼主怎么解决的,谢谢

  • 评论者:amwyy***
    amwyy***(用户) 发表于:2008-06-21 08:57:00

    怎么不可以添加管理员啊,,添加员工登入也错误,,提示说数据错误,可是在员工哪里可以看到新添加的

    1 个回复
    • 回复者:nanga***
      nanga***(用户)回复于:2010-02-22 22:45:00

      管理员在数据里直接添加,添加员工时,一定要填写登陆名和姓名,否则就会出错,自己可以改代码的。我发现好多代友有问题,特别是公文流转那个模块,我现在在修改它,看半天了,还没有看懂。

  • 评论者:51asp***
    51asp***(编辑) 发表于:2008-06-13 10:39:00

    协同OA后台部分功能截图,仅供大家参考<br/><br/>[attachimg]846[/attachimg][attachimg]847[/attachimg][attachimg]848[/attachimg][attachimg]849[/attachimg][attachimg]850[/attachimg]

    7 个回复
    • 回复者:hackh***
      hackh***(用户)回复于:2008-06-13 12:56:00

      <a href="http://www.winoa.com/" target="_blank">http://www.winoa.com/</a>&nbsp;&nbsp;我以为是这个协同呢。

    • 回复者:kan11***
      kan11***(用户)回复于:2009-12-09 16:51:00

      顶你! 谢谢!。~

    • 回复者:ggroe***
      ggroe***(用户)回复于:2010-03-24 11:42:00

      网站的OA代码太了了~

    • 回复者:stalw***
      stalw***(用户)回复于:2010-01-06 09:46:00

      :) :) :) :)

    • 回复者:sunha***
      sunha***(用户)回复于:2010-04-16 15:40:00

      经过测试&nbsp;&nbsp; 员工录入后&nbsp;&nbsp;可以在员工列表里面显示,但是为什么员工无法登陆,查看数据库根本没有写入USER表

    • 回复者:hugen***
      hugen***(用户)回复于:2010-05-24 11:35:00

      有数据库说明吗?

    • 回复者:归宿***
      归宿***(用户)回复于:2010-06-01 18:20:00

      学习学习

  • 评论者:yuguo***
    yuguo***(作者) 发表于:2008-06-12 17:59:00

    在读书时做的毕业设计..供入门者参考!!<br/><br/><br/><br/>源码下载地址:<a href="http://www.51aspx.com/CV/OfficeAnywhere" target="_blank">http://www.51aspx.com/CV/OfficeAnywhere</a><br/><font color="red"></font>

    5 个回复
    • 回复者:jeffs***
      jeffs***(用户)回复于:2008-09-11 22:32:00

      NS_DBOP.dll楼主能公布这个文件的代码吗?

    • 回复者:yuguo***
      yuguo***(作者)回复于:2008-06-12 18:02:00

      我QQ<span>********</span> 大家一起交流下经验。。!!

    • 回复者:saner***
      saner***(用户)回复于:2008-06-16 16:19:00

      你好,UserWork/PlanManage.aspx.cs的bnQuery_ServerClick中的da.Fill(ds)报从字符串向 datetime 转换时失败,请问如何解决?

    • 回复者:wolfk***
      wolfk***(用户)回复于:2008-09-23 02:58:00

      非常不错,谢谢

    • 回复者:xj168***
      xj168***(用户)回复于:2009-01-18 15:17:00

      我也想学用C#开发OA系统,希望楼主能加我qq<span>&nbsp;********</span>