I am creating a new dll application with Visual Studio 2013 based on .net 4.5.
When trying to define the Guid
attribute on my class like this:
[Guid("4245366B-0484-4A41-A2E8-C7D9FC3A4ED7")]
The compiler gives me the error
'System.Guid' is not an attribute class.
Any idea what's missing?