I have a question related to the error on the title. Im working with c# and Visual Studio 2010.
I have a form declared as \"public class FormularioGeneral : Form\",
Don't put anything other than InitializeComponent(); in the constructor. You can put the code from there in events like Load().
InitializeComponent();
Load()