Hi, in The book title 'Beginning Web Development using Vs.net + VB.net,
the authors implement a common interface via a class (FriendsBase) and a
couple of user controls (circa p95).
Can this be used as a project to be included into various other
solutions. My dilemna is that if I have it in several solutions I want a
change to it that is carried out in 1 of them to be included in all.
At the moment when I try to access (or rather Implement) FriendsBase from
another web form in another project (within the same solution) I get
issues with the loading of controls, which I cannot resolve.
Thanks in advance
Lee