Have a strange problem in my application.
This is a prism application with couple of modules in separate projects. Those modules are not referenced directly, they are only copied in "Modules" directory. There is also some base functionality in one more project "Common" - this is referenced by the application and all modules.
Now the problem: if I build the app in debug mode, then everything is OK. But if I build it in release mode - I am getting an error trying to start it "file or assembly Common, Version x.x.x.x or one of its dependencies not found". The important thing is, that this version number x.x.x.x is the number of the in debug mode compiled assembly...
Does anybody know what could be the problem?