+ get NDC ThreadContectStack using reflection
+ fix retrievale of NDC stack + get exception type name
+ show abort, retry, ignore dialog to user when unhandled exception is shown
Clone NDC stack within using statemnt
+ add support in unhandled exception handler to display the log4net output in a messagebox
also use bApplication.ThreadException in addition to AppDomain.UnhandledException
+ more exception logging
DeleteClient(): make sure to log if mac address cannot be found and show a messagebox
+ catch some errors and log in atsDataSet.Designer.cs
+ more wip for unhandled exception
+ turnoff DEBUG constant and change debug info from: pdb-only to full
don't change cursor to waitcursor on form load
move appdomain unhandled exceptions again (put into called methods)
move appdomain unhandled exception clause to the forms that are called by program.cs
use master instead of AnywhereTS
use ex.GetType() instead of e.ExceptionObject.GetType()
if we donot have a SqlException then prefix NDC with Exception instead of SqlException
+ add support to log all unhandled exception(s)
fix an issue that was resolved by connecting to master database instead of AnywhereTS database
+ define DEBUG constant and package .pdb debug files in installers
+ fix compilation errors
+ add logging across ATSAdmin Tool project
remove one sqlCon.close()
+ make sure connection is not already opened before attempted to open it
use ATSGlobals.strDatabaseVersion instead of duplicating the value in Database.cs
+ add logging in CheckVersion
+ more logging and changes
+ add logging messages
+ add logging library (to be shared across application)
+ setup app.config for multiple loggers
+ add personal SQLServer isntance to app.config (this can be put back if released to public)
+ attempt to add log4net support to ATSAdmin
+ add reference to log4net
update and add 3rdparty/MDAudi100/TrackBar.dll
+ commit current wip for non-existing database
+ comment-out version check and verify message
+ remove database drop when database does not exist
+ finish support for creating tables in an empty database (incase the database are pre-created, but contains no tables) - still have AD login issues when creating the database from scratch (ie. it did not exist to begin with)
+ commit wip for when database exists, but is empty
+ deprecate some File ACL methods
+ fix instancename parsing
+ add support to createdatabase is it does not exist
+ fix more references to SQLEXPRESS
ProSupport.InitDatabase(): don't overwrite the application settings for connection string
change version frpom: *.0 to *.1
Runtime Version:2.0.50727.3603 => Runtime Version:2.0.50727.5456
SetupDatabase(): sqlCon.ConnectionString = Properties.Settings.Default.atsConnectionString; + this enables the user to set the connection string (they could use SQLEXPRESS or a full Server install with named instances) Data Source=.\SQLEXPRESS -or- Data Source=IPADDRES\INSTANCENAME
append -MSSQL
update svn:ignores
imported from https://anywherets.svn.sourceforge.net/svnroot/anywherets/trunk/ Revision: 1 Author: beartown Date: 3:10:40 AM, Monday, June 21, 2010 Message: First upload. Still todo in order to get a fully working product: Replace Thinstation images with vanilla Thinstation, modify ImageDesigntimeConfig.cs, ImageRuntimeConfig.cs in order to support the Thinstation image