I have mono 2.10 installed which is said to support 4.0 i have a site running, a simple hello world that is built (i develop in on a windows box with vs 2010 and then upload to a linux box) with 3.5.
I want to put the site under 4.0. I changed it on visual studio and on the windows box it works. on linux i have the error
Unrecognized attribute 'targetFramework'
SO, which steps are needed to change the target from 3.5 to 4.0?
EDIT: Am not using monodevelop.
Am creating the site on a windows machine with visual studio and then copying the entire website folder to the linux box. After that i open the site url and thats it.
WHen should i run the dmcs compiler? AFAIK the site is compiled automatically when it runs for the first time ?
dmcscompiler. – SK-logic Sep 29 '11 at 14:23