From nmaven-issues-return-309-apmail-incubator-nmaven-issues-archive=incubator.apache.org@incubator.apache.org Thu Sep 11 01:07:48 2008 Return-Path: Delivered-To: apmail-incubator-nmaven-issues-archive@locus.apache.org Received: (qmail 48475 invoked from network); 11 Sep 2008 01:07:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Sep 2008 01:07:47 -0000 Received: (qmail 98431 invoked by uid 500); 11 Sep 2008 01:07:45 -0000 Delivered-To: apmail-incubator-nmaven-issues-archive@incubator.apache.org Received: (qmail 98413 invoked by uid 500); 11 Sep 2008 01:07:45 -0000 Mailing-List: contact nmaven-issues-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: nmaven-issues@incubator.apache.org Delivered-To: mailing list nmaven-issues@incubator.apache.org Received: (qmail 98402 invoked by uid 99); 11 Sep 2008 01:07:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Sep 2008 18:07:45 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [63.246.2.115] (HELO codehaus01.managed.contegix.com) (63.246.2.115) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Sep 2008 01:06:47 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id C544914A8013 for ; Wed, 10 Sep 2008 20:06:48 -0500 (CDT) Message-ID: <16784545.1221095208805.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Wed, 10 Sep 2008 20:06:48 -0500 (CDT) From: "joe ocaba (JIRA)" To: nmaven-issues@incubator.apache.org Subject: [jira] Updated: (NMAVEN-185) Unable to start NMaven Addin In-Reply-To: <7506927.1217577626876.JavaMail.haus-jira@codehaus01.managed.contegix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/NMAVEN-185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] joe ocaba updated NMAVEN-185: ----------------------------- Attachment: NMaven-185.patch Submitted Patch thanks > Unable to start NMaven Addin > ---------------------------- > > Key: NMAVEN-185 > URL: http://jira.codehaus.org/browse/NMAVEN-185 > Project: NMaven > Issue Type: Bug > Components: Visual Studio Integration > Affects Versions: 0.14 (Unreleased) > Reporter: jan ancajas > Fix For: 0.14 (Unreleased) > > Attachments: NMaven-185.patch, SA210.zip, VS2005.log > > > I am getting a message "The Addin supporting this command could not be loaded. Do you wish to remove the command? If you choose yes, you can re-create the command by reinstalling the Addin." when opening it to a particular project. for a simple project i can successfully start the addin > --- > i found out that the addin is throwing an error for this project. > 1. Use this command to open VS : > C:\Program Files\Microsoft Visual Studio 8\Common7\IDE>devenv /Log C:\VS2005.log > /ResetAddin NMaven.VisualStudion.Addin > 2. at some point an error is raised based on the logs: > {noformat} > > 91 > > Error > Microsoft Visual Studio > Calling OnConnection for Addin: NMaven.VisualStudio.Addin.Connect >
80004002 - E_NOINTERFACE > Unable to cast COM object of type 'System.__ComObject' to interface type 'VSLangProj.VSProject'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{2CFB826F-F6BF-480D-A546-95A0381CC411}' failed due to the following error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE)). >
> {noformat} > attached is the offending sample project and the log file -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira