Bonjour à tous,
J'ai un petit souci dans le code d'une Winform :
J'ai 1 warning :
Et la déclaration qui pose problème semble être :Code:
1
2 Code :Sélectionner tout - Visualiser dans une fenêtre à part Warning Could not find type 'System.Collections.Generic.Dictionary(Of System.String, System.Collections.Generic.List(Of ServeurHL7.ThreadServeur))'. Please make sure that the assembly that contains this type is referenced. If this type is a part of your development project, make sure that the project has been successfully built using settings for your current platform or Any CPU.
La classe ThreadServeur est une classe que j'ai créé dans mon projet.Code:
1
2 Private threadsServeurEnCours As Dictionary(Of String, List(Of ThreadServeur))
J'utilise VS2010.
Une idée du problème et de la solution?
Merci.