B
Bob Clegg
Hi,
Attempting to implement RDA woth SQLServer CE.
Having trouble with URL syntax for the InternetUrl property of my
SQLCeRemoteDataAccess object.
The development machine is running IIS.
I am attempting to use anonymous access authentication.
If I do
rda.InternetUrl = "<http://localhost/mytestdirectory/sscesa20.dll>";
I get an error message stating "url syntax error [,,,URL,,,]"
if I try
"<http:Reuben\\IUSER_Reuben://localhost/cablecar/sscesa20.dll>";
The Emulator throws a native exception.
I haven't been able to find any sample code for what seems to me would be a
common configuration. ie Development machine running IIS and debugging CE
app using the emulator.
If some one could point me in the right direction I would be grateful.
Thanks
Bob
Attempting to implement RDA woth SQLServer CE.
Having trouble with URL syntax for the InternetUrl property of my
SQLCeRemoteDataAccess object.
The development machine is running IIS.
I am attempting to use anonymous access authentication.
If I do
rda.InternetUrl = "<http://localhost/mytestdirectory/sscesa20.dll>";
I get an error message stating "url syntax error [,,,URL,,,]"
if I try
"<http:Reuben\\IUSER_Reuben://localhost/cablecar/sscesa20.dll>";
The Emulator throws a native exception.
I haven't been able to find any sample code for what seems to me would be a
common configuration. ie Development machine running IIS and debugging CE
app using the emulator.
If some one could point me in the right direction I would be grateful.
Thanks
Bob