Hi experts,
Please kindly help on this problem.
Below is the said details
Exception Details:System.InvalidOperationException: The type Database cannot be constructed. You must configure the container to supply this value.
below are my code
Public Sub New(ByVal databaseName As String)
Me.databaseName = databaseName
Me.db = DatabaseFactory.CreateDatabase(databaseName)
End SubThanks for your help.