My favorites | Sign in
Project Home Downloads Wiki Issues Source
Details: Show all Hide all

Older

  • Apr 30, 2010
    issue 1 (doesn't work on Vista 32bit) reported by eliama75   -   What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead?: See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: An invalid argument was supplied 66.102.11.104:443 at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress) at System.Net.Sockets.Socket.InternalConnect(EndPoint remoteEP) at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Int32 timeout, Exception& exception) --- End of inner exception stack trace --- at System.Net.HttpWebRequest.GetRequestStream() at gTray.NetService.CheckCredentialsHTTP(NetworkCredential credential) at gTray.frmLogin.btnLogin_Click(Object sender, EventArgs e) at System.Windows.Forms.Control.OnClick(EventArgs e) at System.Windows.Forms.Button.OnClick(EventArgs e) at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ButtonBase.WndProc(Message& m) at System.Windows.Forms.Button.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ************** Loaded Assemblies ************** mscorlib Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4200 (NetFxQFE.050727-4200) CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/ mscorlib.dll ---------------------------------------- gTray Assembly Version: 0.1.0.0 Win32 Version: 0.1.0.0 CodeBase: file:///C:/Users/PORIMA~1.HIL/AppData/Local/Temp/Rar $EX10.187/gTray.exe ---------------------------------------- System.Windows.Forms Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000) CodeBase: file:///C:/windows/assembly/GAC_MSIL/ System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000) CodeBase: file:///C:/windows/assembly/GAC_MSIL/ System/2.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Drawing Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000) CodeBase: file:///C:/windows/assembly/GAC_MSIL/ System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- System.Xml Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000) CodeBase: file:///C:/windows/assembly/GAC_MSIL/ System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- Accessibility Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000) CodeBase: file:///C:/windows/assembly/GAC_MSIL/ Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll ---------------------------------------- System.Configuration Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000) CodeBase: file:///C:/windows/assembly/GAC_MSIL/ System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll ---------------------------------------- ************** JIT Debugging ************** To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled. For example: <configuration> <system.windows.forms jitDebugging="true" /> </configuration> When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box. What version of the product are you using? On what operating system? Please provide any additional information below.
    What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead?: See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: An invalid argument was supplied 66.102.11.104:443 at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress) at System.Net.Sockets.Socket.InternalConnect(EndPoint remoteEP) at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Int32 timeout, Exception& exception) --- End of inner exception stack trace --- at System.Net.HttpWebRequest.GetRequestStream() at gTray.NetService.CheckCredentialsHTTP(NetworkCredential credential) at gTray.frmLogin.btnLogin_Click(Object sender, EventArgs e) at System.Windows.Forms.Control.OnClick(EventArgs e) at System.Windows.Forms.Button.OnClick(EventArgs e) at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ButtonBase.WndProc(Message& m) at System.Windows.Forms.Button.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ************** Loaded Assemblies ************** mscorlib Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4200 (NetFxQFE.050727-4200) CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/ mscorlib.dll ---------------------------------------- gTray Assembly Version: 0.1.0.0 Win32 Version: 0.1.0.0 CodeBase: file:///C:/Users/PORIMA~1.HIL/AppData/Local/Temp/Rar $EX10.187/gTray.exe ---------------------------------------- System.Windows.Forms Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000) CodeBase: file:///C:/windows/assembly/GAC_MSIL/ System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000) CodeBase: file:///C:/windows/assembly/GAC_MSIL/ System/2.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Drawing Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000) CodeBase: file:///C:/windows/assembly/GAC_MSIL/ System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- System.Xml Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000) CodeBase: file:///C:/windows/assembly/GAC_MSIL/ System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- Accessibility Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000) CodeBase: file:///C:/windows/assembly/GAC_MSIL/ Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll ---------------------------------------- System.Configuration Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000) CodeBase: file:///C:/windows/assembly/GAC_MSIL/ System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll ---------------------------------------- ************** JIT Debugging ************** To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled. For example: <configuration> <system.windows.forms jitDebugging="true" /> </configuration> When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box. What version of the product are you using? On what operating system? Please provide any additional information below.
  • Apr 02, 2009
    r24 (Fixed a bug where editing the login and unchecking the save ...) committed by alastair.pitts   -   Fixed a bug where editing the login and unchecking the save username wouldn't remove the username from the list. Added the ability to detect option changes and update the button accordingly Added a Run on windows startup checkbox in the options. Changed the location of the auto startup code to the SettingService. Fixed a bug where disabling autologin wouldn't removed the encrypted credential from the settings. NOTE: Getting closer to a BETA 2 release with only bug fixing to really occur before the 1.0 release
    Fixed a bug where editing the login and unchecking the save username wouldn't remove the username from the list. Added the ability to detect option changes and update the button accordingly Added a Run on windows startup checkbox in the options. Changed the location of the auto startup code to the SettingService. Fixed a bug where disabling autologin wouldn't removed the encrypted credential from the settings. NOTE: Getting closer to a BETA 2 release with only bug fixing to really occur before the 1.0 release
  • Apr 02, 2009
    r23 (Fixed a bug where the Options form wouldn't close on when Ap...) committed by alastair.pitts   -   Fixed a bug where the Options form wouldn't close on when Apply was clicked. TODO: Recognise when an item has changed and change the text to apply Other general code cleanups have happened. Automatic properties are being used where applicable.
    Fixed a bug where the Options form wouldn't close on when Apply was clicked. TODO: Recognise when an item has changed and change the text to apply Other general code cleanups have happened. Automatic properties are being used where applicable.
  • Apr 02, 2009
    r22 (Added check for the internet. Currently just exits the progr...) committed by alastair.pitts   -   Added check for the internet. Currently just exits the program. This will be changed eventually
    Added check for the internet. Currently just exits the program. This will be changed eventually
  • Apr 01, 2009
    r21 (Added constant key strings for each setting. Continues the w...) committed by alastair.pitts   -   Added constant key strings for each setting. Continues the work on making the settings class alot cleaner. TODO: Add code to skip a settings save if the data has not changed since the previous save.
    Added constant key strings for each setting. Continues the work on making the settings class alot cleaner. TODO: Add code to skip a settings save if the data has not changed since the previous save.
  • Apr 01, 2009
    r20 (Complete re-write of the settings class. Now uses an generic...) committed by alastair.pitts   -   Complete re-write of the settings class. Now uses an generic object dictionary. Much improved adaptability and performance. This will make adding new setting a lot easier. Minor changes still to be made but definite improvements.
    Complete re-write of the settings class. Now uses an generic object dictionary. Much improved adaptability and performance. This will make adding new setting a lot easier. Minor changes still to be made but definite improvements.
  • Apr 01, 2009
    r19 (General code cleanup. Beginning work on changing to Serialis...) committed by alastair.pitts   -   General code cleanup. Beginning work on changing to Serialisation rather than custom xml.
    General code cleanup. Beginning work on changing to Serialisation rather than custom xml.
  • Mar 30, 2009
    r18 (Added a new IsInitialLoad property on the Feed. Is flagged w...) committed by alastair.pitts   -   Added a new IsInitialLoad property on the Feed. Is flagged when a new feed is created. Is used to determine the unread count and other things. Bug Fix - Changed the notification to show the total unread on the first load. Tray tooltip is still incorrect.
    Added a new IsInitialLoad property on the Feed. Is flagged when a new feed is created. Is used to determine the unread count and other things. Bug Fix - Changed the notification to show the total unread on the first load. Tray tooltip is still incorrect.
  • Mar 24, 2009
    r17 (Fixed bug that meant credentials were not handled correctly....) committed by alastair.pitts   -   Fixed bug that meant credentials were not handled correctly. Changed login form to handle accept and cancel buttons correctly.
    Fixed bug that meant credentials were not handled correctly. Changed login form to handle accept and cancel buttons correctly.
  • Mar 11, 2009
    r16 (Added test solution ) committed by alastair.pitts   -   Added test solution
    Added test solution
  • Mar 11, 2009
    r15 (Commented the CryptoService. ) committed by alastair.pitts   -   Commented the CryptoService.
    Commented the CryptoService.
  • Feb 28, 2009
    r14 (Added code for the option to Run At Startup.) committed by alastair.pitts   -   Added code for the option to Run At Startup.
    Added code for the option to Run At Startup.
  • Feb 26, 2009
    gTray_BETA_1_Screenshot_1.PNG (gTray_BETA_1_Screenshot_1) file uploaded by alastair.pitts
  • Feb 26, 2009
    gTray screen 1.TIF (gTray - BETA 1 Screenshot) file uploaded by alastair.pitts
  • Feb 26, 2009
    gTray_beta_1.zip (gTray - BETA 1) file uploaded by alastair.pitts   -  
    Labels: Type-Archive Featured OpSys-Windows
    Labels: Type-Archive Featured OpSys-Windows
  • Feb 26, 2009
    r13 ([No log message]) committed by alastair.pitts   -   [No log message]
    [No log message]
  • Feb 25, 2009
    r12 (Added Dispose calls for a number of form calls. Hopefully th...) committed by alastair.pitts   -   Added Dispose calls for a number of form calls. Hopefully this will clear up any memory issues. Deleted Notify item panel as it is no longer nessessary. This will be the final version before BETA 1
    Added Dispose calls for a number of form calls. Hopefully this will clear up any memory issues. Deleted Notify item panel as it is no longer nessessary. This will be the final version before BETA 1
  • Feb 23, 2009
    r11 (Beta 1 release. No major bugs that I know of.) committed by alastair.pitts   -   Beta 1 release. No major bugs that I know of.
    Beta 1 release. No major bugs that I know of.
  • Feb 19, 2009
    r10 (Completely updated the Notification form. It's much cleaner ...) committed by alastair.pitts   -   Completely updated the Notification form. It's much cleaner and looks a lot better
    Completely updated the Notification form. It's much cleaner and looks a lot better
  • Feb 18, 2009
    r9 (completed transfer to new custom settings service. Now store...) committed by alastair.pitts   -   completed transfer to new custom settings service. Now stores usernames and uses a drop down. Implemented a much cleaner login mechanism
    completed transfer to new custom settings service. Now stores usernames and uses a drop down. Implemented a much cleaner login mechanism
  • Feb 12, 2009
    r8 (Began transition to new settings service.) committed by alastair.pitts   -   Began transition to new settings service.
    Began transition to new settings service.
  • Jan 31, 2009
    r7 (Updated BeginInvoke to be a lot cleaner. Thanks to Pat for t...) committed by alastair.pitts   -   Updated BeginInvoke to be a lot cleaner. Thanks to Pat for the tip. (frmMain.cs)
    Updated BeginInvoke to be a lot cleaner. Thanks to Pat for the tip. (frmMain.cs)
  • Jan 24, 2009
    r6 (Changed the outline border of the Notification form, to a re...) committed by alastair.pitts   -   Changed the outline border of the Notification form, to a red outline
    Changed the outline border of the Notification form, to a red outline
  • Jan 20, 2009
    r5 (- Removed another extraneous method from Utilities.cs - Chan...) committed by alastair.pitts   -   - Removed another extraneous method from Utilities.cs - Changed animation when hiding the notification (frmNotify.cs)
    - Removed another extraneous method from Utilities.cs - Changed animation when hiding the notification (frmNotify.cs)
  • Jan 15, 2009
    r4 (Cleaned out extraneous utility functions) committed by alastair.pitts   -   Cleaned out extraneous utility functions
    Cleaned out extraneous utility functions
  • Jan 15, 2009
    r3 (Initial commit 16/1/09 ------- Nothing particularily buggy...) committed by alastair.pitts   -   Initial commit 16/1/09 ------- Nothing particularily buggy. First Alpha
    Initial commit 16/1/09 ------- Nothing particularily buggy. First Alpha
  • Jan 15, 2009
    r2 (Initial Log. Basic Working code. Few bugs and graphics hit...) committed by alastair.pitts   -   Initial Log. Basic Working code. Few bugs and graphics hitches.
    Initial Log. Basic Working code. Few bugs and graphics hitches.
  • Dec 31, 2008
    Project gtray created by alastair.pitts   -   gTray - Check your gmail inbox from the tray!
    gTray - Check your gmail inbox from the tray!
 
Powered by Google Project Hosting