Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > .NET General

Vista - Central point to check for LAN disconnection in .NET

Reply
 
Old 07-08-2008   #1 (permalink)
Roger Tranchez


 
 

Central point to check for LAN disconnection in .NET

Hello,

We have an application that use data from our sql server.

We access this information trough TableAdapters, direct queries and
datacontextS (LINQ).

All these methods use the same CONNECTION STRING located on the application
settings.

We don't explicitly open or close connections on these objects as we let the
connection pool do the work.

The problem is that we have a lot of portable computers and external
workers, and they lost connection when they unplug their computers or the
remote connection fails.

Is there any way to control FROM A CENTRAL POINT (event) when the connection
is lost?

I was thinking if the connection pool have such an event, or similar.

I don't want to use a timer that "pings" the server: this seems to me kind
of ugly.

Thanks,


--
Roger Tranchez
MCTS
..NET and DB developer


My System SpecsSystem Spec
Old 07-09-2008   #2 (permalink)
Jialiang Ge [MSFT]


 
 

Re: Central point to check for LAN disconnection in .NET

Hello Roger,

If I understand your request correctly, you meant to get notified of the
network connection change event without manually polling the network status.

" NetworkChange.NetworkAvailabilityChanged" should be a useful event for
this scenario. It¡¯s triggered when the availability of the network changes.
The network is available when at least one network interface is marked "up"
and is not a tunnel or loopback interface.

NetworkChange.NetworkAvailabilityChanged Event
http://msdn.microsoft.com/en-us/libr...tychanged.aspx

#NetworkChange Class
http://msdn.microsoft.com/en-us/syst...orkchange.aspx

#NetworkAvailabilityChangedEventHandler Delegate
http://msdn.microsoft.com/en-us/syst...nthandler.aspx

#System.Net.NetworkInformation Namespace
http://msdn.microsoft.com/en-us/syst...formation.aspx

Please let me know if you have any other concerns, or need anything else.

Regards,
Jialiang Ge (jialge@xxxxxx, remove ¡®online.¡¯)
Microsoft Online Community Support

Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msdnmg@xxxxxx.

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...#notifications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscripti...t/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

"Roger Tranchez" <run1789@xxxxxx> wrote in message
news:6E70A142-B9AB-46C2-99F5-BAC3A9EEFF09@xxxxxx
Quote:

> Hello,
>
> We have an application that use data from our sql server.
>
> We access this information trough TableAdapters, direct queries and
> datacontextS (LINQ).
>
> All these methods use the same CONNECTION STRING located on the
> application
> settings.
>
> We don't explicitly open or close connections on these objects as we let
> the
> connection pool do the work.
>
> The problem is that we have a lot of portable computers and external
> workers, and they lost connection when they unplug their computers or the
> remote connection fails.
>
> Is there any way to control FROM A CENTRAL POINT (event) when the
> connection
> is lost?
>
> I was thinking if the connection pool have such an event, or similar.
>
> I don't want to use a timer that "pings" the server: this seems to me kind
> of ugly.
>
> Thanks,
>
>
> --
> Roger Tranchez
> MCTS
> .NET and DB developer
>

My System SpecsSystem Spec
Old 07-11-2008   #3 (permalink)
Jialiang Ge [MSFT]


 
 

Re: Central point to check for LAN disconnection in .NET

Hello Roger,

I am writing to check the status of the issue on your side. Would you mind
letting me know the result of the suggestions? If you need further
assistance, feel free to let me know. I will be more than happy to be of
assistance.

Have a great day!

Regards,
Jialiang Ge (jialge@xxxxxx, remove 'online.')
Microsoft Online Community Support

=================================================
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msdnmg@xxxxxx.

This posting is provided "AS IS" with no warranties, and confers no rights.
=================================================

My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
RE: Check Point VPN client on VPC Virtual PC
Check Point FDE and VPC2k7 Virtual PC
smiley central Vista mail
Remote Desktop via VPN (Check Point SSL Network Extender) Vista networking & sharing
Smiley Central Vista mail


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46