* „Linie 2: Added an Imports statement for the MSSQLServer type, as the error BC30002 indicates that the type is not defined. This should resolve the missing type reference if MSSQLServer is defined in the DigitalData.Modules.Database namespace or its sub-namespaces.“ in Datei „ZooFlow\Environment.vb“
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
Imports DigitalData.Modules.Database
|
Imports DigitalData.Modules.Database
|
||||||
|
Imports DigitalData.Modules.Database.MSSQLServer
|
||||||
|
|
||||||
Public Class Environment
|
Public Class Environment
|
||||||
Public Property User As New State.UserState
|
Public Property User As New State.UserState
|
||||||
|
|||||||
Reference in New Issue
Block a user