Dropping a User Control on a form causes strange error.

  • Thread starter Thread starter Steve Smith
  • Start date Start date
S

Steve Smith

I have a UserControl that gives the following error when placed on a form:

Value Cannot be null. Parameter Name: s.

Any ideas what it's complaining about? I have no idea what parameter
name: s refers to...

Steve
 
Hi,

If this is a control you are developing you will have to build
the control to prevent that error.

Ken
---------------------
I have a UserControl that gives the following error when placed on a form:

Value Cannot be null. Parameter Name: s.

Any ideas what it's complaining about? I have no idea what parameter
name: s refers to...

Steve
 

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