Installation terminée, lancement de rheingold, et paf :

J'ai configuré le soft en français donc ça ne vient pas des bases de rheingold à priori (dans SQLiteDBs) puisque les fichiers FR
copiés sont pris en compte.
[EDIT] Après un examen du fichier de log de rheingold (c:\Program Files (x86)\Rheingold\Logs\TesterGUI.log), je trouve cette erreur :
Code : Tout sélectionner
2014-08-26 11:43:31 INFO [T] ISTA: [1] DatabaseProviderFactory.LoadAssembly() - Trying to load database provider assembly: C:\Program Files (x86)\Rheingold\TesterGUI\bin\Release\RheingoldDatabaseSQLiteConnector.dll
2014-08-26 11:43:31 ERROR [T] ISTA: [1] DatabaseProviderFactory.LoadAssembly() - failed with exception: System.NotSupportedException: An attempt was made to load an assembly from a network location which would have caused the assembly to be sandboxed in previous versions of the .NET Framework. This release of the .NET Framework does not enable CAS policy by default, so this load may be dangerous. If this load is not intended to sandbox the assembly, please enable the loadFromRemoteSources switch. See http://go.microsoft.com/fwlink/?LinkId=155569 for more information.
at System.Reflection.RuntimeAssembly.nLoadFile(String path, Evidence evidence)
at System.Reflection.Assembly.LoadFile(String path)
at BMW.Rheingold.CoreFramework.DatabaseProvider.DatabaseProviderFactory.LoadAssembly(String className, String dllName)
Sur le site de Microsoft (go.microsoft.com/fwlink/?LinkId=155569), on peut lire ça : "If an application has been copied from the web, it is flagged by Windows as being a web application, even if it resides on the local computer. You can change that designation by changing the file properties, (...)"
et effectivement, lorsqu'on va voir les propriétés du fichier RheingoldDatabaseSQLiteConnector.dll, on voit qu'il est bloqué. Il faut donc le débloquer (comme quelqu'un l'a déjà indiquer précédemment).
Ca a l'air de rouler maintenant !
Je vais essayer de brancher la voiture et on verra si tout est ok. A suivre ...