Log of /branches/TerminalServices/TSControlPanel
Directory Listing
Revision
237 -
Directory Listing
Modified
Fri Aug 24 21:34:15 2012 UTC
(8 years, 7 months ago)
by
william
creating branch to fix TerminalServices.cs : to properly provide client display's resolution; as well as verify the correctness of other data in TerminalServices.cs
Revision
206 -
Directory Listing
Modified
Mon Jul 16 18:03:31 2012 UTC
(8 years, 9 months ago)
by
william
Original Path:
trunk/TSControlPanel
+ fix issue where:
1) you install TSControlPanel on a system that does not have ATSAdmin installed
2) you do not have a DBServer or DBInstance setting in the registry
** fixed by using the entered ATSServer name, and retrieving the values using remote registry access
Revision
186 -
Directory Listing
Modified
Mon Jul 16 15:00:20 2012 UTC
(8 years, 9 months ago)
by
william
Original Path:
trunk/TSControlPanel
+ major fix to logging (all logs write to their respective logs and also get written into a single log)
Revision
183 -
Directory Listing
Modified
Mon Jul 16 14:04:06 2012 UTC
(8 years, 9 months ago)
by
william
Original Path:
trunk/TSControlPanel
+ log creation of AnywhereTS registry settings (use info, not debug, for success messages)
Revision
145 -
Directory Listing
Modified
Sun Jul 15 08:34:18 2012 UTC
(8 years, 9 months ago)
by
william
Original Path:
trunk/TSControlPanel
+ add installer classes (did not need to create new projects)
Revision
113 -
Directory Listing
Modified
Sat Jul 14 07:18:30 2012 UTC
(8 years, 9 months ago)
by
william
Original Path:
trunk/TSControlPanel
remove all calls to Logging.Initialize() outsite of the Logging class
Revision
69 -
Directory Listing
Modified
Thu Jul 12 20:06:53 2012 UTC
(8 years, 9 months ago)
by
william
Original Path:
trunk/TSControlPanel
+ fix retrievale of NDC stack
+ get exception type name
Revision
68 -
Directory Listing
Modified
Thu Jul 12 19:40:36 2012 UTC
(8 years, 9 months ago)
by
william
Original Path:
trunk/TSControlPanel
+ show abort, retry, ignore dialog to user when unhandled exception is shown
Revision
66 -
Directory Listing
Modified
Thu Jul 12 19:23:51 2012 UTC
(8 years, 9 months ago)
by
william
Original Path:
trunk/TSControlPanel
+ add support in unhandled exception handler to display the log4net output in a messagebox
Revision
65 -
Directory Listing
Modified
Thu Jul 12 19:07:58 2012 UTC
(8 years, 9 months ago)
by
william
Original Path:
trunk/TSControlPanel
also use bApplication.ThreadException in addition to AppDomain.UnhandledException
Revision
60 -
Directory Listing
Modified
Thu Jul 12 17:12:08 2012 UTC
(8 years, 9 months ago)
by
william
Original Path:
trunk/TSControlPanel
+ turnoff DEBUG constant and change debug info from: pdb-only to full
Revision
57 -
Directory Listing
Modified
Thu Jul 12 16:47:17 2012 UTC
(8 years, 9 months ago)
by
william
Original Path:
trunk/TSControlPanel
move appdomain unhandled exception clause to the forms that are called by program.cs
Revision
55 -
Directory Listing
Modified
Thu Jul 12 16:32:50 2012 UTC
(8 years, 9 months ago)
by
william
Original Path:
trunk/TSControlPanel
use ex.GetType() instead of e.ExceptionObject.GetType()
Revision
54 -
Directory Listing
Modified
Thu Jul 12 16:31:47 2012 UTC
(8 years, 9 months ago)
by
william
Original Path:
trunk/TSControlPanel
if we donot have a SqlException then prefix NDC with Exception instead of SqlException
Revision
51 -
Directory Listing
Modified
Thu Jul 12 16:21:35 2012 UTC
(8 years, 9 months ago)
by
william
Original Path:
trunk/TSControlPanel
fix an issue that was resolved by connecting to master database instead of AnywhereTS database
Revision
50 -
Directory Listing
Modified
Thu Jul 12 14:51:57 2012 UTC
(8 years, 9 months ago)
by
william
Original Path:
trunk/TSControlPanel
+ define DEBUG constant and package .pdb debug files in installers