A
Allan Bredahl
Hi all
I have a very strange problem.
I have a UserControl called "Search" :
Public Class Search
Inherits System.Windows.Forms.UserControl
...
End Class
This Control contains absolutely nothing besides the autogenerated code from
Windows Form Designer.
Now I make an second class, and try to inherit this from Search :
Public Class SearchUsers
Inherits Search
...
End Class
Now when I try to view the designer of the SearchUsers control I get the
following error :
"An error occurred while loading the document. Fix the error and then try
loading the document again. The error message follows: ?"
I must say that this error message is lacking some information: Nothing but
a questionmark.
Does anyone know what is happening here?
Thanks in advance
Allan Bredahl
I have a very strange problem.
I have a UserControl called "Search" :
Public Class Search
Inherits System.Windows.Forms.UserControl
...
End Class
This Control contains absolutely nothing besides the autogenerated code from
Windows Form Designer.
Now I make an second class, and try to inherit this from Search :
Public Class SearchUsers
Inherits Search
...
End Class
Now when I try to view the designer of the SearchUsers control I get the
following error :
"An error occurred while loading the document. Fix the error and then try
loading the document again. The error message follows: ?"
I must say that this error message is lacking some information: Nothing but
a questionmark.
Does anyone know what is happening here?
Thanks in advance
Allan Bredahl