BlackKnight
Programmer
Hi folks,
I have created a user control which has worked fine and dandy in a couple of previous projects. It was created and its compatibility was set to PROJECT.
I have started a new project and remade the control with binary compatibility but it gives me an error when my project is compiled. It says that the control's return type is not compatible.
It shows as:
Original declaration: dim myParent as object
Current declaration: dim myParent as form
I don't know where it gets its orignal declaration from. I never declared it that way. It suggested changing my declaration but I can't do it since I use early binding and it would make a big mess. <g> Any help would be appreciated. Thanx in advance.
Have a good one!
BK
I have created a user control which has worked fine and dandy in a couple of previous projects. It was created and its compatibility was set to PROJECT.
I have started a new project and remade the control with binary compatibility but it gives me an error when my project is compiled. It says that the control's return type is not compatible.
It shows as:
Original declaration: dim myParent as object
Current declaration: dim myParent as form
I don't know where it gets its orignal declaration from. I never declared it that way. It suggested changing my declaration but I can't do it since I use early binding and it would make a big mess. <g> Any help would be appreciated. Thanx in advance.
Have a good one!
BK