 |
|
 |
|
Next: Cant access windows add and remove components
|
| Author |
Message |
External

Since: Dec 01, 2007 Posts: 1
|
(Msg. 1) Posted: Sat Dec 01, 2007 11:02 am
Post subject: Help with Just in Time debugger problem Archived from groups: microsoft>public>windowsxp>newusers (more info?)
|
|
|
|
|
| Back to top |
|
 |  |
External

Since: Sep 16, 2007 Posts: 3
|
(Msg. 2) Posted: Sun Dec 09, 2007 6:14 pm
Post subject: RE: Help with Just in Time debugger problem [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Hi Andy,
The reason for this error message is the date on your computer is not
inputing into speedtester correctly. Check to see if the date is set
correctly. If you installed an updated version just before the error
messages started, it most likely is a coding error in the program, reinstall
an older version.
"Andy T" wrote:
> I need some help here. I have been running a programme called Speedtester
> which helps me get regular info about my broadband up and download speeds but
> today i get this error message detailed below. i cannot find this debugger
> anywhere on my computer Can anyone help as i cannot get the Speedtester to
> work again. it has worked for a month
>
> See the end of this message for details on invoking
> just-in-time (JIT) debugging instead of this dialog box.
>
> ************** Exception Text **************
> System.ArgumentOutOfRangeException: Year, Month, and Day parameters describe
> an un-representable DateTime.
> at System.DateTime.DateToTicks(Int32 year, Int32 month, Int32 day)
> at SpeedTester.ApplicationArea.GetMaxDate()
> at SpeedTester.ApplicationArea.bgUplDataWrk_RunWorkerCompleted(Object
> sender, RunWorkerCompletedEventArgs e)
> at
> System.ComponentModel.BackgroundWorker.OnRunWorkerCompleted(RunWorkerCompletedEventArgs e)
> at System.ComponentModel.BackgroundWorker.AsyncOperationCompleted(Object
> arg)
>
>
> ************** Loaded Assemblies **************
> mscorlib
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
> ----------------------------------------
> SpeedTester
> Assembly Version: 1.6.0.0
> Win32 Version: 1.6.0
> CodeBase:
> file:///C:/Program%20Files/Broadband%20Choices/Broadband%20Choices%20S...d%20Tes
> ----------------------------------------
> System.Windows.Forms
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77...561934e
> ----------------------------------------
> System
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> 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.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f1...0a3a/Sy
> ----------------------------------------
> System.Data
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e0...System.
> ----------------------------------------
> System.Xml
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e.../System
> ----------------------------------------
> System.Transactions
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_32/System.Transactions/2.0.0.0__b77a5c...934e089
> ----------------------------------------
> System.EnterpriseServices
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_32/System.EnterpriseServices/2.0.0.0__...f5f7f11
> ----------------------------------------
> System.Configuration
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03...7f11d50
> ----------------------------------------
>
> ************** 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.
>
>
>
> --
> Thanks for your help
> Andy T >> Stay informed about: Help with Just in Time debugger problem |
|
| Back to top |
|
 |  |
External

Since: Nov 13, 2010 Posts: 2
|
(Msg. 3) Posted: Sat Nov 13, 2010 5:26 am
Post subject: Re: Help with Just in Time debugger problem [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
You can try:
Update Your .NET Framework version to v3.5sp1!
If the problems is continue, Tell me please!
hyzx86.TakeThisOut@sina.com
> On Saturday, December 01, 2007 2:02 PM andy wrote:
> I need some help here. I have been running a programme called Speedtester
> which helps me get regular info about my broadband up and download speeds but
> today i get this error message detailed below. i cannot find this debugger
> anywhere on my computer Can anyone help as i cannot get the Speedtester to
> work again. it has worked for a month
>
> See the end of this message for details on invoking
> just-in-time (JIT) debugging instead of this dialog box.
>
> ************** Exception Text **************
> System.ArgumentOutOfRangeException: Year, Month, and Day parameters describe
> an un-representable DateTime.
> at System.DateTime.DateToTicks(Int32 year, Int32 month, Int32 day)
> at SpeedTester.ApplicationArea.GetMaxDate()
> at SpeedTester.ApplicationArea.bgUplDataWrk_RunWorkerCompleted(Object
> sender, RunWorkerCompletedEventArgs e)
> at
> System.ComponentModel.BackgroundWorker.OnRunWorkerCompleted(RunWorkerCompletedEventArgs e)
> at System.ComponentModel.BackgroundWorker.AsyncOperationCompleted(Object
> arg)
>
>
> ************** Loaded Assemblies **************
> mscorlib
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
> ----------------------------------------
> SpeedTester
> Assembly Version: 1.6.0.0
> Win32 Version: 1.6.0
> CodeBase:
> file:///C:/Program%20Files/Broadband%20Choices/Broadband%20Choices%20S...d%20Tes
> ----------------------------------------
> System.Windows.Forms
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77...561934e
> ----------------------------------------
> System
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> 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.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f1...0a3a/Sy
> ----------------------------------------
> System.Data
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e0...System.
> ----------------------------------------
> System.Xml
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e.../System
> ----------------------------------------
> System.Transactions
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_32/System.Transactions/2.0.0.0__b77a5c...934e089
> ----------------------------------------
> System.EnterpriseServices
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_32/System.EnterpriseServices/2.0.0.0__...f5f7f11
> ----------------------------------------
> System.Configuration
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03...7f11d50
> ----------------------------------------
>
> ************** 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.
>
>
>
> --
> Thanks for your help
> Andy T
>> On Sunday, December 09, 2007 9:14 PM TheSho wrote:
>> Hi Andy,
>>
>> The reason for this error message is the date on your computer is not
>> inputing into speedtester correctly. Check to see if the date is set
>> correctly. If you installed an updated version just before the error
>> messages started, it most likely is a coding error in the program, reinstall
>> an older version.
>>
>> "Andy T" wrote:
>> Submitted via EggHeadCafe
>> Dynamic Data Controls with Entity Framework
>> http://www.eggheadcafe.com/tutorials/aspnet/29c02d78-c90d-495a-82fd-c2...6656ed6 >> Stay informed about: Help with Just in Time debugger problem |
|
| Back to top |
|
 |  |
External

Since: Nov 13, 2010 Posts: 2
|
(Msg. 4) Posted: Sat Nov 13, 2010 5:26 am
Post subject: Re: Help with Just in Time debugger problem [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
You can try:
Update Your .NET Framework version to v3.5sp1!
If the problems is continue, Tell me please!
hyzx86.RemoveThis@sina.com
> On Saturday, December 01, 2007 2:02 PM andy wrote:
> I need some help here. I have been running a programme called Speedtester
> which helps me get regular info about my broadband up and download speeds but
> today i get this error message detailed below. i cannot find this debugger
> anywhere on my computer Can anyone help as i cannot get the Speedtester to
> work again. it has worked for a month
>
> See the end of this message for details on invoking
> just-in-time (JIT) debugging instead of this dialog box.
>
> ************** Exception Text **************
> System.ArgumentOutOfRangeException: Year, Month, and Day parameters describe
> an un-representable DateTime.
> at System.DateTime.DateToTicks(Int32 year, Int32 month, Int32 day)
> at SpeedTester.ApplicationArea.GetMaxDate()
> at SpeedTester.ApplicationArea.bgUplDataWrk_RunWorkerCompleted(Object
> sender, RunWorkerCompletedEventArgs e)
> at
> System.ComponentModel.BackgroundWorker.OnRunWorkerCompleted(RunWorkerCompletedEventArgs e)
> at System.ComponentModel.BackgroundWorker.AsyncOperationCompleted(Object
> arg)
>
>
> ************** Loaded Assemblies **************
> mscorlib
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
> ----------------------------------------
> SpeedTester
> Assembly Version: 1.6.0.0
> Win32 Version: 1.6.0
> CodeBase:
> file:///C:/Program%20Files/Broadband%20Choices/Broadband%20Choices%20S...d%20Tes
> ----------------------------------------
> System.Windows.Forms
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77...561934e
> ----------------------------------------
> System
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> 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.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f1...0a3a/Sy
> ----------------------------------------
> System.Data
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e0...System.
> ----------------------------------------
> System.Xml
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e.../System
> ----------------------------------------
> System.Transactions
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_32/System.Transactions/2.0.0.0__b77a5c...934e089
> ----------------------------------------
> System.EnterpriseServices
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_32/System.EnterpriseServices/2.0.0.0__...f5f7f11
> ----------------------------------------
> System.Configuration
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03...7f11d50
> ----------------------------------------
>
> ************** 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.
>
>
>
> --
> Thanks for your help
> Andy T
>> On Sunday, December 09, 2007 9:14 PM TheSho wrote:
>> Hi Andy,
>>
>> The reason for this error message is the date on your computer is not
>> inputing into speedtester correctly. Check to see if the date is set
>> correctly. If you installed an updated version just before the error
>> messages started, it most likely is a coding error in the program, reinstall
>> an older version.
>>
>> "Andy T" wrote:
>>> On Saturday, November 13, 2010 12:25 AM Qbit wrote:
>>> You can try:
>>>
>>> Update Your .NET Framework version to v3.5sp1!
>>>
>>> If the problems is continue, Tell me please!
>>>
>>> hyzx86.RemoveThis@sina.com
>>> Submitted via EggHeadCafe
>>> OAuth Basics for .NET Developers
>>> http://www.eggheadcafe.com/tutorials/aspnet/16beeea4-4332-4d23-8433-ad...e6dbcbd >> Stay informed about: Help with Just in Time debugger problem |
|
| Back to top |
|
 |  |
External

Since: Nov 13, 2010 Posts: 5
|
(Msg. 5) Posted: Sat Nov 13, 2010 5:28 am
Post subject: Re: Help with Just in Time debugger problem [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
You can try:
Update Your .NET Framework version to v3.5sp1!
If the problems is continue, Tell me please!
> On Saturday, December 01, 2007 2:02 PM andy wrote:
> I need some help here. I have been running a programme called Speedtester
> which helps me get regular info about my broadband up and download speeds but
> today i get this error message detailed below. i cannot find this debugger
> anywhere on my computer Can anyone help as i cannot get the Speedtester to
> work again. it has worked for a month
>
> See the end of this message for details on invoking
> just-in-time (JIT) debugging instead of this dialog box.
>
> ************** Exception Text **************
> System.ArgumentOutOfRangeException: Year, Month, and Day parameters describe
> an un-representable DateTime.
> at System.DateTime.DateToTicks(Int32 year, Int32 month, Int32 day)
> at SpeedTester.ApplicationArea.GetMaxDate()
> at SpeedTester.ApplicationArea.bgUplDataWrk_RunWorkerCompleted(Object
> sender, RunWorkerCompletedEventArgs e)
> at
> System.ComponentModel.BackgroundWorker.OnRunWorkerCompleted(RunWorkerCompletedEventArgs e)
> at System.ComponentModel.BackgroundWorker.AsyncOperationCompleted(Object
> arg)
>
>
> ************** Loaded Assemblies **************
> mscorlib
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
> ----------------------------------------
> SpeedTester
> Assembly Version: 1.6.0.0
> Win32 Version: 1.6.0
> CodeBase:
> file:///C:/Program%20Files/Broadband%20Choices/Broadband%20Choices%20S...d%20Tes
> ----------------------------------------
> System.Windows.Forms
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77...561934e
> ----------------------------------------
> System
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> 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.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f1...0a3a/Sy
> ----------------------------------------
> System.Data
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e0...System.
> ----------------------------------------
> System.Xml
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e.../System
> ----------------------------------------
> System.Transactions
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_32/System.Transactions/2.0.0.0__b77a5c...934e089
> ----------------------------------------
> System.EnterpriseServices
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_32/System.EnterpriseServices/2.0.0.0__...f5f7f11
> ----------------------------------------
> System.Configuration
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03...7f11d50
> ----------------------------------------
>
> ************** 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.
>
>
>
> --
> Thanks for your help
> Andy T
>> On Sunday, December 09, 2007 9:14 PM TheSho wrote:
>> Hi Andy,
>>
>> The reason for this error message is the date on your computer is not
>> inputing into speedtester correctly. Check to see if the date is set
>> correctly. If you installed an updated version just before the error
>> messages started, it most likely is a coding error in the program, reinstall
>> an older version.
>>
>> "Andy T" wrote:
>>> On Saturday, November 13, 2010 12:25 AM Qbit wrote:
>>> You can try:
>>>
>>> Update Your .NET Framework version to v3.5sp1!
>>>
>>> If the problems is continue, Tell me please!
>>>
>>> hyzx86 DeleteThis @sina.com
>>>> On Saturday, November 13, 2010 12:26 AM Qbit wrote:
>>>> You can try:
>>>>
>>>> Update Your .NET Framework version to v3.5sp1!
>>>>
>>>> If the problems is continue, Tell me please!
>>>>
>>>> hyzx86 DeleteThis @sina.com
>>>> Submitted via EggHeadCafe
>>>> Visual Studio Async CTP Overview
>>>> http://www.eggheadcafe.com/tutorials/aspnet/e78665f9-b949-4cc7-a024-65...3bbad6d >> Stay informed about: Help with Just in Time debugger problem |
|
| Back to top |
|
 |  |
External

Since: Nov 13, 2010 Posts: 5
|
(Msg. 6) Posted: Sat Nov 13, 2010 5:29 am
Post subject: Re: Help with Just in Time debugger problem [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
You can try:
Update Your .NET Framework version to v3.5sp1!
If the problems is continue, Tell me!
> On Saturday, December 01, 2007 2:02 PM andy wrote:
> I need some help here. I have been running a programme called Speedtester
> which helps me get regular info about my broadband up and download speeds but
> today i get this error message detailed below. i cannot find this debugger
> anywhere on my computer Can anyone help as i cannot get the Speedtester to
> work again. it has worked for a month
>
> See the end of this message for details on invoking
> just-in-time (JIT) debugging instead of this dialog box.
>
> ************** Exception Text **************
> System.ArgumentOutOfRangeException: Year, Month, and Day parameters describe
> an un-representable DateTime.
> at System.DateTime.DateToTicks(Int32 year, Int32 month, Int32 day)
> at SpeedTester.ApplicationArea.GetMaxDate()
> at SpeedTester.ApplicationArea.bgUplDataWrk_RunWorkerCompleted(Object
> sender, RunWorkerCompletedEventArgs e)
> at
> System.ComponentModel.BackgroundWorker.OnRunWorkerCompleted(RunWorkerCompletedEventArgs e)
> at System.ComponentModel.BackgroundWorker.AsyncOperationCompleted(Object
> arg)
>
>
> ************** Loaded Assemblies **************
> mscorlib
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
> ----------------------------------------
> SpeedTester
> Assembly Version: 1.6.0.0
> Win32 Version: 1.6.0
> CodeBase:
> file:///C:/Program%20Files/Broadband%20Choices/Broadband%20Choices%20S...d%20Tes
> ----------------------------------------
> System.Windows.Forms
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77...561934e
> ----------------------------------------
> System
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> 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.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f1...0a3a/Sy
> ----------------------------------------
> System.Data
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e0...System.
> ----------------------------------------
> System.Xml
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e.../System
> ----------------------------------------
> System.Transactions
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_32/System.Transactions/2.0.0.0__b77a5c...934e089
> ----------------------------------------
> System.EnterpriseServices
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_32/System.EnterpriseServices/2.0.0.0__...f5f7f11
> ----------------------------------------
> System.Configuration
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03...7f11d50
> ----------------------------------------
>
> ************** 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.
>
>
>
> --
> Thanks for your help
> Andy T
>> On Sunday, December 09, 2007 9:14 PM TheSho wrote:
>> Hi Andy,
>>
>> The reason for this error message is the date on your computer is not
>> inputing into speedtester correctly. Check to see if the date is set
>> correctly. If you installed an updated version just before the error
>> messages started, it most likely is a coding error in the program, reinstall
>> an older version.
>>
>> "Andy T" wrote:
>>> On Saturday, November 13, 2010 12:25 AM Qbit wrote:
>>> You can try:
>>>
>>> Update Your .NET Framework version to v3.5sp1!
>>>
>>> If the problems is continue, Tell me please!
>>>
>>> hyzx86.TakeThisOut@sina.com
>>>> On Saturday, November 13, 2010 12:26 AM Qbit wrote:
>>>> You can try:
>>>>
>>>> Update Your .NET Framework version to v3.5sp1!
>>>>
>>>> If the problems is continue, Tell me please!
>>>>
>>>> hyzx86.TakeThisOut@sina.com
>>>>> On Saturday, November 13, 2010 12:28 AM Qbit wrote:
>>>>> You can try:
>>>>>
>>>>> Update Your .NET Framework version to v3.5sp1!
>>>>>
>>>>> If the problems is continue, Tell me please!
>>>>> Submitted via EggHeadCafe
>>>>> Excel Tips: Net Present Value (NPV) and Internal Rate of Return (IRR)
>>>>> http://www.eggheadcafe.com/tutorials/aspnet/e426181a-90f1-4bdb-a58a-ef...7e7cc85 >> Stay informed about: Help with Just in Time debugger problem |
|
| Back to top |
|
 |  |
External

Since: Nov 13, 2010 Posts: 5
|
(Msg. 7) Posted: Sat Nov 13, 2010 5:29 am
Post subject: Re: Help with Just in Time debugger problem [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
You can try:
Update Your .NET Framework version to v3.5sp1!
If the problems is continue, Tell me!
> On Saturday, December 01, 2007 2:02 PM andy wrote:
> I need some help here. I have been running a programme called Speedtester
> which helps me get regular info about my broadband up and download speeds but
> today i get this error message detailed below. i cannot find this debugger
> anywhere on my computer Can anyone help as i cannot get the Speedtester to
> work again. it has worked for a month
>
> See the end of this message for details on invoking
> just-in-time (JIT) debugging instead of this dialog box.
>
> ************** Exception Text **************
> System.ArgumentOutOfRangeException: Year, Month, and Day parameters describe
> an un-representable DateTime.
> at System.DateTime.DateToTicks(Int32 year, Int32 month, Int32 day)
> at SpeedTester.ApplicationArea.GetMaxDate()
> at SpeedTester.ApplicationArea.bgUplDataWrk_RunWorkerCompleted(Object
> sender, RunWorkerCompletedEventArgs e)
> at
> System.ComponentModel.BackgroundWorker.OnRunWorkerCompleted(RunWorkerCompletedEventArgs e)
> at System.ComponentModel.BackgroundWorker.AsyncOperationCompleted(Object
> arg)
>
>
> ************** Loaded Assemblies **************
> mscorlib
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
> ----------------------------------------
> SpeedTester
> Assembly Version: 1.6.0.0
> Win32 Version: 1.6.0
> CodeBase:
> file:///C:/Program%20Files/Broadband%20Choices/Broadband%20Choices%20S...d%20Tes
> ----------------------------------------
> System.Windows.Forms
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77...561934e
> ----------------------------------------
> System
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> 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.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f1...0a3a/Sy
> ----------------------------------------
> System.Data
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e0...System.
> ----------------------------------------
> System.Xml
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e.../System
> ----------------------------------------
> System.Transactions
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_32/System.Transactions/2.0.0.0__b77a5c...934e089
> ----------------------------------------
> System.EnterpriseServices
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_32/System.EnterpriseServices/2.0.0.0__...f5f7f11
> ----------------------------------------
> System.Configuration
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03...7f11d50
> ----------------------------------------
>
> ************** 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.
>
>
>
> --
> Thanks for your help
> Andy T
>> On Sunday, December 09, 2007 9:14 PM TheSho wrote:
>> Hi Andy,
>>
>> The reason for this error message is the date on your computer is not
>> inputing into speedtester correctly. Check to see if the date is set
>> correctly. If you installed an updated version just before the error
>> messages started, it most likely is a coding error in the program, reinstall
>> an older version.
>>
>> "Andy T" wrote:
>>> On Saturday, November 13, 2010 12:25 AM Qbit wrote:
>>> You can try:
>>>
>>> Update Your .NET Framework version to v3.5sp1!
>>>
>>> If the problems is continue, Tell me please!
>>>
>>> hyzx86 RemoveThis @sina.com
>>>> On Saturday, November 13, 2010 12:26 AM Qbit wrote:
>>>> You can try:
>>>>
>>>> Update Your .NET Framework version to v3.5sp1!
>>>>
>>>> If the problems is continue, Tell me please!
>>>>
>>>> hyzx86 RemoveThis @sina.com
>>>>> On Saturday, November 13, 2010 12:28 AM Qbit wrote:
>>>>> You can try:
>>>>>
>>>>> Update Your .NET Framework version to v3.5sp1!
>>>>>
>>>>> If the problems is continue, Tell me please!
>>>>>> On Saturday, November 13, 2010 12:29 AM Qbit wrote:
>>>>>> You can try:
>>>>>>
>>>>>> Update Your .NET Framework version to v3.5sp1!
>>>>>>
>>>>>> If the problems is continue, Tell me!
>>>>>> Submitted via EggHeadCafe
>>>>>> AJAX ModalPopUpExtender with GridView (Database) With Clientside Validation.
>>>>>> http://www.eggheadcafe.com/tutorials/aspnet/fee775bd-2c63-402e-b473-b7...8a5a340 >> Stay informed about: Help with Just in Time debugger problem |
|
| Back to top |
|
 |  |
External

Since: Nov 13, 2010 Posts: 5
|
(Msg. 8) Posted: Sat Nov 13, 2010 5:29 am
Post subject: Re: Help with Just in Time debugger problem [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
You can try:
Update Your .NET Framework version to v3.5sp1!
If the problems is continue, Tell me!
> On Saturday, December 01, 2007 2:02 PM andy wrote:
> I need some help here. I have been running a programme called Speedtester
> which helps me get regular info about my broadband up and download speeds but
> today i get this error message detailed below. i cannot find this debugger
> anywhere on my computer Can anyone help as i cannot get the Speedtester to
> work again. it has worked for a month
>
> See the end of this message for details on invoking
> just-in-time (JIT) debugging instead of this dialog box.
>
> ************** Exception Text **************
> System.ArgumentOutOfRangeException: Year, Month, and Day parameters describe
> an un-representable DateTime.
> at System.DateTime.DateToTicks(Int32 year, Int32 month, Int32 day)
> at SpeedTester.ApplicationArea.GetMaxDate()
> at SpeedTester.ApplicationArea.bgUplDataWrk_RunWorkerCompleted(Object
> sender, RunWorkerCompletedEventArgs e)
> at
> System.ComponentModel.BackgroundWorker.OnRunWorkerCompleted(RunWorkerCompletedEventArgs e)
> at System.ComponentModel.BackgroundWorker.AsyncOperationCompleted(Object
> arg)
>
>
> ************** Loaded Assemblies **************
> mscorlib
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
> ----------------------------------------
> SpeedTester
> Assembly Version: 1.6.0.0
> Win32 Version: 1.6.0
> CodeBase:
> file:///C:/Program%20Files/Broadband%20Choices/Broadband%20Choices%20S...d%20Tes
> ----------------------------------------
> System.Windows.Forms
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77...561934e
> ----------------------------------------
> System
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> 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.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f1...0a3a/Sy
> ----------------------------------------
> System.Data
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e0...System.
> ----------------------------------------
> System.Xml
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e.../System
> ----------------------------------------
> System.Transactions
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_32/System.Transactions/2.0.0.0__b77a5c...934e089
> ----------------------------------------
> System.EnterpriseServices
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_32/System.EnterpriseServices/2.0.0.0__...f5f7f11
> ----------------------------------------
> System.Configuration
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03...7f11d50
> ----------------------------------------
>
> ************** 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.
>
>
>
> --
> Thanks for your help
> Andy T
>> On Sunday, December 09, 2007 9:14 PM TheSho wrote:
>> Hi Andy,
>>
>> The reason for this error message is the date on your computer is not
>> inputing into speedtester correctly. Check to see if the date is set
>> correctly. If you installed an updated version just before the error
>> messages started, it most likely is a coding error in the program, reinstall
>> an older version.
>>
>> "Andy T" wrote:
>>> On Saturday, November 13, 2010 12:25 AM Qbit wrote:
>>> You can try:
>>>
>>> Update Your .NET Framework version to v3.5sp1!
>>>
>>> If the problems is continue, Tell me please!
>>>
>>> hyzx86 RemoveThis @sina.com
>>>> On Saturday, November 13, 2010 12:26 AM Qbit wrote:
>>>> You can try:
>>>>
>>>> Update Your .NET Framework version to v3.5sp1!
>>>>
>>>> If the problems is continue, Tell me please!
>>>>
>>>> hyzx86 RemoveThis @sina.com
>>>>> On Saturday, November 13, 2010 12:28 AM Qbit wrote:
>>>>> You can try:
>>>>>
>>>>> Update Your .NET Framework version to v3.5sp1!
>>>>>
>>>>> If the problems is continue, Tell me please!
>>>>>> On Saturday, November 13, 2010 12:29 AM Qbit wrote:
>>>>>> You can try:
>>>>>>
>>>>>> Update Your .NET Framework version to v3.5sp1!
>>>>>>
>>>>>> If the problems is continue, Tell me!
>>>>>>> On Saturday, November 13, 2010 12:29 AM Qbit wrote:
>>>>>>> You can try:
>>>>>>>
>>>>>>> Update Your .NET Framework version to v3.5sp1!
>>>>>>>
>>>>>>> If the problems is continue, Tell me!
>>>>>>> Submitted via EggHeadCafe
>>>>>>> Silverlight 4 Coin-Flip Decision Maker based on Mersenne Twister
>>>>>>> http://www.eggheadcafe.com/tutorials/aspnet/fabf1bbb-9568-4ff6-859b-76...c02f13f >> Stay informed about: Help with Just in Time debugger problem |
|
| Back to top |
|
 |  |
External

Since: Nov 13, 2010 Posts: 5
|
(Msg. 9) Posted: Sat Nov 13, 2010 5:30 am
Post subject: Re: Help with Just in Time debugger problem [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
You can try:
Update Your .NET Framework version to v3.5sp1!
If the problems is continue, Tell me!
> On Saturday, December 01, 2007 2:02 PM andy wrote:
> I need some help here. I have been running a programme called Speedtester
> which helps me get regular info about my broadband up and download speeds but
> today i get this error message detailed below. i cannot find this debugger
> anywhere on my computer Can anyone help as i cannot get the Speedtester to
> work again. it has worked for a month
>
> See the end of this message for details on invoking
> just-in-time (JIT) debugging instead of this dialog box.
>
> ************** Exception Text **************
> System.ArgumentOutOfRangeException: Year, Month, and Day parameters describe
> an un-representable DateTime.
> at System.DateTime.DateToTicks(Int32 year, Int32 month, Int32 day)
> at SpeedTester.ApplicationArea.GetMaxDate()
> at SpeedTester.ApplicationArea.bgUplDataWrk_RunWorkerCompleted(Object
> sender, RunWorkerCompletedEventArgs e)
> at
> System.ComponentModel.BackgroundWorker.OnRunWorkerCompleted(RunWorkerCompletedEventArgs e)
> at System.ComponentModel.BackgroundWorker.AsyncOperationCompleted(Object
> arg)
>
>
> ************** Loaded Assemblies **************
> mscorlib
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
> ----------------------------------------
> SpeedTester
> Assembly Version: 1.6.0.0
> Win32 Version: 1.6.0
> CodeBase:
> file:///C:/Program%20Files/Broadband%20Choices/Broadband%20Choices%20S...d%20Tes
> ----------------------------------------
> System.Windows.Forms
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77...561934e
> ----------------------------------------
> System
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> 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.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f1...0a3a/Sy
> ----------------------------------------
> System.Data
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e0...System.
> ----------------------------------------
> System.Xml
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e.../System
> ----------------------------------------
> System.Transactions
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_32/System.Transactions/2.0.0.0__b77a5c...934e089
> ----------------------------------------
> System.EnterpriseServices
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_32/System.EnterpriseServices/2.0.0.0__...f5f7f11
> ----------------------------------------
> System.Configuration
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03...7f11d50
> ----------------------------------------
>
> ************** 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.
>
>
>
> --
> Thanks for your help
> Andy T
>> On Sunday, December 09, 2007 9:14 PM TheSho wrote:
>> Hi Andy,
>>
>> The reason for this error message is the date on your computer is not
>> inputing into speedtester correctly. Check to see if the date is set
>> correctly. If you installed an updated version just before the error
>> messages started, it most likely is a coding error in the program, reinstall
>> an older version.
>>
>> "Andy T" wrote:
>>> On Saturday, November 13, 2010 12:25 AM Qbit wrote:
>>> You can try:
>>>
>>> Update Your .NET Framework version to v3.5sp1!
>>>
>>> If the problems is continue, Tell me please!
>>>
>>> hyzx86 RemoveThis @sina.com
>>>> On Saturday, November 13, 2010 12:26 AM Qbit wrote:
>>>> You can try:
>>>>
>>>> Update Your .NET Framework version to v3.5sp1!
>>>>
>>>> If the problems is continue, Tell me please!
>>>>
>>>> hyzx86 RemoveThis @sina.com
>>>>> On Saturday, November 13, 2010 12:28 AM Qbit wrote:
>>>>> You can try:
>>>>>
>>>>> Update Your .NET Framework version to v3.5sp1!
>>>>>
>>>>> If the problems is continue, Tell me please!
>>>>>> On Saturday, November 13, 2010 12:29 AM Qbit wrote:
>>>>>> You can try:
>>>>>>
>>>>>> Update Your .NET Framework version to v3.5sp1!
>>>>>>
>>>>>> If the problems is continue, Tell me!
>>>>>>> On Saturday, November 13, 2010 12:29 AM Qbit wrote:
>>>>>>> You can try:
>>>>>>>
>>>>>>> Update Your .NET Framework version to v3.5sp1!
>>>>>>>
>>>>>>> If the problems is continue, Tell me!
>>>>>>>> On Saturday, November 13, 2010 12:29 AM Qbit wrote:
>>>>>>>> You can try:
>>>>>>>>
>>>>>>>> Update Your .NET Framework version to v3.5sp1!
>>>>>>>>
>>>>>>>> If the problems is continue, Tell me!
>>>>>>>> Submitted via EggHeadCafe
>>>>>>>> Creating a SharePoint Designer workflow
>>>>>>>> http://www.eggheadcafe.com/tutorials/aspnet/4b58a093-2c77-4568-81f0-f3...ee2704a >> Stay informed about: Help with Just in Time debugger problem |
|
| Back to top |
|
 |  |
External

Since: Mar 21, 2004 Posts: 263
|
(Msg. 10) Posted: Sat Nov 13, 2010 8:49 pm
Post subject: Re: Help with Just in Time debugger problem [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
"Qbit" wrote in message
> You can try:
> Update Your .NET Framework version to v3.5sp1!
> If the problems is continue, Tell me please!
> hyzx86 RemoveThis @sina.com
>
>> On Saturday, December 01, 2007 2:02 PM andy wrote:
Another egghead moron posting to a three year old post and not just once but
SEVEN times. No "the problems is continue" except for idiots expecting the
OP to be here three years later. And as Net Framework 3.5 had only been
published 10 days before the OP posted I would doubt your fix would even fix
the OP's issue. >> Stay informed about: Help with Just in Time debugger problem |
|
| Back to top |
|
 |  |
External

Since: Oct 31, 2009 Posts: 5
|
(Msg. 11) Posted: Sun Nov 14, 2010 10:00 am
Post subject: Re: Help with Just in Time debugger problem [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
In message , LVTravel
writes:
>
>
>"Qbit" wrote in message
>
>> You can try:
>> Update Your .NET Framework version to v3.5sp1!
>> If the problems is continue, Tell me please!
>> hyzx86.RemoveThis@sina.com
>>
>>> On Saturday, December 01, 2007 2:02 PM andy wrote:
>
>
>
>Another egghead moron posting to a three year old post and not just
>once but SEVEN times. No "the problems is continue" except for idiots
>expecting the OP to be here three years later. And as Net Framework
>3.5 had only been published 10 days before the OP posted I would doubt
>your fix would even fix the OP's issue.
How about posting instead:
Qbit - you have a couple of problems with your news software or system.
Firstly, you are seeing - and responding to - a very old post (three
years old in this case). Secondly, you are posting the same thing
several times: either your software is doing it, or you aren't seeing
your own posts so are posting them again.
rather than being abusive. It doesn't hurt. (I now expect you to be
abusive to me, however - though I'd like to be wrong.)
As for expecting the OP to still be here after three years - well, I'm
not the OP, but I've been in some newsgroups a lot longer than that. Do
we take it that _you_ will not be here soon?
All the best,
--
J. P. Gilliver. UMRA: 1960/<1985 MB++G.5AL-IS-P--Ch++(p)Ar@T0H+Sh0!:`)DNAf
To know how to hide one's ability is great skill. -Francois de La
Rochefoucauld,
writer (1613-1680) >> Stay informed about: Help with Just in Time debugger problem |
|
| Back to top |
|
 |  |
| Related Topics: | Just in time debugging please help newbie here - I have Windows XP Pro SP2 all fixes on up to date. I have google desktop running on my pc and when it starts I get Just in Time debugging New instance of Microsoft Script editor I have a laptop running Windows XP Home SP2 and googledesktop and do not ...
quick time plug in -
Update in real time - For some reason my laptop will not update in real time. I have to click enter or refresh one or two times before I see a result of something I have read. Is there a way I can fix this problem? It is especially difficult when taking online classes and....
Run scheduled tasks at same time? - >I first posted this in Windows Security and Administrations, but no response yet. So I'll try here. >For security I have running on my computer: Avast 4.7 Home Edition, Spybot 1.4 free version, AVG 7.5 free edition and Windows Defender with ...
Advice/ leave computer on all the time - Very New, just went to wireless, was told to leave computer on all the time, is this a good idea? I see something about hibernation, should i set this up if left on. Thanks for any advice |
|
You can post new topics in this forum You can reply to topics in this forum You can edit your posts in this forum You can delete your posts in this forum You can vote in polls in this forum
|
|
|
|
 |
|
|