H
Heath P. Dillon
Hi,
New to this.
I have a FileSystemWatcher that monitors for a file change/create event.
Once this filesystem watch is called then it executes a private shared
sub...
Within that sub I need to call another sub(that is called in many other
places in my code) that does some other processing, but when I try to call
that sub from within the shared sub, I get the following error?
Is there away around this error ??
Error 70 Cannot refer to an instance member of a class from within a shared
method or shared member initializer without an explicit instance of the
class.
New to this.
I have a FileSystemWatcher that monitors for a file change/create event.
Once this filesystem watch is called then it executes a private shared
sub...
Within that sub I need to call another sub(that is called in many other
places in my code) that does some other processing, but when I try to call
that sub from within the shared sub, I get the following error?
Is there away around this error ??
Error 70 Cannot refer to an instance member of a class from within a shared
method or shared member initializer without an explicit instance of the
class.