3 messaggi dal 22 marzo 2011
ciao a tutti
ho questo problema: su un server win2008r2 64bit ho pubblicato un servizio wcf che. testato sul server, funziona
se sulla mia macchina Win7 32bit in Vs2010 aggiungo un riferimento a questo servizio, quando vado a invocare un qualsiasi metodo mi genera questa eccezione:

The server was unable to process the request due to an internal error. For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the <serviceDebug> configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework 3.0 SDK documentation and inspect the server trace logs.

grazie in anticipo
3.165 messaggi dal 06 settembre 2002
Contributi | Blog
Ciao,

abilita il tracing sul servizio oppure fai quello che dice il messaggio di errore. solo in questo modo potrai capire di quale sia il problema. altrimenti così non è possibile aiutarti.

HTH
Stefano

Nothing can be born from hartred

Stefano (SM15455) Mostarda
http://blogs.aspitalia.com/SM15455
Rome Italy
3 messaggi dal 22 marzo 2011
grazie della risposta
ho modificato a true IncludeExceptionDetailInFaults e ho quindi avuto dettagli sull'errore.

Could not load file or assembly 'Oracle.DataAccess, Version=2.112.1.0, Culture=neutral, PublicKeyToken=89b483f429c47342' or one of its dependencies. The system cannot find the file specified.

ho trovato la soluzione del problema a questo link:
http://stackoverflow.com/questions/1953676/could-not-load-file-or-assembly-for-oracle-dataaccess-in-net
.

grazie comunque
Modificato da jgurl il 07 febbraio 2013 10.46 -

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.