i created a guidancepackage project in vs 2008.
i did not modify any files.
just i added projectitems into templates/solutions/projects/website folder.
projectitems are index.aspx,index.aspx.cs,index.aspx.designer.cs
i edited a Index.aspx.cs file.
namespace $WebSiteName$
{
public partial class Index
{
}
}
and error come up after builded of project
error message is " Unexpected character '$'"
How can i add namespace in cs file?