I've inherited an Add-in developed in VB for Dynamics GP 10. It's not working quite right in GP 2010, so I opened the Project in VS 2008. I'm trying to use GPConnNet.dll to communicate with SQL using the GP user's SQL connection. VS complained that I needed a Reference to Microsoft.Dexterity.Bridge, so I added one. Now I get the following Error message when I try to run the code:
Error Could not load file or assembly 'Microsoft.Dexterity.Bridge, Version=11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependancies. An attempt was made to load a program with an incorrect format, StackTrack at
Is there another reference I should be making?
Tim Foster
*This post is locked for comments