[ https://issues.apache.org/jira/browse/NPANDAY-545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brett Porter updated NPANDAY-545: --------------------------------- Fix Version/s: 1.5.0-incubating > 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)