From: jnonly on
Hello,

I recently converted projects from VS7.1 (2003) to VS9.0 (2008) and am
getting the following error on some subroutine declarations:

error BC30284: sub 'SomeSub' cannot be declared 'Overrides' because it
does not override a sub in a base class.

The subs on which this occurs have parameters of a type that comes
from an external COM library. I have added references to the library
to both the project containing the base class and the project
containing the derived class. Does anyone know what I have to do to
get rid of this error?

Thanks much,

Juan