Inherited forms don't show up in the designer

  • Thread starter Thread starter Sergio Florez M.
  • Start date Start date
S

Sergio Florez M.

Visual inheritance was working just fine until now. The designer shows me the parent form OK but the inherited ones give me this error:

System.Windows.Forms.Design.IEventHandlerService service already exists in the service container. Parameter name: serviceType
 
This is weird. Now the designer has changed its message and what I get is Object reference not sent to an instance of an object. I opened the task list to see in which file the error was and there's nothing in the file column of the list. If I double click the task it just places me on the first line of code in the file.

--
El que persevera insiste
Sergio Florez M.
Medellín, Colombia


"Sergio Florez M." <[email protected]> escribió en el mensaje Visual inheritance was working just fine until now. The designer shows me the parent form OK but the inherited ones give me this error:

System.Windows.Forms.Design.IEventHandlerService service already exists in the service container. Parameter name: serviceType
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top