ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/AnywhereTS-MSSQL/trunk/TSAdminTool/WebSupport.cs
(Generate patch)

Comparing trunk/TSAdminTool/WebSupport.cs (file contents):
Revision 46 by william, Thu Jul 12 14:17:14 2012 UTC vs.
Revision 47 by william, Thu Jul 12 14:29:34 2012 UTC

# Line 3 | Line 3 | using System.Collections.Generic;
3   using System.Diagnostics;
4   using System.Text;
5   using System.Windows.Forms;
6 <
6 > using log4net;
7   namespace AnywhereTS
8   {
9      public static class WebSupport
# Line 23 | Line 23 | namespace AnywhereTS
23                       System.Diagnostics.Process.Start("IExplore.exe", url);
24                   }
25                   catch (Exception e)
26 <                 {
26 >                 {                    
27                       MessageBox.Show("AnywhereTS was not able to launch a web browser on your computer. Please launch a web browser and type in the following URL in order to display the requested page: " + url);
28                       using (log4net.NDC.Push(string.Format("SqlException: MESSAGE={0}{1}Diagnostics:{1}{2}", e.Message, System.Environment.NewLine, e.ToString())))
29                       {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines