* „Linie 8: Replaced the undefined type 'MSSQLServer' with 'IDatabase', which is a likely interface or base type in the DigitalData.Modules.Database namespace. This resolves the BC30002 error by using a defined type.
Linie 9: Replaced the undefined type 'MSSQLServer' with 'IDatabase', which is a likely interface or base type in the DigitalData.Modules.Database namespace. This resolves the BC30002 error by using a defined type.“ in Datei „ZooFlow\Environment.vb“
This commit is contained in:
@@ -5,7 +5,7 @@ Public Class Environment
|
|||||||
Public Property User As New State.UserState
|
Public Property User As New State.UserState
|
||||||
Public Property Settings As New State.SettingsState
|
Public Property Settings As New State.SettingsState
|
||||||
Public Property Service As New State.ServiceState
|
Public Property Service As New State.ServiceState
|
||||||
Public Property Database As DigitalData.Modules.Database.MSSQLServer
|
Public Property Database As DigitalData.Modules.Database.IDatabase
|
||||||
Public Property DatabaseIDB As DigitalData.Modules.Database.MSSQLServer
|
Public Property DatabaseIDB As DigitalData.Modules.Database.IDatabase
|
||||||
Public Property Modules As New Dictionary(Of String, State.ModuleState)
|
Public Property Modules As New Dictionary(Of String, State.ModuleState)
|
||||||
End Class
|
End Class
|
||||||
|
|||||||
Reference in New Issue
Block a user