Can anyone help with this I really can't see what is wrong.
I have a set of classes all in the same namespace and assembly. One of these classes is static. Since it is declared in the same namespace and assembly as the other classes I would expect it to be accessible to them all.
However it turns out it is accessible to all bar one of them; ironically the one class that needs to use it most.
The name of the class is just not recognised (does not appear in intellisense) in the context of this class. In all other classes it is fine.
Does anyone have any ideas?
Have I missed or misunderstood something...?