Leon H H
Posts: 52
Joined: 2010-04-06
|
I created ADX COM project for Word 2010 and higher and added Tab Ribbon.
I registered and built the project, and it worked fine.
However, when I try to add task pane, by clicking ADXWordTaskPaneManager button in the designer, I get error message box:
"Could not load file or assembly 'AddinExpress.WD.2005, Version 10.2.4714.0, Culture=neutral, PublicKeyToken=e69a7e0f3592d2b8' or one of its dependencies. The system cannot find the file specified."
My loader files are of version: 10.2.4714.0
C:\Program Files (x86)\Add-in Express\Add-in Express for .NET\Bin\AddinExpress.MSO.2005.dll also 10.2.4714.0
However
C:\Program Files (x86)\Add-in Express\Add-in Express for .NET\Bin\AddinExpress.WD.2005.dll also 10.2.4720.0
The project file references AddinExpress.WD.2005.dll 10.2.4720:
<Reference Include="AddinExpress.WD.2005, Version=10.2.4720.0, Culture=neutral, PublicKeyToken=e69a7e0f3592d2b8, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
</Reference>
But error message references AddinExpress.WD.2005.dll 10.2.4714
Where is it coming from?
This is not the first Word Add-In I am developing. All others have custom panes and work OK.
What's going on?
P.S. I also checked that the fix according to your instructions in your email to me on June 27, 2024 is applied. |
|
Andrei Smolin
Add-in Express team
Posts: 19048
Joined: 2006-05-11
|
Hello Leon,
Try to apply the instruction we provided earlier to this project as well.
Regards from Poland (GMT+1),
Andrei Smolin
Add-in Express Team Leader |
|