I am trying to create a project template for c# and on the decalaration of the namespace where the code is this:
namespace $safeprojectname$
the IDE gives this error: A namespace cannot directly contain members such as fields or methods.
I don't understand why this error appears because this is exactly what is tells you to do here: https://msdn.microsoft.com/en-us/library/eehb4faa.aspx
Please can someone point me in the right direction?
Much appreciated.
Isaac.