Migrate my winform application from x86 to Any CPU

  • Thread starter Thread starter Sudip_inn
  • Start date Start date
S

Sudip_inn

Guest
my application loading large data & we know 32 bit app can use only 2GB so i change it to any CPU as a result when my application will run on 64 bit PC then it can allot more memory for my large data. one problem occur after change from x86 to ANY CPU. many form often gets not responding when it load data & those data is not heavy.

can you tell me why this happen after change from x86 to ANY CPU?

Continue reading...
 
Back
Top