When i use the code:

frmRegister.Show()

I get this error when it attempts to show the form:

An error occurred creating the form. See Exception.InnerException for details. The error is: Illegal characters in path.

How can i get rid of this error? I only want to show a form...

Regards.