Here is the contents of the Addins file:

<?xml version="1.0" encoding="utf-16"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.  See the NOTICE file
distributed with this work for additional information
regarding copyright ownership.  The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License.  You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied.  See the License for the
specific language governing permissions and limitations
under the License.
-->
<Extensibility xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns="
http://schemas.microsoft.com/AutomationExtensibility";>
  <HostApplication>
    <Name>Microsoft Visual Studio</Name>
    <Version>8.0</Version>
  </HostApplication>
  <HostApplication>
    <Name>Microsoft Visual Studio</Name>
    <Version>9.0</Version>
  </HostApplication>
  <HostApplication>
    <Name>Microsoft Visual Studio</Name>
    <Version>10.0</Version>
  </HostApplication>
  <Addin>
    <Assembly>C:\Program Files
(x86)\NPanday\bin\NPanday.VisualStudio.Addin.dll</Assembly>
    <FullClassName>NPanday.VisualStudio.Addin.Connect</FullClassName>
    <FriendlyName>NPanday 1.3-incubating Maven in .NET
Applications</FriendlyName>
    <Description>NPanday provides Maven plugins to support building of .NET
applications</Description>
    <LoadBehavior>0</LoadBehavior>
    <CommandLineSafe>0</CommandLineSafe>
    <CommandPreload>1</CommandPreload>
  </Addin>
</Extensibility>


On Thu, Mar 17, 2011 at 7:54 PM, Adelita Padilla <apadi...@maestrodev.com>wrote:

>
> Hi Eric,
>
> Did the Addin file got generated in this location -> 
> C:\Users\{user.name}\Documents\Visual
> Studio 2010\AddIns?
>
> If there's an addin file, can you check if it contains this snippet?
>
>   <HostApplication>
>     <Name>Microsoft Visual Studio</Name>
>     <Version>10.0</Version>
>   </HostApplication>
>
> Also, where did you download the MSI installer?
>
>
> Thanks,
>
> liit
>
>
>
>
> On Fri, Mar 18, 2011 at 6:10 AM, Eric Kolotyluk 
> <eric.koloty...@gmail.com>wrote:
>
>> I am using Windows 7 Professional x64.
>>
>> My VS 2010 info is:
>>
>> Microsoft Visual Studio 2010
>> Version 10.0.30319.1 RTMRel
>> Microsoft .NET Framework
>> Version 4.0.30319 RTMRel
>>
>> Installed Version: Professional
>>
>> Microsoft Office Developer Tools   01018-532-2002181-70321
>> Microsoft Office Developer Tools
>>
>> Microsoft Visual Basic 2010   01018-532-2002181-70321
>> Microsoft Visual Basic 2010
>>
>> Microsoft Visual C# 2010   01018-532-2002181-70321
>> Microsoft Visual C# 2010
>>
>> Microsoft Visual C++ 2010   01018-532-2002181-70321
>> Microsoft Visual C++ 2010
>>
>> Microsoft Visual F# 2010   01018-532-2002181-70321
>> Microsoft Visual F# 2010
>>
>> Microsoft Visual Studio 2010 Team Explorer   01018-532-2002181-70321
>> Microsoft Visual Studio 2010 Team Explorer
>>
>> Microsoft Visual Web Developer 2010   01018-532-2002181-70321
>> Microsoft Visual Web Developer 2010
>>
>> CodeSmith Generator   5.3
>> CodeSmith Tools Visual Studio Add-in Package
>>
>> Microsoft Visual Studio 2010 SharePoint Developer Tools   10.0.30319
>> Microsoft Visual Studio 2010 SharePoint Developer Tools
>>
>> SAP Crystal Reports for Visual Studio 2010
>> SAP Crystal Reports for Visual Studio 2010
>>
>>
>>  Visual Assist X
>> For more information about Visual Assist X, see the Whole Tomato Software
>> website at http://www.WholeTomato.com. Copyright (c) 1997-2008 Whole
>> Tomato Software, Inc.
>>
>> VMDebugger
>> For more information about VMware Inc, see their website at
>> http://www.vmware.com
>>  Copyright (c) 2010 VMware, Inc.
>>
>>
>> My environment PATH is
>>
>> %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;c:\Program
>> Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files (x86)\NTRU
>> Cryptosystems\NTRU TCG Software Stack\bin\;C:\Program Files\NTRU
>> Cryptosystems\NTRU TCG Software Stack\bin\;C:\Program Files\Wave Systems
>> Corp\Gemalto\Access Client\v5\;C:\Program Files (x86)\Microsoft SQL
>> Server\80\Tools\Binn\;C:\Program Files\Perforce;C:\Program Files
>> (x86)\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\MySQL\MySQL
>> Server 5.5\bin;%NUNIT_HOME%\bin;C:\Program Files
>> (x86)\CodeSmith\v5.3\;C:\Program Files\Windows Imaging\;%MAVEN_HOME%\bin
>>
>> Attached is a screen shot of the Add-in Manager.
>>
>> Cheers, Eric
>>
>> On Wed, Mar 16, 2011 at 11:44 PM, Josimpson Ocaba 
>> <joc...@maestrodev.com>wrote:
>>
>>>
>>>
>>> On Thu, Mar 17, 2011 at 1:25 PM, Eric Kolotyluk <
>>> eric.koloty...@gmail.com> wrote:
>>>
>>>> Yes, I used the msi for installation.
>>>>
>>>> So far VS 2005 seems to work, but I am an NPanday newbie. I'm still a
>>>> Maven newbie for that matter :-)
>>>>
>>>> I don't have VS 2008 so I cannot test that.
>>>>
>>>> When I used the Windows Control Panel to uninstall NPanday, I could not
>>>> find the addin afterward, or anything else related to the existence of
>>>> NPanday.
>>>>
>>>> Do you mean: are all of the assemblies in the GAC after installing
>>>> NPanday?
>>>>
>>>> I did my best to set up the appropriate environment variables including
>>>> the PATH, but that is something I could double-check.
>>>>
>>>> I am not sure what you mean by: There are intermittent with respect to
>>>> the orders of the frameworks.
>>>>
>>>>
>>> The intermittent error mostly comes up in project types that are using
>>> the 3.5 framework. If you don't mind can you give us information on what
>>> type of OS you are using and what type of Visual Studios you have installed
>>> (with service pack?) and also a copy of your environment path.
>>>
>>> On the reinstall of NPanday is the Add In also not found under Tools ->
>>> Add-in Manager?
>>>
>>>
>>>> Cheers, Eric
>>>>
>>>>
>>>>
>>>> On 2011-03-16 5:31 PM, Josimpson Ocaba wrote:
>>>>
>>>>> Hi Eric,
>>>>>
>>>>> Trying to clear things up for my understanding. You used the msi right
>>>>> and NPanday is working fine for VS2005 & VS2008. On your uninstall of
>>>>> npanday did the addin remain? Also are all of the microsoft assemblies
>>>>> already installed in the GAC?
>>>>>
>>>>> Did you also update your Path Environment as mentioned in the docs?
>>>>> There are intermittent with respect to the orders of the frameworks.
>>>>>
>>>>> Thanks,
>>>>>
>>>>> --
>>>>> Joe Ocaba
>>>>>
>>>>> ----- Original Message -----
>>>>> From: "Eric Kolotyluk" <eric.koloty...@gmail.com>
>>>>> To: "Brett Porter" <br...@apache.org>
>>>>> Cc: npanday-users@incubator.apache.org
>>>>> Sent: Thursday, March 17, 2011 7:09:49 AM
>>>>> Subject: Re: NPanday Exception
>>>>>
>>>>> So I uninstalled and reinstalled NPanday, but I have the same problem
>>>>> with
>>>>> VS 2010 - so it seems to be 2010 related.
>>>>>
>>>>> The plugin seems to work for VS 2005, so I'll experiment with that. In
>>>>> the
>>>>> end I really need this to work in VS 2010 as that is our development
>>>>> environment.
>>>>>
>>>>> I don't have VS 2008.
>>>>>
>>>>> Cheers, Eric
>>>>>
>>>>> On Mon, Mar 14, 2011 at 4:32 PM, Brett Porter <br...@apache.org>
>>>>> wrote:
>>>>>
>>>>> > The problem is that the wizard doesn't install some things in the GAC
>>>>> yet,
>>>>> > making the redundant Maven command necessary. What failure did you
>>>>> get from
>>>>> > that?
>>>>> >
>>>>> > On 15/03/2011, at 10:14 AM, Eric Kolotyluk wrote:
>>>>> >
>>>>> > That's the funny thing, I have never installed NPanday before - this
>>>>> was
>>>>> > the first time.
>>>>> >
>>>>> > One thing that is confusing is the Install Wizard vs the mvn install.
>>>>> I ran
>>>>> > the wizard first, but then I tried the mvn install as the
>>>>> instructions are
>>>>> > not all that clear. The mvn install failed anyway, is that what could
>>>>> have
>>>>> > screwed things up?
>>>>> >
>>>>> > Cheers, Eric
>>>>> >
>>>>> > On Mon, Mar 14, 2011 at 2:33 PM, Brett Porter <br...@apache.org>
>>>>> wrote:
>>>>> >
>>>>> >> It sounds like you had an old version installed beforehand. We
>>>>> should
>>>>> >> handle this better, so feel free to file a bug. However, to get it
>>>>> working I
>>>>> >> suggest you follow the uninstall instructions on the web site (make
>>>>> sure
>>>>> >> everything is removed, particularly the AddIn file in your documents
>>>>> >> folder), make sure it does not appear in VS and then try installing
>>>>> again.
>>>>> >>
>>>>> >> On 15/03/2011, at 1:57 AM, Eric Kolotyluk wrote:
>>>>> >>
>>>>> >> > After running the NPanday installation wizard, when I start VS
>>>>> 2010 I
>>>>> >> get the following message (see attached)
>>>>> >> >
>>>>> >> > Exception adding NPanday to the tools m...
>>>>> >> > A command with that name already exists.
>>>>> >> >
>>>>> >> > NPanday shows up in the Tools menu, but it does nothing when I
>>>>> click it,
>>>>> >> and then the menu item goes disabled.
>>>>> >> >
>>>>> >> > Does anyone know how to fix this?
>>>>> >> >
>>>>> >> > Cheers, Eric
>>>>> >> >
>>>>> >> >
>>>>> >>
>>>>> >> --
>>>>> >> Brett Porter
>>>>> >> br...@apache.org
>>>>> >> http://brettporter.wordpress.com/
>>>>> >> http://au.linkedin.com/in/brettporter
>>>>> >>
>>>>> >>
>>>>> >>
>>>>> >>
>>>>> >>
>>>>> >
>>>>> > --
>>>>> > Brett Porter
>>>>> > br...@apache.org
>>>>> > http://brettporter.wordpress.com/
>>>>> > http://au.linkedin.com/in/brettporter
>>>>> >
>>>>> >
>>>>> >
>>>>> >
>>>>> >
>>>>>
>>>>
>>>>
>>>
>>
>

Reply via email to