creating a 32 bit exe on 64 bit system

  • Thread starter Thread starter Mrkhan143
  • Start date Start date
M

Mrkhan143

Guest
hello guys I m trying to create a project for x32 bit system. My system is x64 bit. but when I change platform from x64 to x32 its shows me the following errors

I m using visual studio 2015 and sql server 2012

thanks in advance

ERROR: File 'log4net.dll' targeting 'AMD64' is not compatible with the project's target platform 'x86'
ERROR: File 'log4net.dll' targeting 'AMD64' is not compatible with the project's target platform 'x86'
WARNING: File 'log4net.dll' targeting 'x64' is not compatible with the project's target platform 'x86'
WARNING: File 'log4net.dll' targeting 'x64' is not compatible with the project's target platform 'x86'



Warning Referenced assembly 'C:\Windows\assembly\GAC_64\log4net\1.2.10.0__692fbea5521e1304\log4net.dll' targets a different processor than the application. POS

Continue reading...
 
Back
Top