G
Guest
Hi. I've just converted a vb.net/asp.net project from VS2003 to VS2005.
Upon conversion I can no longer call Public Functions/Subs within a module.
The module is located in the same project, and looks like this:
Module Orders
Public Function abc(.....)
'
End Function
End Module
After conversion I can no longer call Function abc from the application.
Why is this and what must I do to call this function?
Thanks!
Upon conversion I can no longer call Public Functions/Subs within a module.
The module is located in the same project, and looks like this:
Module Orders
Public Function abc(.....)
'
End Function
End Module
After conversion I can no longer call Function abc from the application.
Why is this and what must I do to call this function?
Thanks!