源码信息

最新源码评论

综合讨论 下载前咨询( 2 人) | 下载后讨论( 4 人 )

  • 评论者:kelie***
    kelie***(用户[下载于:2016-12-29 13:20]) 发表于:2016-12-30 19:45:08

    不会用,我放空间里面了,不好用。

    1 个回复
    • 回复者:yk704***
      yk704***(作者)回复于:2017-01-05 08:37:52

      程序要支持net4.0 然后经典模式 32位的模式

  • 评论者:cngcn***
    cngcn***(用户[下载于:2014-06-15 22:01]) 发表于:2014-06-16 22:57:41

    <h2 style="font-family:Verdana;font-weight:normal;font-size:14pt;color:maroon;"> <em>The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine.</em> </h2> <div> <em>这个错误如何解决?</em> </div>

    2 个回复
    • 回复者:郝光明yz***
      郝光明yz***(编辑)回复于:2014-06-17 08:27:40

      在vs调试中,选择x86平台进行调试,应该是你的系统是64位造成的

    • 回复者:yk704***
      yk704***(作者)回复于:2017-01-05 08:36:58

      64位的操作系统 修改程序连接池为的32位模式

  • 评论者:wwb24***
    wwb24***(编辑) 发表于:2014-04-08 08:58:00

    <span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; background-color: rgb(240, 248, 253);">“targetFramework”。请注意属性名称区分大小写。 这个错误的,需要设置程序池为4.0</span>

    0 个回复
  • 评论者:fishg***
    fishg***(用户[下载于:2014-01-07 09:32]) 发表于:2014-01-07 09:43:13

    <span></span><h1>Server Error in '/' Application.<hr color="silver" size="1" width="100%" /></h1> <h2> <em>操作必须使用一个可更新的查询。</em> </h2> <span style="font-family:Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ;"> <strong> Description: </strong>An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. <br /><br /> <strong> Exception Details: </strong>System.Data.OleDb.OleDbException: 操作必须使用一个可更新的查询。<br /></span>

    1 个回复
    • 回复者:霹雳贝贝***
      霹雳贝贝***(编辑)回复于:2014-01-07 10:21:49

      <span style="color:#333333;font: 13px/26px Verdana, Helvetica, Arial, sans-serif; text-align: left; text-transform: none; text-indent: 0px; letter-spacing: normal; word-spacing: 0px; float: none; display: inline !important; white-space: normal; font-size-adjust: none; font-stretch: normal; -webkit-text-stroke-width: 0px;">你本地的access数据库没有写入权限。加一下权限再试试</span>