* „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:
Developer01
2025-12-29 14:57:50 +01:00
parent f3b6be555b
commit a382eabe1f

View File

@@ -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