This is the first time I'm using the ES 2009 ASCX grid template and I'm getting an error.
Error 45 The type or namespace name 'Websites' does not exist in the namespace 'EntitySpaces' (are you missing an assembly reference?) C:\WebProjects\DepSci\DepSci.Web\Inquiry\Admin\Scaffolds\Ads_admin.ascx.cs 275 35 C:\...\DepSci.Web\
I have all the correct references, I double-checked. What am I missing?
I'm used to the template creating the ASPX pages, not user controls. I assume I need to create an ASPX page and include the user control in the page for this to work.
Any help would be appreciated.
Version: 2009.1.209.0
Thanks,
King Wilder
We supply the Web Admin Grid Loaders project to load the user controls. I'm not at a machine where I have entityspaces installed, but they should be in your program files folder. They can also be downloaded from
http://www.entityspaces.net/portal/Products/Downloads/tabid/94/Default.aspx
Regards, Scott Schecter EntitySpaces | Blog | Twitter
Scott,
Yes, this was the correct location. I'll give it a try tomorrow.
King