K
Kenan
Hi,
In my application, when I try to delete and recreate sqlce
database, (SOMETIMES) I get an error
(27750:Cannot load sscemw20.dll or ssceca20.dll is
missing or not registered. SSCE_M_SSCEMWFAILURE )
What can be the possible couse of this error?
Thanks...
Kenan
Code that throws exception->
'*****************************
Dim SQLEngine as SqlCeEngine
If Not File.Exists(ceDBSpec) Then
'This line throws sqlceexception(27750)
SQLEngine = New SqlCeEngine("data source=" & ceDBSpec)
SQLEngine.CreateDatabase()
If Not CreateAllTables() Then Return False
If Not CreateAllIndexes() Then Return False
End If
'*****************************
In my application, when I try to delete and recreate sqlce
database, (SOMETIMES) I get an error
(27750:Cannot load sscemw20.dll or ssceca20.dll is
missing or not registered. SSCE_M_SSCEMWFAILURE )
What can be the possible couse of this error?
Thanks...
Kenan
Code that throws exception->
'*****************************
Dim SQLEngine as SqlCeEngine
If Not File.Exists(ceDBSpec) Then
'This line throws sqlceexception(27750)
SQLEngine = New SqlCeEngine("data source=" & ceDBSpec)
SQLEngine.CreateDatabase()
If Not CreateAllTables() Then Return False
If Not CreateAllIndexes() Then Return False
End If
'*****************************