Salut à tous,

J'ai créé un user control avec des controls tels que textbox, label, button etc., et jusque là tout va bien, mas lorque je fait le drag-and-drop pour le mettre sur mon windows form ça me donne cette erreur:

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
 
 
Failed to create component 'UserControl1'. The error message follows:
'System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than size of the collection.
Parameter name: index
 at System.Collections.ArrayList.get_Item(Int32 index) 
 at System.Collections.Specialized.NameObjectCollectionBase.BaseGet(Int32 index)
 at System.Collections.Specialized.NameValueCollection.Get(Int32 index)
 at System.Collections.Specialized.NameValueCollection.get_Item(Int32 index)

Avez-vous une idée de qoui il s'agit ?

Qui doi-je faire ?

Merci bcp.