源码信息

最新源码评论

综合讨论 下载前咨询( 9 人) | 下载后讨论( 3 人 )

  • 评论者:59743***
    59743***(用户[下载于:2013-12-17 17:53]) 发表于:2013-12-17 17:58:21

    在建立与服务器的连接时出错。在连接到 SQL Server 2005 时,在默认的设置下 SQL Server 不允许进行远程连接可能会导致此失败。 (provider: 命名管道提供程序, error: 40 - 无法打开到 SQL Server 的连接)??? 这个问题怎么解决啊

    1 个回复
    • 回复者:郝光明yz***
      郝光明yz***(编辑)回复于:2014-06-10 17:56:48

      <p>sql服务没有开启,数据库连接字符串配置不正确</p><p>&nbsp;</p>

  • 评论者:余鑫147***
    余鑫147***(用户[下载于:2013-10-12 14:17]) 发表于:2013-10-12 14:26:42

    我怎么不会使用啊,用哪个打开啊

    2 个回复
    • 回复者:霹雳贝贝***
      霹雳贝贝***(编辑)回复于:2013-10-12 16:40:00

      源码需要用vs运行,你也可以搭建在iis运行浏览

    • 回复者:真的假的真***
      真的假的真***(用户[下载于:2014-11-21 08:17])回复于:2014-11-21 08:43:14

      <p> 同上 菜鸟 </p>

  • 评论者:冰玉木鱼***
    冰玉木鱼***(用户) 发表于:2012-12-10 17:54:43

    我怎么下不下来啊,老提示无法显示该页面,有哪位可以把下载下来的发我邮箱啊,******@qq.com不胜感激!急求!!

    1 个回复
    • 回复者:wwb24***
      wwb24***(编辑)回复于:2012-12-11 08:41:50

      可以下载的,点击立即下载 同意协议 下载就可以了

  • 评论者:wxs84***
    wxs84***(用户) 发表于:2011-04-12 23:41:00

    基于.net平台的学生信息管理系统,使用C#语言写的,有吗?

    1 个回复
    • 回复者:capad***
      capad***(用户)回复于:2011-04-13 17:20:00

      这个代码就是c#写的呀。

  • 评论者:yangz***
    yangz***(用户) 发表于:2010-12-27 22:25:00

    很实用,不错

    0 个回复
  • 评论者:xcp25***
    xcp25***(用户) 发表于:2010-04-16 19:05:00

    很多功能都不能使用,会报错,比如不能增加之类的!

    0 个回复
  • 评论者:yuanm***
    yuanm***(用户) 发表于:2009-01-18 21:01:00

    Server Error in '/' Application. <i>用户 'WANGHAILIN\ASPNET' 登录失败。</i> <font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif"><b>Description: </b>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/><b>Exception Details: </b>System.Data.SqlClient.SqlException: 用户 'WANGHAILIN\ASPNET' 登录失败。<br/><br/><b>Source Error:</b> <br/><br/><table class="t_table" cellspacing="1" cellpadding="4" style="width:98%;background: #ffffcc;"><tr><td>An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. </td></tr></table><br/><b><font face="Verdana">Stack Trace:</font></b> <br/><br/><table class="t_table" cellspacing="1" cellpadding="4" style="width:98%;background: #ffffcc;"><tr><td>[SqlException (0x80131904): 用户 'WANGHAILIN\ASPNET' 登录失败。]&nbsp;&nbsp; System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) +735043&nbsp;&nbsp; System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) +188&nbsp;&nbsp; System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) +1838&nbsp;&nbsp; System.Data.SqlClient.SqlInternalConnectionTds.CompleteLogin(Boolean enlistOK) +33&nbsp;&nbsp; System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(SqlConnection owningObject, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance) +628&nbsp;&nbsp; System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean redirectedUserInstance) +170&nbsp;&nbsp; System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection) +359&nbsp;&nbsp; System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options) +28&nbsp;&nbsp; System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject) +424&nbsp;&nbsp; System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject) +66&nbsp;&nbsp; System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject) +496&nbsp;&nbsp; System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) +82&nbsp;&nbsp; System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +105&nbsp;&nbsp; System.Data.SqlClient.SqlConnection.Open() +111&nbsp;&nbsp; System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +121&nbsp;&nbsp; System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +137&nbsp;&nbsp; System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, String srcTable) +83&nbsp;&nbsp; System.Web.UI.WebControls.SqlDataSourceView.ExecuteSelect(DataSourceSelectArguments arguments) +1742&nbsp;&nbsp; System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback) +13&nbsp;&nbsp; System.Web.UI.WebControls.DataBoundControl.PerformSelect() +150&nbsp;&nbsp; System.Web.UI.WebControls.BaseDataBoundControl.DataBind() +68&nbsp;&nbsp; System.Web.UI.WebControls.GridView.DataBind() +5&nbsp;&nbsp; System.Web.UI.WebControls.BaseDataBoundControl.EnsureDataBound() +61&nbsp;&nbsp; System.Web.UI.WebControls.CompositeDataBoundControl.CreateChildControls() +67&nbsp;&nbsp; System.Web.UI.Control.EnsureChildControls() +97&nbsp;&nbsp; System.Web.UI.Control.PreRenderRecursiveInternal() +50&nbsp;&nbsp; System.Web.UI.Control.PreRenderRecursiveInternal() +193&nbsp;&nbsp; System.Web.UI.Control.PreRenderRecursiveInternal() +193&nbsp;&nbsp; System.Web.UI.Control.PreRenderRecursiveInternal() +193&nbsp;&nbsp; System.Web.UI.Control.PreRenderRecursiveInternal() +193&nbsp;&nbsp; System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +6532</td></tr></table><br/></font>

    0 个回复
  • 评论者:dszxs***
    dszxs***(用户) 发表于:2009-01-07 08:42:00

    请问coursemanage数据库怎么导入sqlserver啊

    1 个回复
    • 回复者:51asp***
      51asp***(编辑)回复于:2009-01-07 18:26:00

      App_Data下为Sql数据库文件,附加即可

  • 评论者:lilis***
    lilis***(用户) 发表于:2009-01-02 11:20:00

    刚下好,不知道能不能用,先看看。期待中…………

    0 个回复
  • 评论者:winne***
    winne***(用户) 发表于:2008-12-17 20:02:00

    咋下不了啊?

    0 个回复