Windows Form Application Analyzer Analyse forms and user controls for missing "components" definition in InitalizeComponent method in Windows Form Application Sometimes, this line is missing, even if the usercontrol container control IContainer controls :
C# Modifier le script|Remove csharpthis.components = new System.ComponentModel.Container(); this.components = new System.ComponentModel.Container(); This can be fixed by using a custom serializer, like this one :
|