G
Guest
I've been working on a problem which has me totally confused.
My application is checking a collection of objects to see if they have a
difference in one of it's properties. If it does, it's including a list if
different properties in its print-out. If not, it just prints the property
value of the first item.
Now here's my problem. When I'm running it in the IDE, everything works the
way it should work. (Both in release mode and debug mode.) After I install
the app on a machine (mine or anyone else's) it's printing all of the
objects' values in the collection, even when they are the same.
I've tried to uninstall the app from my machine, and then re-install it.
I've also completely removed those lines of code from the app and tried it
that way, just to check that the new versions are getting installed correctly.
When the App is installed in debug mode, it works correctly. If anyone
could help, I'd GREATLY appreciate it!
Richard Olson
My application is checking a collection of objects to see if they have a
difference in one of it's properties. If it does, it's including a list if
different properties in its print-out. If not, it just prints the property
value of the first item.
Now here's my problem. When I'm running it in the IDE, everything works the
way it should work. (Both in release mode and debug mode.) After I install
the app on a machine (mine or anyone else's) it's printing all of the
objects' values in the collection, even when they are the same.
I've tried to uninstall the app from my machine, and then re-install it.
I've also completely removed those lines of code from the app and tried it
that way, just to check that the new versions are getting installed correctly.
When the App is installed in debug mode, it works correctly. If anyone
could help, I'd GREATLY appreciate it!
Richard Olson