I have a class "ManagerClass" which is inherited from a baseClass "Base". The BaseClass is not in the same assembly, there is a reference to the BaseClass Assembly.
If I set a reference to the "ManagerClass" Assembly from a third Assembly I was expecting to get access to the "ManagerClass" and the Properties of the BaseClass. But I get an error, that there is no reference to the BaseClass.
Could this work as I wished or isn't it possible?
Thanks in advance.