ComputerForum.com ComputerForum.com  

Go Back   Computer Forum > Computer Software > Operating Systems

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old 11-01-2009, 10:26 PM   #1 (permalink)
Diamond Member
 
Join Date: Aug 2004
Location: LONDON
Age: 25
Posts: 2,297
Default .net framework error under windows 7 x64

unhandled exception has occurred in your application, if you click continue, the application will ignore this error and attempt to continue, if you click quit, the application will close immediately
conversion from string "<br />
<b>warning</b> msql_co" to type 'double' is not valid
__________________________________________________ ______________________________________________

if i click on more details this is what i get

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.InvalidCastException: Conversion from string "<br />
<b>Warning</b>: mysql_co" to type 'Double' is not valid. ---> System.FormatException: Input string was not in a correct format.
at Microsoft.VisualBasic.CompilerServices.Conversions .ParseDouble(String Value, NumberFormatInfo NumberFormat)
at Microsoft.VisualBasic.CompilerServices.Conversions .ToDouble(String Value, NumberFormatInfo NumberFormat)
--- End of inner exception stack trace ---
at Microsoft.VisualBasic.CompilerServices.Conversions .ToDouble(String Value, NumberFormatInfo NumberFormat)
at CPAX20.utilities.Dec(String strCode)
at CPAX20.Form1.tmrOffer_Tick(Object sender, EventArgs e)
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.TimerNativeWindow.WndPr oc(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.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
----------------------------------------
CPAX2
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files%20(x86)/Common%20Files/alg.exe
----------------------------------------
Microsoft.VisualBasic
Assembly Version: 8.0.0.0
Win32 Version: 8.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Runtime.Remoting
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
System.Management
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Management/2.0.0.0__b03f5f7f11d50a3a/System.Management.dll
----------------------------------------
System.Core
Assembly Version: 3.5.0.0
Win32 Version: 3.5.30729.4926 built by: NetFXw7
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Microsoft.mshtml
Assembly Version: 7.0.3300.0
Win32 Version: 7.0.3300.0
CodeBase: file:///C:/Windows/assembly/GAC/Microsoft.mshtml/7.0.3300.0__b03f5f7f11d50a3a/Microsoft.mshtml.dll
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
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.

anyone help????
__________________
Windows Vista Home Pre x32
AMD X2 4200+
ASUS HD 4850 1 GB
80gb 320gb
4Gb PC3200
Gbyte K8N PRO SLi
530W TAGAN 2FORCE
Clabs Aud 2 ZS
robina_80 is offline   Reply With Quote


Old 11-02-2009, 02:59 PM   #2 (permalink)
Diamond Member
 
Join Date: Aug 2004
Location: LONDON
Age: 25
Posts: 2,297
Default

i think i sorted it ive updated the .net to version 4 beta 2 from version 3.5 that comes with windows pre installed
__________________
Windows Vista Home Pre x32
AMD X2 4200+
ASUS HD 4850 1 GB
80gb 320gb
4Gb PC3200
Gbyte K8N PRO SLi
530W TAGAN 2FORCE
Clabs Aud 2 ZS
robina_80 is offline   Reply With Quote
Old 11-02-2009, 04:03 PM   #3 (permalink)
Diamond Member
 
Join Date: Aug 2004
Location: LONDON
Age: 25
Posts: 2,297
Default

that hasnt sorted the problem, its just popped up with that error window, any help???????

EDIT: ive just googled the error code and its given me this link (below), when i get to the resolotion stage it gives me a link to download MDAC but what one do i download?!?!

http://support.microsoft.com/kb/815117
__________________
Windows Vista Home Pre x32
AMD X2 4200+
ASUS HD 4850 1 GB
80gb 320gb
4Gb PC3200
Gbyte K8N PRO SLi
530W TAGAN 2FORCE
Clabs Aud 2 ZS

Last edited by robina_80; 11-02-2009 at 04:26 PM.
robina_80 is offline   Reply With Quote
Old 11-14-2009, 03:46 PM   #4 (permalink)
Diamond Member
 
Join Date: Aug 2004
Location: LONDON
Age: 25
Posts: 2,297
Default

still got problems, anyone care to help
__________________
Windows Vista Home Pre x32
AMD X2 4200+
ASUS HD 4850 1 GB
80gb 320gb
4Gb PC3200
Gbyte K8N PRO SLi
530W TAGAN 2FORCE
Clabs Aud 2 ZS
robina_80 is offline   Reply With Quote
Reply

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Tons of spyware removed, I think da5176 Computer Security 26 11-11-2006 04:05 AM
Any Concern? da5176 Computer Security 6 10-07-2006 07:54 PM
computer running REALLY slow gmen5681 Computer Security 3 09-06-2006 05:28 AM
HijackThis log... Ku-sama Computer Security 6 08-30-2006 03:35 AM
Critical Updates!!! PaulAnthony2233 Computer Security 11 04-05-2006 05:16 AM


All times are GMT +1. The time now is 03:22 PM.


Powered by: vBulletin Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.0 ©2009, Crawlability, Inc.