Une procédure importés par {myassembly} n'a pas pu être chargé

lors de l'exécution d'un prorgam, il semble qu'il me manque une bibliothèque, lorsque je lance la sortie de mon projet, j'obtiens une exception au démarrage.

A first chance exception of type 'System.IO.FileLoadException' occurred in mscorlib.dll
An unhandled exception of type 'System.IO.FileLoadException' occurred in mscorlib.dll

Additional information: A procedure imported by 'my assembly, Version=xx.1.1.0, Culture=neutral, PublicKeyToken=7292581204d9e04a' could not be loaded.

'ScriptX.vshost.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\System.Configuration.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll', No symbols loaded.

Ma question est: comment puis-je déterminer la bibliothèque est manquant, car, à ce stade, je ne peux pas voir les valeurs transmises à:

mscorlib.dll!System.AppDomain.ExecuteAssembly(string assemblyFile, System.Security.Policy.Evidence assemblySecurity, string[] args) + 0x3a bytes    
  • La traduction allemande lit "Eine von {myassembly} importierte Prozedur konnte nicht geladen werden.", juste au cas où quelqu'un est googler (juste comme je l'ai fait).
InformationsquelleAutor BlueTrin | 2009-12-22