0

if I create a new project in visual c# 2010 express there is selected "Any CPU".

Because I've a external dll that's compiled as amd64, I've to change the plattform from "Any CPU" to "x64" ... but the field is gray

How can I do that?

Btw. Yes, ist's a x64 computer and win 7.

Thank you in advance, craCH

craCH
  • 103
  • 9

1 Answers1

0

Do you have admin access on the machine? If yes, try to vs2010 as admin then change the platform cpu. See if this works!

demo.b
  • 3,299
  • 2
  • 29
  • 29
  • Yes, I've admin-access and no I cant change anything. – craCH Mar 09 '14 at 23:43
  • Yes, as written ... the fields are gray – craCH Mar 09 '14 at 23:51
  • Did you click on the windows start button, right click on vs2010 and select "run as adminstrator" ? – demo.b Mar 09 '14 at 23:52
  • Hello, i saw this link today. Please check if you will get any useful information. Thanks http://stackoverflow.com/questions/4104228/change-target-cpu-settings-in-visual-studio-2010-express and http://stackoverflow.com/questions/8333468/how-to-add-x64-or-any-cpu-as-a-build-option-in-visual-studio-2010-from-consol – demo.b Mar 10 '14 at 06:56
  • Thats it ... Options --> Projects and Solutions --> General --> Show advanced build configurations ... many thanks – craCH Mar 10 '14 at 20:09