Error 1 Invalid Resx file. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) Line 183, position 5. C:\Program Files\MicroFour\StrataFrame Source Code\MicroFour StrataFrame Inherited UI\DevExpress Extended\Dialogs\browsedialogwindow.resx 183 5 MicroFour StrataFrame Inherited UI
Please advise what I need to do in order to correct this....
Replaced it with a reference to 7.3.7 and the appropriate public key token and all seems to be good.
Any ideas?
m
Open up the GAC and see if you have the MicroFour Inherited UI in there. Next, delete it. Then go back into the solution and rebuild (not just build) your solution. Then go into the project where the error is occuring and perform a Rebuild (not just a build) on it as well. I think that you are fighting an old MicroFour Inherited UI out on disk someplace.
Thanks. In the interim, I actually re-installed the source code solutions and re-did the rebuilds. This time it worked, so I can only guess that I did something wrong in the process of manually editing the references to the earlier devExpress dll's. Didn't actually have to go into the GAC.
Thank you again, though for your quick response.