Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1047023
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T16:14:19+00:00 2026-05-16T16:14:19+00:00

I am attempting to add smart exception handling to a Silverlight 4 RIA application

  • 0

I am attempting to add smart exception handling to a Silverlight 4 RIA application that is primarily consumed out-of-browser.

My goal is to display a meaningful error window if RIA services are not currently accessible (e.g. The server is down for maintenance)

Is there any facility built into RIA/SL for this task?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T16:14:20+00:00Added an answer on May 16, 2026 at 4:14 pm

    I use the following to check to see if my user has network access which may get you the answer you are looking for.

    Private Sub CheckMode()
        If Application.Current.IsRunningOutOfBrowser Then
            currentMode.Text = "Operating Mode: Out of Browser"
        Else
            currentMode.Text = "Operating Mode: In Browser"
        End If
        currentMode.Foreground = New SolidColorBrush(Colors.White)
    End Sub
    
    Private Sub UpdateNetworkIndicator(ByVal sender As Object, ByVal e As System.EventArgs)
        If WebContext.Current.User.IsAuthenticated Then
            If NetworkInterface.GetIsNetworkAvailable Then
                connectionStatus.Text = "Network Status: Connected"
                connectionStatus.Foreground = New SolidColorBrush(Colors.Green)
            Else
                connectionStatus.Text = "Network Status: Disonnected"
                connectionStatus.Foreground = New SolidColorBrush(Colors.Red)
            End If
        End If
    End Sub
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am attempting to add Entity Framework, code first, to an MVC application that's
Attempting to print out a list of values from 2 different variables that are
I am attempting add some tests to an existing QT GUI application using QTest.
I'm attempting to add some text to the directions results the Google Maps API
I'm attempting to use extension methods to add an operater overload to the C#
I've constructed a database in MySQL and I am attempting to map it out
I'm trying to dynamically add results to this display and I simply want to
Im attempting to add voteup/votedown to one of my sites, however Im having a
I am attempting to add a category to NSMutableArray to allow me to use
I'm attempting to add a video extension to the Python Markdown-2.0.3-py2.7.egg Things aren't working,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.