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 |
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 |
|
{ |