Bonjour,
Cela fait plusieurs jours que je buche sur ce probleme
Mes recherches n'ont rien donne d'interessent.
MerciError 1 Object reference not set to an instance of an object. C:\ ... \Browser.resx SkyBrowse
Bonjour,
Cela fait plusieurs jours que je buche sur ce probleme
Mes recherches n'ont rien donne d'interessent.
MerciError 1 Object reference not set to an instance of an object. C:\ ... \Browser.resx SkyBrowse
Sous debug, tu devrais voir quel est l'objet non instancié (à null).
Vu sur le net pour ce problème:
Are you calling the base class constructor?
When doing inherited forms use the Visual Studio Inherited Form creator by right-clicking on the project and choosing "Inherited Form...". If you have the form in this project it's ok, otherwise you will have to browse for the assembly that exposes it...
Partager