While running the "Create Visual Studio Toolbox Tab" utlity from the start menu, I get the error message:
An error occured while attempting to add the Infragistics components to the toolbox
The message box shown also points to this log file:
C:\Users\ukeim\Documents\Infragistics\Tools\Toolbox Utility\Toolbox Utility.log
Which is actually zero bytes in length. I.e. completely empty.
Question: Any hints on what I can do to resolve and get the Infragistics toolbox tab in Visual Studio?
My configuration is:
ThanksUwe
Thanks, Andre
OMG, I never thought about opening the log file after closing the dialog box.
It then contains:
07:14:08 - Params: /v 8.2 07:14:09 - PUBLIC: Begin processing NetAdvantage version 8,207:14:09 - Beginning to process VS v707:14:09 - Getting Type for ProgID: VisualStudio.DTE.707:14:09 - Type for ProgID: VisualStudio.DTE.7 - null07:14:09 - Beginning to process VS v7.107:14:09 - Getting Type for ProgID: VisualStudio.DTE.7.107:14:09 - Type for ProgID: VisualStudio.DTE.7.1 - null07:14:09 - Beginning to process VS v8.007:14:09 - Getting Type for ProgID: VisualStudio.DTE.8.007:14:09 - Creating type: System.__ComObject07:14:09 - EXCEPTION: System.IO.FileNotFoundException Source: mscorlib Message: Die COM-Klassenfactory für die Komponente mit CLSID {BA018599-1DB3-44F9-83B4-461454C84BF8} konnte aufgrund des folgenden Fehlers nicht abgerufen werden: 80070002. Stack Trace: bei System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandle& ctor, Boolean& bNeedSecurityCheck) bei System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean fillCache) bei System.RuntimeType.CreateInstanceImpl(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean fillCache) bei System.Activator.CreateInstance(Type type, Boolean nonPublic) bei TBUtility.ToolboxUtilityManager.ProcessArguments()
Maybe this is helpful.
Same error for me.
There's the following content in my ToolBox Utility.log file (Uwe: the file gets filed after you confirm the error dialog with OK):
-----------------
22:52:54 - Params: /v 8.2 22:52:55 - PUBLIC: Begin processing NetAdvantage version 8,222:52:55 - Beginning to process VS v722:52:55 - Getting Type for ProgID: VisualStudio.DTE.722:52:55 - Type for ProgID: VisualStudio.DTE.7 - null22:52:55 - Beginning to process VS v7.122:52:55 - Getting Type for ProgID: VisualStudio.DTE.7.122:52:55 - Type for ProgID: VisualStudio.DTE.7.1 - null22:52:55 - Beginning to process VS v8.022:52:55 - Getting Type for ProgID: VisualStudio.DTE.8.022:52:55 - Creating type: System.__ComObject22:53:25 - EXCEPTION: System.Runtime.InteropServices.COMException Source: mscorlib Message: Creating an instance of the COM component with CLSID {BA018599-1DB3-44F9-83B4-461454C84BF8} from the IClassFactory failed due to the following error: 80010001. Stack Trace: at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandle& ctor, Boolean& bNeedSecurityCheck) at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean fillCache) at System.RuntimeType.CreateInstanceImpl(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean fillCache) at System.Activator.CreateInstance(Type type, Boolean nonPublic) at TBUtility.ToolboxUtilityManager.ProcessArguments()-----------------------------------------
My System Configuration is
Windows XP Pro (english) with both, VS 2005 and VS 2008 (SP1) installed (both in english, too), CA eTrust Antivirus.
I had a similar error when I tried the toolbox utility on the following virtual machine:
http://www.microsoft.com/DOWNLOADS/details.aspx?FamilyID=c7a809d8-8c9f-439f-8147-948bc6957812&displaylang=en
Addition: I also have installed the "PowerCommands for Visual Studio 2008" which some report to be an issue sometimes.
I uninstalled them and now I am at least able to manually choose the toolbox items (before uninstalling, this lead to a crash of VS with ".NET Runtime version 2.0.50727.3053 - Fatal Execution Engine Error (72B05E00) (80131506)" in the event log, event ID is 1023, event source ".NET Runtime").
Still the Infragistics Toolbox Tab Utility brings an error.