看不出端倪
终于找到一个能难住你的问题
此号自封于2006年11月30日
1:我的debug里没 Sms2jp.dll 这个库 而且我也没引用它哦
2:我生成了release后 执行出现跟 debug 一样的错误
private void button1_Click_1(object sender, System.EventArgs e)
{
try
{
SmsDeal.StartDeal ( );
}
catch(System.Exception ex)
{
MessageBox.Show (ex.ToString ());
}
}
上面是我的窗体上的一个按钮的内容
运行窗体是没错误发生的
我一点这个按钮就弹上面这个错误
SmsDeal类的内容 帮我看看吧
[CODE]using System;
using System.Windows .Forms ;
using System.Data ;
using System.Data .SqlClient ;
using System.Collections ;
using System.IO ;
using System.Text ;
using System.Text .RegularExpressions ;
namespace ***
{
/// <summary>
/// /// </summary>
public class SmsDeal
{
public SmsDeal()
{
//
// TODO: 在此处添加构造函数逻辑
//
}
/// <summary>
/// 处理主程序
/// </summary>
/// <returns>是否正常结束</returns>
public static bool StartDeal()
{
return true;
}
}
}[/CODE]
[此贴子已经被作者于2006-10-11 15:21:25编辑过]
應該不是代碼出錯了
是那個Sms2jp
你有沒哪個程序集是這個名字
你這是個web程序?
注意下文件夾的權限 是win 2003?
[此贴子已经被作者于2006-10-11 15:25:11编辑过]