B
Bruno Willi
For an application, which has to acquire data automatically from
different ras-servers at the same time (of course with multiple
modems), the RAS-functionality is needed. In general, it works fine,
even with more than one connection at the same time.
The application is in C#, we're using a RAS-wrapper-class, which works
fine. But when a connection interrupts, it's not possible anymore, to
dial (API RasDial) again with the device - error 756 is raised, which
means, that the connection is already established, but it isn't. With
EnumConnections it's not listed, so I can't call a HangUp on that
connection. The only solution now is a restart, which isn't that good
for a standalone system without user-interaction...
System is W2kpro.
Maybe someone out there can help me; I found some postings in
Google-Groups, where some users had the same problem, but no good
answer was given...
Bruno
different ras-servers at the same time (of course with multiple
modems), the RAS-functionality is needed. In general, it works fine,
even with more than one connection at the same time.
The application is in C#, we're using a RAS-wrapper-class, which works
fine. But when a connection interrupts, it's not possible anymore, to
dial (API RasDial) again with the device - error 756 is raised, which
means, that the connection is already established, but it isn't. With
EnumConnections it's not listed, so I can't call a HangUp on that
connection. The only solution now is a restart, which isn't that good
for a standalone system without user-interaction...
System is W2kpro.
Maybe someone out there can help me; I found some postings in
Google-Groups, where some users had the same problem, but no good
answer was given...
Bruno