machine_run
asked on
log4net.dll' targets a different processor than the application.
When I build a solution in C# in Visual Studio 2012 I get a warning :
Referenced assembly 'C:\Windows\assembly\GAC_6 4\log4net\ 1.2.10.0__ 692fbea552 1e1304\log 4net.dll' targets a different processor than the application.
Is there some way around this?
TIA
Referenced assembly 'C:\Windows\assembly\GAC_6
Is there some way around this?
TIA
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
My question is incase I select x64, can I install on PC that has 32bit OS? "The software that I developed"
ASKER