I have a c# v3.5 framework site that I am doing some maintenance on. I wish to use Automatic Properties but whenever I try to add one, the compiler fails [as below]. I have added the System.Core.dll (and it is in the web.config ok) but still no joy.
Anyway seen this behavior before and have a resolution?
Thanks,
dan
Error 6 'XXX.Archive.TypeOfArchive.get' must declare a body because it is not marked abstract or extern
============