我建立了个部署的项目,把文件打包成了一个setup文件.但也不行.
我自己机器把vs2005卸掉后,也运行不正常....
本来一大段代码,我都用了try catch ,但连错误都不弹...这是我文件的头部using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.Net;
using System.IO;
using System.Collections;
using System.Text.RegularExpressions;
using System.Drawing.Imaging;
using mshtml;
using System.Runtime.InteropServices;
using Microsoft.Win32;