Hi everyone,
Today I came across this weird problem in a smart client applicatoin project. There is a function which saves information to the database using datasets (not the best solution! but in process of refactoring). Well, the problem is that the function works in debug mode and it saves the info but in release mode one of the values changes therefore wrong information is saved to the database. I've already checked the execution path for processor directives such as #if DEBUG #endif and... nothing's wrong. As far as I know the only thing which may change the application's behaviour in runtime can be processor directives. any idea your help is appreciated.
Thanks