Re: Version Conflict! :(

Tech-Archive recommends: Speed Up your PC by fixing your registry



Evan,

We've had some issues with DevExpress refs going haywire, that we
could always end up attributing to:

1/ DevExpress use dynamic assembly loading for some tasks (ie.
printing / reporting) so you don't see the reference in the assembly
itself... So using reflector and looking for 'Assembly' usage in
devexpress'code, or using processexplorer from live.sysinternals.com
you'll see which dll is missing. Add it to the references. And
complain to DevExpress :)

2 / How are you deploying to the client machine? Does your project
reference to devexpress all have the 'CopyLocal' property set to true?
For all the dlls, even those loaded at runtime?

Cheers,
Florian
.