Exception generated on Loading IE

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

Exception generated on Loading IE
Whenever i run my toolbar project it gives me error  
Dheeraj Kumar


Application Developer


Posts: 4
Joined: 2011-04-22
Hi,
I am Developing an IE toolbar in Windows 7 professional with Visual studio 2010 C#.net.
My problem is whenever i preses F5 to debug my folder it gives me error in following code
-----------------------------------------------------------------------------------------
public override System.ComponentModel.IContainer GetContainer()
{
if (components == null)
components = new System.ComponentModel.Container();
return components;
}
-----------------------------------------------------------------------------------------
My error Detail is as follows,
-----------------------------------------------------------------------------------------
Detailed technical information follows:
---
Date and Time: 25-04-2011 15:12:44
Machine Name: TEK_CPU_082
IP Address: fe80::f4e6:dcbd:1ed6:4d0b%13
Current User: TEKSOFTUV\Dheerajk

Application Domain: C:\Dheeraj_Projects\CafeGive_IE\CafeGiveIEAddin\CafeGiveIEAddin\bin\Release\
Assembly Codebase: file:///C:/Windows/assembly/GAC_MSIL/AddinExpress.IE/6.4.379.0__4416dd98f0861965/AddinExpress.IE.dll
Assembly Full Name: AddinExpress.IE, Version=6.4.379.0, Culture=neutral, PublicKeyToken=4416dd98f0861965
Assembly Version: 6.4.379.0
Assembly Build Date: 20-04-2011 17:42:00

Exception Source: mscorlib
Exception Type: System.ArgumentException
Exception Message: String cannot have zero length.
Exception Target Site: _GetType

---- Stack Trace ----
System.Reflection.Assembly._GetType(name As String, throwOnError As Boolean, ignoreCase As Boolean)
AddinExpress.IE.dll: N 00000 (0x0) JIT
System.Reflection.Assembly.GetType(name As String, throwOnError As Boolean)
AddinExpress.IE.dll: N 0000 (0x0) IL
AddinExpress.IE.ADXIEModule.ADXIEModule_DownloadBegin()
AddinExpress.IE.dll: N 1518 (0x5EE) IL

------------------------------------------------------------------------------------------
Please guide me solve this problem ....
its very urgent
Thank you
Dheeraj Kumar
Posted 25 Apr, 2011 05:11:46 Top
Sergey Grischenko


Add-in Express team


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

I answered this question in the post below:
http://www.add-in-express.com/forum/read.php?FID=10&TID=9204&MID=47197#message47197
Posted 27 Apr, 2011 13:28:10 Top