Answered by:
Correct problem scripts I have not found a solution !! Please Help

Question
-
See the end of this message for details about calling
************** JIT Patch **************
(JIT) instead of the current dialog box.
************** Exception text **************
System.TypeInitializationException: Exempts the type of 'ASUSWSSyncPanel.TimerActionModule' exception. ---> System.InvalidCastException: Conversion from string "2000/01/01" to type 'Date' is invalid.
When Microsoft.VisualBasic.CompilerServices.Conversions.ToDate (String Value)
When ASUSWSSyncPanel.TimerActionModule.cctor ()
--- the end of the trace of the internal exception storage elements ---
When ASUSWSSyncPanel.TimerActionModule.SystemTaryUI_2 (NotifyIcon & NotifyIcon_Panel)
When ASUSWSSyncPanel.MySyncFolderLoader.Timer_10sec_Tick (Object sender, EventArgs e)
When System.Windows.Forms.Timer.OnTick (EventArgs e)
When System.Windows.Forms.Timer.TimerNativeWindow.WndProc (Message & m)
When System.Windows.Forms.NativeWindow.Callback (IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies **************
mscorlib
Assembly version: 4.0.0.0
Win32 Version: 4.7.3110.0 built by: NET472REL1LAST_C
Program source: file: /// C: /Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
----------------------------------------
AsusWSPanel
Assembly version: 1.0.0.0
Win32 version: 1.0.0.0
Program source: file: /// C: / Program% 20Files% 20 (x86) /ASUS/WebStorage/2.2.5.541/AsusWSPanel.exe
----------------------------------------
System.Windows.Forms
Assembly version: 4.0.0.0
Win32 version: 4.7.3056.0 built by: NET472REL1
Program source: file: /// C: /WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly version: 4.0.0.0
Win32 version: 4.7.3056.0 built by: NET472REL1
Program source: file: /// C: /WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly version: 4.0.0.0
Win32 version: 4.7.3056.0 built by: NET472REL1
Program source: file: /// C: /WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
Microsoft.VisualBasic
Assembly version: 10.0.0.0
Win32 version: 14.7.3056.0 built by: NET472REL1
Program source: file: /// C: /WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System.Configuration
Assembly version: 4.0.0.0
Win32 version: 4.7.3056.0 built by: NET472REL1
Program source: file: /// C: /WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
Assembly version: 4.0.0.0
Win32 version: 4.7.3056.0 built by: NET472REL1
Program source: file: /// C: /WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Accessibility
Assembly version: 4.0.0.0
Win32 version: 4.7.3056.0 built by: NET472REL1
Program source: file: /// C: /WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------
eCaremeDLL
Assembly version: 1.0.0.0
Win32 version: 1.0.0.0
Program source: file: /// C: / Program% 20Files% 20 (x86) /ASUS/WebStorage/2.2.5.541/eCaremeDLL.DLL
----------------------------------------
log4net
Assembly version: 1.2.13.0
Win32 version: 1.2.13.0
Program source: file: /// C: / Program% 20Files% 20 (x86) /ASUS/WebStorage/2.2.5.541/log4net.DLL
----------------------------------------
mscorlib.resources
Assembly version: 4.0.0.0
Win32 version: 4.7.3056.0 built by: NET472REL1
Program source: file: /// C: /WINDOWS/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_en_b77a5c561934e089/mscorlib.resources.dll
----------------------------------------
System.Core
Assembly version: 4.0.0.0
Win32 Version: 4.7.3110.0 built by: NET472REL1LAST_C
Program source: file: /// C: /WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
Microsoft.VisualBasic.resources
Assembly version: 10.0.0.0
Win32 version: 14.7.3056.0 built by: NET472REL1
Program source: file: /// C: /WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic.resources/v4.0_10.0.0.0_en_b03f5f7f11d50a3a/Microsoft.VisualBasic.resources.dll
----------------------------------------
System.Windows.Forms.resources
Assembly version: 4.0.0.0
Win32 version: 4.7.3056.0 built by: NET472REL1
Program source: file: /// C: /WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms.resources/v4.0_4.0.0.0_en_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------
To enable instant debugging (JIT), a value must be set
jitDebugging in the system.windows.forms section
In the configuration file for this application or computer (machine.config).
You must also convert the application programmatically with Enable
Correction.
For example:
<configuration>
<system.windows.forms jitDebugging = "true" />
</ configuration>
When you enable the JIT debugging, any unhandled exception will be sent
To the JIT debugger that is registered on the computer
Instead of being manipulated by this dialog box.- Moved by Dave PatrickMVP Friday, June 15, 2018 9:58 PM
Friday, June 15, 2018 4:56 PM
Answers
-
I'd ask for help over here.
https://social.msdn.microsoft.com/Forums/vstudio/en-US/home?category=vslanguages
Regards, Dave Patrick ....
Microsoft Certified Professional
Microsoft MVP [Windows Server] Datacenter Management
Disclaimer: This posting is provided "AS IS" with no warranties or guarantees, and confers no rights.- Proposed as answer by Richard MuellerMVP, Banned Friday, June 15, 2018 10:46 PM
- Marked as answer by Richard MuellerMVP, Banned Friday, June 22, 2018 12:33 PM
Friday, June 15, 2018 9:55 PM