CS0234: The type or namespace name 'Core' does not exist in the namespace 'development.Templates.Workrooms' (are you missing an assembly reference?)
Line 21: using EPiServer.Security;
Line 22: using EPiServer.WebControls;
Line 23: using development.Templates.Workrooms.Core;
Line 24:
Line 25:
Hi Arwa!
Add a reference to the EPiServerSample.dll and you should be fine.
If you *are* compiling the EPiServerSample, verify that the Workroom files
are included (templates/Workroom) in the project and hasnt been excluded for
some reason.
Regards,
Johan
In VisualStudio, click menu "Project" and select "Add Reference",
then select the tab "Browse" and browse to your episerver's /bin folder,
then select the file "EPiServerSample.dll" and click ok.
/johan