.Net Windows Forms(窗体程序)在服务端运行不了的问题(本机可以)
原因:是在Form1的构造函数中多了这几行,在服务端找不到配制文件。
//DomSqlMapBuilder builder = new DomSqlMapBuilder();//ISqlMapper mapper = builder.Configure(@"..\..\App_Data\SqlMap.config");//DaoManager.Configure(@"..\..\App_Data\Dao.config");