Could someone help me with this, the error reads ' Singleton is not defined '
[code=vbnet]
using VB.NET Web design
Imports Logix
Partial Class _Default
Inherits System.Web.UI.P age
' *************** *************** *******
' * singleton class
Dim PLCWeb As Singleton = New Singleton.Creat e()
' *************** *************** ********
'...