Class Project.X of control X1 was not a loaded control class.
I am having a problem with Source Safe and sharing files. I have several User Controls shared within a few different projects. This allows making changed on one control and then having it be updated on all other projects to make changed easier. (This of course is what VSS should be about)
The problem is, that when I try to share a form that has that user control on it within all of those projects that use the same user control, it gives me a bunch of error messages. The forms log file reads:
Line 13: Class Project.X of control X1 was not a loaded control class.
Line 19: The property name _ExtentX in X1 is invalid.
Line 20: The property name _ExtentY in X1 is invalid.
Does anyone have any idea on how controls on a form are to be shared? Thanks in advance.
Aaron
I am having a problem with Source Safe and sharing files. I have several User Controls shared within a few different projects. This allows making changed on one control and then having it be updated on all other projects to make changed easier. (This of course is what VSS should be about)
The problem is, that when I try to share a form that has that user control on it within all of those projects that use the same user control, it gives me a bunch of error messages. The forms log file reads:
Line 13: Class Project.X of control X1 was not a loaded control class.
Line 19: The property name _ExtentX in X1 is invalid.
Line 20: The property name _ExtentY in X1 is invalid.
Does anyone have any idea on how controls on a form are to be shared? Thanks in advance.
Aaron