I'm new to VB.NET/ASP.NET. I am required to work on a maintenance project in ASP.NET using web forms.
It has a defined an object
Dim objDBService As New DBService.Connection()
I get an error 'Type DBService.connection is not defined'
and I don't see if it is a Dll/class included in this project.
Please advice where shall I look for it if I can't find it in the references in the solution explorer.