B
bradbury9
I have tried both constructors of class SqlCeReplication
I tried the non-parameters one (CEMerge = New
SqlCeReplication) and failed.
Then I commented that lien Iand tried the full-parameter
one (CEMerge = New SqlCeReplication(strInternetURLDflt,
strInt...) and also failed.
sqlceexception.message doesn't return any text nor error
code.
At the try-catch i have this code:
---------------------
CEMege=Nothing
try
'CEMerge = New SqlCeReplication(strInternetURLDflt,
strInternetLoginDflt, strInternetPasswordDflt,
strPublisherNameDflt, strServerDatabaseNameDflt,
strDatabaseUserIdDflt, strPublisherPasswordDflt,
strServerPublicationNameDflt, strSuscriberNameDflt,
strConnectionStr)
CEMerge = New SqlCeReplication
catch sqlceeenception ex
MsgBox("Error(0): " & ex.Errors(0).Message & "
number: " & ex.Errors(0).HResult)
end try
---------------------
The output is the following in both constructors
---------------------
Error(0): Number: 134234117
Any Ideas? I worked fine for several weeks and the sql
server has had no changes!
I tried the non-parameters one (CEMerge = New
SqlCeReplication) and failed.
Then I commented that lien Iand tried the full-parameter
one (CEMerge = New SqlCeReplication(strInternetURLDflt,
strInt...) and also failed.
sqlceexception.message doesn't return any text nor error
code.
At the try-catch i have this code:
---------------------
CEMege=Nothing
try
'CEMerge = New SqlCeReplication(strInternetURLDflt,
strInternetLoginDflt, strInternetPasswordDflt,
strPublisherNameDflt, strServerDatabaseNameDflt,
strDatabaseUserIdDflt, strPublisherPasswordDflt,
strServerPublicationNameDflt, strSuscriberNameDflt,
strConnectionStr)
CEMerge = New SqlCeReplication
catch sqlceeenception ex
MsgBox("Error(0): " & ex.Errors(0).Message & "
number: " & ex.Errors(0).HResult)
end try
---------------------
The output is the following in both constructors
---------------------
Error(0): Number: 134234117
Any Ideas? I worked fine for several weeks and the sql
server has had no changes!