12 messaggi dal 16 novembre 2005
Ciao a tutti,
ho un problema, quando vado a fare l'apertura di un excel.

La cosa strana che quando lancio l'applicazione da VS tutto funziona correttamente(ovviamente VS carica il suo IIS per il debug), mentre quando poi utilizzo IIS "vero" mi esce questo errrore:

Exception from HRESULT: 0x800A03EC at Microsoft.Office.Interop.Excel.Workbooks.Open(String Filename, Object UpdateLinks, Object ReadOnly, Object Format, Object Password, Object WriteResPassword, Object IgnoreReadOnlyRecommended, Object Origin, Object Delimiter, Object Editable, Object Notify, Object Converter, Object AddToMru, Object Local, Object CorruptLoad) at AsteEnel.SchedulingMAVIR.Utility.CaricaCodiciAste() at AsteEnel.SchedulingMAVIR.Utility.SchedulingMAVIR() at AsteEnel.WebForm1.Esegui()Microsoft.Office.Interop.ExcelMicrosoft.Office.Interop.Excel.Workbook Open(System.String, System.Object, System.Object, System.Object, System.Object, System.Object, System.Object, System.Object, System.Object, System.Object, System.Object, System.Object, System.Object, System.Object, System.Object)

Ecco il pezzo di codice che dovrebbe dare problemi.

Microsoft.Office.Interop.Excel.ApplicationClass app_new;
app_new = new Microsoft.Office.Interop.Excel.ApplicationClass();
bookCodici_new = app_new.Workbooks.Open(sPath, Type.Missing, Type.Missing, Type.Missing, Type.Missing, Type.Missing, Type.Missing, Type.Missing, Type.Missing, Type.Missing, Type.Missing, Type.Missing, Type.Missing, Type.Missing, Type.Missing);

Ho provato a settare i permessi sulle DCOM, ma niente.
Avete qualche suggerimento??

Attualmente IIS che e' installato e' 7.
Il sistema operativo e' Windows7 a 64 bit.
l'office installato e' 2003

Grazie mille per l'aiuto

Torna al forum | Feed RSS

ASPItalia.com non è responsabile per il contenuto dei messaggi presenti su questo servizio, non avendo nessun controllo sui messaggi postati nei propri forum, che rappresentano l'espressione del pensiero degli autori.