Visualizzazione dei risultati da 1 a 2 su 2
  1. #1
    Utente di HTML.it L'avatar di krico
    Registrato dal
    Mar 2003
    Messaggi
    186

    [vb.net] pacchetto installazione prob

    l'applicazione che installo funziona in quasi ogni sua parte tranne che x una funzionalità che mi genera il seguente errore:

    file or assembly name microsoft.office.interop.excel, or one of
    its dependencies, was not found

    con i seguenti dettagli:
    See the end of this message for details on invoking
    just-in-time (JIT) debugging instead of this dialog box.

    ************** Exception Text **************
    System.IO.FileNotFoundException: File or assembly name Microsoft.Office.Interop.Excel, or one of its dependencies, was not found.
    File name: "Microsoft.Office.Interop.Excel"
    at miocondominio.nuovocond.Excel(Object[]& nomi)
    at miocondominio.nuovocond.cmdcarica_Click(Object sender, EventArgs e)
    at System.Windows.Forms.Control.OnClick(EventArgs e)
    at System.Windows.Forms.Button.OnClick(EventArgs e)
    at System.Windows.Forms.Button.OnMouseUp(MouseEventAr gs mevent)
    at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
    at System.Windows.Forms.Control.WndProc(Message& m)
    at System.Windows.Forms.ButtonBase.WndProc(Message& m)
    at System.Windows.Forms.Button.WndProc(Message& m)
    at System.Windows.Forms.ControlNativeWindow.OnMessage (Message& m)
    at System.Windows.Forms.ControlNativeWindow.WndProc(M essage& m)
    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

    === Pre-bind state information ===
    LOG: DisplayName = Microsoft.Office.Interop.Excel, Version=10.0.4504.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
    (Fully-specified)
    LOG: Appbase = C:\Documents and Settings\carmelo saccoccia\Menu Avvio\Programmi\miocondominio\
    LOG: Initial PrivatePath = NULL
    Calling assembly : miocondominio, Version=1.0.1452.27046, Culture=neutral, PublicKeyToken=null.
    ===

    LOG: Publisher policy file is not found.
    LOG: Host configuration file not found.
    LOG: Using machine configuration file from C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\confi g\machine.config.
    LOG: Post-policy reference: Microsoft.Office.Interop.Excel, Version=10.0.4504.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
    LOG: Attempting download of new URL file:///C:/Documents and Settings/carmelo saccoccia/Menu Avvio/Programmi/miocondominio/Microsoft.Office.Interop.Excel.DLL.
    LOG: Attempting download of new URL file:///C:/Documents and Settings/carmelo saccoccia/Menu Avvio/Programmi/miocondominio/Microsoft.Office.Interop.Excel/Microsoft.Office.Interop.Excel.DLL.
    LOG: Attempting download of new URL file:///C:/Documents and Settings/carmelo saccoccia/Menu Avvio/Programmi/miocondominio/Microsoft.Office.Interop.Excel.EXE.
    LOG: Attempting download of new URL file:///C:/Documents and Settings/carmelo saccoccia/Menu Avvio/Programmi/miocondominio/Microsoft.Office.Interop.Excel/Microsoft.Office.Interop.Excel.EXE.



    ************** Loaded Assemblies **************
    mscorlib
    Assembly Version: 1.0.5000.0
    Win32 Version: 1.1.4322.573
    CodeBase: file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll
    ----------------------------------------
    miocondominio
    Assembly Version: 1.0.1452.27046
    Win32 Version: 1.0.1452.27046
    CodeBase: file:///C:/Documents%20and%20Settings/carmelo%20saccoccia/Menu%20Avvio/Programmi/miocondominio/miocondominio.exe
    ----------------------------------------
    System.Windows.Forms
    Assembly Version: 1.0.5000.0
    Win32 Version: 1.1.4322.573
    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.573
    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.573
    CodeBase: file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll
    ----------------------------------------
    CrystalDecisions.CrystalReports.Engine
    Assembly Version: 9.1.5000.0
    Win32 Version: 9.1.9800.0
    CodeBase: file:///c:/windows/assembly/gac/crystaldecisions.crystalreports.engine/9.1.5000.0__692fbea5521e1304/crystaldecisions.crystalreports.engine.dll
    ----------------------------------------
    CrystalDecisions.Shared
    Assembly Version: 9.1.5000.0
    Win32 Version: 9.1.9800.0
    CodeBase: file:///c:/windows/assembly/gac/crystaldecisions.shared/9.1.5000.0__692fbea5521e1304/crystaldecisions.shared.dll
    ----------------------------------------
    System.Data
    Assembly Version: 1.0.5000.0
    Win32 Version: 1.1.4322.573
    CodeBase: file:///c:/windows/assembly/gac/system.data/1.0.5000.0__b77a5c561934e089/system.data.dll
    ----------------------------------------
    System.Xml
    Assembly Version: 1.0.5000.0
    Win32 Version: 1.1.4322.573
    CodeBase: file:///c:/windows/assembly/gac/system.xml/1.0.5000.0__b77a5c561934e089/system.xml.dll
    ----------------------------------------
    CrystalKeyCodeLib
    Assembly Version: 9.1.5000.0
    Win32 Version: 9.1.9800.0
    CodeBase: file:///c:/windows/assembly/gac/crystalkeycodelib/9.1.5000.0__692fbea5521e1304/crystalkeycodelib.dll
    ----------------------------------------
    Microsoft.VisualBasic
    Assembly Version: 7.0.5000.0
    Win32 Version: 7.10.3052.4
    CodeBase: file:///c:/windows/assembly/gac/microsoft.visualbasic/7.0.5000.0__b03f5f7f11d50a3a/microsoft.visualbasic.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.


    e mi blocca l'esecuzione.
    che fortuna essere sognatore in un mondo in cui è una sfortuna essere sognatori

  2. #2
    Utente di HTML.it L'avatar di krico
    Registrato dal
    Mar 2003
    Messaggi
    186
    mi scuso per la lunghezza del primo messaggio ma sto impazzendo poichè un primo pacchetto funzionava per certe funzionalità ed aveva prob per un'altra. ora l'altra l'ho risolta ed ho creato un nuovo pacchetto ma una delle funionalità che prima funzionava non funziona più.

    questo sono io ora:
    che fortuna essere sognatore in un mondo in cui è una sfortuna essere sognatori

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.