手上没.net 2003盘,制作安装盘时提示"错误1706。未找到产品 Visual Studio.net Enterpris Architect 2003 - Chs 的有效源。Windows 安装程序无法继续",如何解决?

解决方案 »

  1.   

    这个算.net 2003安装部署的问题 ???算光盘制作的问题吧?
      

  2.   

    做了个windows程序,想到没安装.net的系统上安装运行,现在在.net 2003里创建个安装部署项
    目,在 应用程序文件夹 中添加完程序文件后生成运行文件是提示的错误.
      

  3.   

    参考一下http://yistudio.cnblogs.com
      

  4.   

    to yistudio(阳光灿烂的日子) :
    还是出现原来的错误提示.
    找盘先!
      

  5.   

    找到安装盘后形成安装文件时没提示错误了.
    但是安装后程序没法运行,第一次做安装程序,不熟悉,哪位能提示提示.提示错误:
    See the end of this message for details on invoking 
    just-in-time (JIT) debugging instead of this dialog box.************** Exception Text **************
    System.Data.OleDb.OleDbException: No error information available: REGDB_E_CLASSNOTREG(0x80040154).
       at System.Data.OleDb.OleDbConnection.ProcessResults(Int32 hr)
       at System.Data.OleDb.OleDbConnection.InitializeProvider()
       at System.Data.OleDb.OleDbConnection.Open()
       at zdfb.Form1.check_table(String table_name)
       at zdfb.Form1.Form1_Load(Object sender, EventArgs e)
       at System.Windows.Forms.Form.OnLoad(EventArgs e)
       at System.Windows.Forms.Form.OnCreateControl()
       at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
       at System.Windows.Forms.Control.CreateControl()
       at System.Windows.Forms.Control.WmShowWindow(Message& m)
       at System.Windows.Forms.Control.WndProc(Message& m)
       at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
       at System.Windows.Forms.ContainerControl.WndProc(Message& m)
       at System.Windows.Forms.Form.WmShowWindow(Message& m)
       at System.Windows.Forms.Form.WndProc(Message& m)
       at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
       at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
    ************** Loaded Assemblies **************
    mscorlib
        Assembly Version: 1.0.5000.0
        Win32 Version: 1.1.4322.2032
        CodeBase: file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll
    ----------------------------------------
    zdfb
        Assembly Version: 1.0.2291.16963
        Win32 Version: 1.0.2291.16963
        CodeBase: file:///E:/zdfb/zdfb.exe
    ----------------------------------------
    System.Windows.Forms
        Assembly Version: 1.0.5000.0
        Win32 Version: 1.1.4322.2032
        CodeBase: file:///c:/windows/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll
    ----------------------------------------
    System
        Assembly Version: 1.0.5000.0
        Win32 Version: 1.1.4322.2032
        CodeBase: file:///c:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll
    ----------------------------------------
    System.Drawing
        Assembly Version: 1.0.5000.0
        Win32 Version: 1.1.4322.2032
        CodeBase: file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll
    ----------------------------------------
    System.Data
        Assembly Version: 1.0.5000.0
        Win32 Version: 1.1.4322.2032
        CodeBase: file:///c:/windows/assembly/gac/system.data/1.0.5000.0__b77a5c561934e089/system.data.dll
    ----------------------------------------************** JIT Debugging **************
    To enable just in time (JIT) debugging, the config file for this
    application or machine (machine.config) must have the
    jitDebugging value set in the system.windows.forms section.
    The application must also be compiled with debugging
    enabled.For example:<configuration>
        <system.windows.forms jitDebugging="true" />
    </configuration>When JIT debugging is enabled, any unhandled exception
    will be sent to the JIT debugger registered on the machine
    rather than being handled by this dialog.
    问题出在哪,第一次做安装程序,不熟悉,哪位能提示提示.
    再加50分
      

  6.   

    启动后窗口提示错误:
    An unhandled expcetion has occurred in your application.
    If you click Continue, the application will ignore this 
    error and attempt to continue.If you click Quit,
    the application will be shut down immediately.No error information available: REGDB_E_CLASSNOTREG(Ox80040154)上面是详细错误内容:
      

  7.   

    操作系统是 XP 加打完 Sp2补丁
      

  8.   

    把IIS和几个windows程序安装后就可以了,可能是XP 系统问题.