J
jz3
I have two vb.net projects, one that creates a class library and
another that uses ("consumes") the class library. Whenever I rebuild
the class library project then use it in the consumer project the
consumer project won't compile unless I delete the reference to the
class library in the consumer project then re-add the reference. This
is time consuming and error-prone.
? Is there a better way to handle this situation ?
Thanks
another that uses ("consumes") the class library. Whenever I rebuild
the class library project then use it in the consumer project the
consumer project won't compile unless I delete the reference to the
class library in the consumer project then re-add the reference. This
is time consuming and error-prone.
? Is there a better way to handle this situation ?
Thanks