hi
I have inherited several VB.Net projects which are wrapped up in a solution.
In one of the projects (DLL) i have added a new public function to an existing class.
Then within a windows form, I then create an instance of the object.class and then proceed to call the newly created function, within the class instance.
When i compile (or even before i compile) I am getting an error message which states that the new function is not a member of the class.
Using object browser I can see that the function is a member of the class and is scoped as public as expected.
Can anyone suggest why this is happening and how to resolve please?
I have inherited several VB.Net projects which are wrapped up in a solution.
In one of the projects (DLL) i have added a new public function to an existing class.
Then within a windows form, I then create an instance of the object.class and then proceed to call the newly created function, within the class instance.
When i compile (or even before i compile) I am getting an error message which states that the new function is not a member of the class.
Using object browser I can see that the function is a member of the class and is scoped as public as expected.
Can anyone suggest why this is happening and how to resolve please?