Program running as 32bit on 64bit server

Copper Contributor

I have this solution I have taken over.  This solution has several projects, and they are all set to build for AnyCPU.  One of the projects in the solution imports large json files, and we are running out of memory.  

I know this exe is running as 32bit (can see it running in the windows task).

 

The program is setup in windows scheduler to call a .bat file multiple times with parameters. Is there a way to force windows to run this as 64bit instead of 32bit.  Or will I need to set all the projects in this solution to run as 64bit?

0 Replies