| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 452 人关注过本帖
标题:[求助]单机运行没有问题,但是放在服务器上就出现如下问题!为什么?
只看楼主 加入收藏
ibiws
Rank: 1
来 自:哈尔滨
等 级:新手上路
帖 子:55
专家分:0
注 册:2007-7-12
收藏
 问题点数:0 回复次数:0 
[求助]单机运行没有问题,但是放在服务器上就出现如下问题!为什么?

Server Error in '/' Application.
--------------------------------------------------------------------------------

第 1 行: '2' 附近有语法错误。
Description: 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.

Exception Details: System.Exception: 第 1 行: '2' 附近有语法错误。

Source Error:


Line 338: {
Line 339: myTrans.Rollback();
Line 340: throw new Exception(e.Message);
Line 341: }
Line 342: finally

Source File: f:\Inetpub\wwwroot\ProductLibManSys\App_Code\Database.cs Line: 340

Stack Trace:


[Exception: 第 1 行: '2' 附近有语法错误。]
database.Database.ExecuteSqls(String[] strSQLs) in f:\Inetpub\wwwroot\ProductLibManSys\App_Code\Database.cs:340
ViewProduct.PrivateToPublic() in f:\Inetpub\wwwroot\ProductLibManSys\ProductManagement\ViewProduct.aspx.cs:2594
ViewProduct.bt_ToPublic_Click(Object sender, EventArgs e) in f:\Inetpub\wwwroot\ProductLibManSys\ProductManagement\ViewProduct.aspx.cs:2492
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +105
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +107
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5102


搜索更多相关主题的帖子: 服务器 单机 运行 
2007-09-16 22:46
快速回复:[求助]单机运行没有问题,但是放在服务器上就出现如下问题!为什么?
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.026127 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved