You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-dev@incubator.apache.org by "Brett Porter (JIRA)" <ji...@apache.org> on 2014/06/27 06:21:24 UTC

[jira] [Commented] (NPANDAY-545) Visual Studio Addin Assembly path not matching 32/64 install folder to running Visual Studio app - fails to load

    [ https://issues.apache.org/jira/browse/NPANDAY-545?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14045597#comment-14045597 ] 

Brett Porter commented on NPANDAY-545:
--------------------------------------

Thanks - are you interested in looking into creating a patch for the wix installer to do this?

> Visual Studio Addin Assembly path not matching 32/64 install folder to running Visual Studio app - fails to load
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: NPANDAY-545
>                 URL: https://issues.apache.org/jira/browse/NPANDAY-545
>             Project: NPanday
>          Issue Type: Bug
>          Components: Visual Studio Add-in
>    Affects Versions: 1.4-incubating
>         Environment: Windows 7 64 bit,
> Visual Studio 10 32 bit
> Microsoft Visual Studio 2010 Version 10.0.40219.1 SP1Rel
> Microsoft .NET Framework Version 4.0.30319 SP1Rel
> Windows Installer XML Toolset 3.5.2519.0 
> NPanday 1.4.0-incubating Maven in .NET Applications
>            Reporter: Greg Domjan
>              Labels: newbie
>             Fix For: 1.5.0-incubating
>
>
> Pluggins fail to load, reports as error 0x80070002  (file not found)
> Appears that dll's are installed to 64 bit and 32 bit folders, but plugin specifies only the 64 bit folder, 32 bit app is unable to load dlls located in 64 bit program files folder.
> Any NPanday.VisualStudio.AddIn
> 	<Addin>
> 		<Assembly>C:\Program Files\NPanday\bin\NPanday.VisualStudio.Addin.dll</Assembly>
> Workaround to manually edit the assembly path and add " (x86)".
> 	<Addin>
> 		<Assembly>C:\Program Files (x86)\NPanday\bin\NPanday.VisualStudio.Addin.dll</Assembly>



--
This message was sent by Atlassian JIRA
(v6.2#6252)