You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-commits@incubator.apache.org by "Greg Domjan (Created) (JIRA)" <ji...@apache.org> on 2012/02/28 01:33:49 UTC

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

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


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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira