I have inherited a C# application that imports very large data sets. We are getting some out of memory issues and I think the problem is that the program is running as 32bit vs 64bit. The application is on a 64bit server and setup as a windows scheduled task.
I found that the test and production release have the 32bit preferred checked. This solution has about 7 projects. I was going to try to uncheck the 32bit preferred checkbox, but will I need to do these to each of the other projects that this might be using a reference?