|
Posted by David McAfeeø6¯‰ßŒpÞyجrë,Љì on October 20, 2005, 5:20 pm
Please log in for more thread options
I've been searching and searching, but cannot find the answer.
I have a working C# GUI program that a user connects to via VPN. This
program uses ActiveSync adofilter.dll to make calls such as DESKTOPTODEVICE
AND DEVICETODESKTOP to transfer the PPCs databases to a temp Access MDB and
from there to a SQL Server 2000 database. This process has been working for
two years.
We now have been told that we need to "webify" the program as a bunch of new
clients will not have access to our VPN and will rather need to transfer data
back and forth via an ASP.Net page. I am stiull rather new to C#, but decided
to use C# as my ASP.NEt code behind the form, as I would be able to iomport
many of the C# classes and not have to reinvent the wheel.
When I attempt to compile the ASP.Net project, I get an error with the
DESKTOPTODEVICE API calls. I take it that ASP.Net/IIS cannot see the PPC
through active sync. IS there anyone that can confirm this or think of a
better solution?
Many thanks in advance,
David
|