Hi
I have declared a class in
VB.NET using VS2K5 with some shared variables and made that class a dll
I made use of that dll in another project and tried to make use of those variables. Even though I can able to make use of them, Im unable to view the values of those variables like the values of normal variables when Im debugging. Is there any way that I can watch the values of those shared variables during debugging.
thanks in advance.
Regards,
Krishna Mohan.