最近我们团队完成了项目开发,要我做一个安装程序.以前从来没有进行过,哈哈^先花了半天学习,最后做了一个安装程序.但是出现在了一个问题,希望能得到高手的指教:
在我安装在最后的关头出现了这样的错误:未将对象设置引用到对象的实例!
Creating Setup and Deployment Projects in VS2005.NET

安装程序又无法进行调试,找了好多次还是找不到哪里出现了问题.后面附上了安装类库的代码:
我的解决方案:
Creating Setup and Deployment Projects in VS2005.NET

UI设计(1):
Creating Setup and Deployment Projects in VS2005.NET

UI设计(2):
Creating Setup and Deployment Projects in VS2005.NETCreating Setup and Deployment Projects in VS2005.NET

类库的代码有点长:
Creating Setup and Deployment Projects in VS2005.NETusing System;
Creating Setup and Deployment Projects in VS2005.NET
using System.IO;
Creating Setup and Deployment Projects in VS2005.NET
using System.Data;
Creating Setup and Deployment Projects in VS2005.NET
using System.Configuration.Install;
Creating Setup and Deployment Projects in VS2005.NET
using System.DirectoryServices;
Creating Setup and Deployment Projects in VS2005.NET
using System.Reflection;
Creating Setup and Deployment Projects in VS2005.NET
using System.Data.SqlClient;
Creating Setup and Deployment Projects in VS2005.NET
using System.Collections.Specialized;
Creating Setup and Deployment Projects in VS2005.NET
using System.Xml;
Creating Setup and Deployment Projects in VS2005.NET
using Microsoft.Win32;
Creating Setup and Deployment Projects in VS2005.NET
using System.ComponentModel;
Creating Setup and Deployment Projects in VS2005.NET
using System.Management;
Creating Setup and Deployment Projects in VS2005.NET
using System.Collections;
Creating Setup and Deployment Projects in VS2005.NET
Creating Setup and Deployment Projects in VS2005.NET
namespace EightySharplibary

希望高手指点迷津.
感谢
(徐智雄):http://www.cnblogs.com/xuzhixiong/archive/2006/06/27/437056.html
http://weblogs.asp.net/scottgu/archive/2005/11/06/429723.aspx
http://www.c-sharpcorner.com/UploadFile/vishnuprasad2005/SetupProjects12022005022406AM/SetupProjects.aspx
SetupProjects12022005022406AM/SetupProjects.aspx

相关文章:

  • 2021-07-21
  • 2022-12-23
  • 2021-09-11
  • 2022-12-23
  • 2022-12-23
  • 2022-02-19
  • 2022-01-24
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-08-22
  • 2022-12-23
  • 2021-12-22
  • 2021-06-15
相关资源
相似解决方案