Help with Errors in Vb.NET
-
I have been trying to fix some specific errors for some time now and wondering if someone could please help me understand what the mistake here is 1) Imports System.Data.OleDb Imports System.Web.Mail Warning 2 Namespace or type specified in the Imports 'System.Data.OleDb' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases. 2) Error 1It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. 3) Inherits System.Web.UI.Page Error 4Type 'System.Web.UI.Page' is not defined.