
I am receiving the following error when I try to run DAG.exe out of Dynamics 10.0 Service Pack 5. When I look at the version of Microsoft.Dexterity.Bridge.dll, it is not the version that DAG is looking for. Is there a patch or service pack for the VS Tools that I need to run in order to upgrade DAG.exe?
*This post is locked for comments
I have the same question (0)Hi,
I don't know that the Bridge.dll version listed in the message is the problem. Two parts that I think are import are:
"BadImageFormatException" See this MSDN article.
"An attempt was made to load a program with an incorrect format."
A common cause of this issue is due to having a mix of 32-bit and 64-bit DLLs, assemblies, or dependencies. So if you attempt to reference a 64-bit DLL with a 32-bit app, it will cause this message.
But with that said, given what you are doing, I am puzzled as to why the error would be occurring with the DAG. The specific version number of the Bridge.dll doesn't seem like it should cause that message.
I'm wondering if there is some 64-bit DLL that is getting pulled in.
I'll fire up my old GP 10 virtual server and do a test to see if I can reproduce.