Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
560
NA 2008.1: "Create Visual Studio Tab" not working
posted

Hi,

I'm still using NA 2008.1 and can't create the tabs with the supplied program: it throws an exception (please see below).

Yes, I know I can create it manually...

 

Thanks,

Frank

 

11:13:08 - Params: /v 8.1
11:13:09 - PUBLIC: Begin processing NetAdvantage version 8,1
11:13:09 - Beginning to process VS v7
11:13:09 - Getting Type for ProgID: VisualStudio.DTE.7
11:13:09 - Type for ProgID: VisualStudio.DTE.7 - null
11:13:09 - Beginning to process VS v7.1
11:13:09 - Getting Type for ProgID: VisualStudio.DTE.7.1
11:13:09 - Type for ProgID: VisualStudio.DTE.7.1 - null
11:13:09 - Beginning to process VS v8.0
11:13:09 - Getting Type for ProgID: VisualStudio.DTE.8.0
11:13:09 - Creating type: System.__ComObject
11:13:16 - PUBLIC:
VS: 8.0
11:13:16 - Getting Toolbox Window
11:13:16 - Getting Toolbox
11:13:16 - Getting Toolbox Tabs
11:13:16 - Getting Install Directory.(netAdvantageVersion: 8,1, target: 8.0, type: 0, CLR: CLR2x)
11:13:16 - Attempting to get NetAdvantageJP key 1
11:13:16 - NetAdvantageJP key is null
11:13:16 - minimumVersion: 6,2
11:13:16 - Getting VersionKey: found
11:13:16 - Getting Install Directory Inner. (versionKey: HKEY_CLASSES_ROOT\Infragistics\NetAdvantage\Net\Full, target: 8.0, type: 0, netAdvantageVersion:8,1, CLR:CLR2x)
11:13:16 - Getting WEB key
11:13:16 - Found WEB key
11:13:16 - Getting CLR2x key
11:13:16 - Found CLR2x key
11:13:16 - GetInstallDirectory Inner returns: ''
11:13:16 - Install directory not found.
11:13:16 - GetInstallDirectory returns: ''
11:13:16 - Getting Install Directory.(netAdvantageVersion: 8,1, target: 8.0, type: 1, CLR: CLR2x)
11:13:16 - Attempting to get NetAdvantageJP key 1
11:13:16 - NetAdvantageJP key is null
11:13:16 - minimumVersion: 6,2
11:13:16 - Getting VersionKey: found
11:13:16 - Getting Install Directory Inner. (versionKey: HKEY_CLASSES_ROOT\Infragistics\NetAdvantage\Net\Full, target: 8.0, type: 1, netAdvantageVersion:8,1, CLR:CLR2x)
11:13:16 - Getting WIN key
11:13:16 - Found WIN key
11:13:16 - Getting CLR2x key
11:13:16 - Found CLR2x key
11:13:16 - Processing installed version: Version8.1
11:13:16 - Got reg key for installed version: Version8.1
11:13:16 - Getting InstallDirectory from registry for version: 8,1
11:13:16 - GetInstallDirectory Inner returns: 'C:\Programme\Infragistics\NetAdvantage for .NET 2008 Vol. 1 CLR 2.0\'
11:13:16 - Install directory: 'C:\Programme\Infragistics\NetAdvantage for .NET 2008 Vol. 1 CLR 2.0\' found.
11:13:16 - GetInstallDirectory returns: 'C:\Programme\Infragistics\NetAdvantage for .NET 2008 Vol. 1 CLR 2.0\'
11:13:16 - PUBLIC: Removing Tabs...
11:13:28 - EXCEPTION: System.InvalidCastException
    Source: CustomMarshalers
    Message: QI for IEnumVARIANT failed on the unmanaged server.
    Stack Trace:    bei System.Runtime.InteropServices.CustomMarshalers.EnumeratorToEnumVariantMarshaler.MarshalNativeToManaged(IntPtr pNativeData)
   bei EnvDTE.ToolBoxTabs.GetEnumerator()
   bei TBUtility.ToolboxUtilityManager.RemoveTabs(ToolBoxTabs _tbTabs, String[] tabNames)
   bei TBUtility.ToolboxUtilityManager.ProcessArguments()
11:13:28 - dte.Quit