J
Jack Jackson
I have two assemblies, AppObj and AppControls, that originally had the
default version of 1.0.0.0.
Another assembly, AppForms, references AppObj and AppControls as
Project references, and contains a class that inherits from
System.Window.Forms.Form.
If I change the version of either AppObj or AppControls to 1.0.0.* and
rebuild, I can no longer instantiate the class in AppForms, regardless
of whether or not I rebuild AppForms.
In the IDE I just get a generic "The base class could not be loaded"
error. For the AppForms project the IDE shows the new versions of
AppObj and AppControls in the list of references.
If I change the versions of AppObj and/or AppControls back to 1.0.0.0,
it works fine.
Does anyone have any idea why this is happening?
default version of 1.0.0.0.
Another assembly, AppForms, references AppObj and AppControls as
Project references, and contains a class that inherits from
System.Window.Forms.Form.
If I change the version of either AppObj or AppControls to 1.0.0.* and
rebuild, I can no longer instantiate the class in AppForms, regardless
of whether or not I rebuild AppForms.
In the IDE I just get a generic "The base class could not be loaded"
error. For the AppForms project the IDE shows the new versions of
AppObj and AppControls in the list of references.
If I change the versions of AppObj and/or AppControls back to 1.0.0.0,
it works fine.
Does anyone have any idea why this is happening?