|
From: jnonly on 11 Jul 2008 13:04 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
|
Pages: 1 Prev: DataGridView Bug or Design Flaw? Next: Treeview and find text in node |