System.FormatException in AddinExpress.IE.ADXIEModule.InjectLoader

Add-in Express™ Support Service
That's what is more important than anything else

System.FormatException in AddinExpress.IE.ADXIEModule.InjectLoader
 
christianbpedersen




Posts: 34
Joined: 2009-07-19
Detailed technical information follows:
---
Date and Time: 3/2/2010 8:04:43 PM
Machine Name: WIN-L5TJ85BJX6M
IP Address: fe80::8c4:4b5f:5bde:ccec%10
Current User: WIN-L5TJ85BJX6M\christian

Application Domain: C:\Program Files (x86)\Company\Internet Explorer Toolbar\
Assembly Codebase: file:///C:/Program Files (x86)/Company/Internet Explorer Toolbar/AddinExpress.IE.DLL
Assembly Full Name: AddinExpress.IE, Version=6.1.368.0, Culture=neutral, PublicKeyToken=4416dd98f0861965
Assembly Version: 6.1.368.0
Assembly Build Date: 3/2/2010 8:04:11 PM

Exception Source: mscorlib
Exception Type: System.FormatException
I'm getting this error when my add-in loads in Windows 8, Vista 64 Business edition. How do I get rid of it?

- Christian

------------

Exception Message: Input string was not in a correct format.
Exception Target Site: StringToNumber

---- Stack Trace ----
System.Number.StringToNumber(str As String, options As NumberStyles, number As NumberBuffer&, info As NumberFormatInfo, parseDecimal As Boolean)
AddinExpress.IE.DLL: N 0089 (0x59) IL
System.Number.ParseInt32(s As String, style As NumberStyles, info As NumberFormatInfo)
AddinExpress.IE.DLL: N 0022 (0x16) IL
System.String.System.IConvertible.ToInt32(provider As IFormatProvider)
AddinExpress.IE.DLL: N 0000 (0x0) IL
System.Convert.ToInt32(value As Object)
AddinExpress.IE.DLL: N 0003 (0x3) IL
AddinExpress.IE.ADXIEModule.InjectLoader()
AddinExpress.IE.DLL: N 0016 (0x10) IL
Posted 02 Mar, 2010 13:12:49 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Christian.

Please update the adxloader.dll file in your project and rebuild it.
Posted 03 Mar, 2010 10:36:49 Top