| Rank: Newbie Groups: Member
 
 Joined: 5/8/2011
 Posts: 3
 
 | 
		    HiI'm trying to execute the "Hierarchical DB Update" test from the demo of "TreeView->Programming"
 but it doesn't work . there are errors in every EO uses . here is one of it:
 The type or namespace name 'EO' could not be found in the global namespace (are you missing an assembly reference?)
 how can I use EO in my project without those errors?
 
 Thanks
 
 | 
	| Rank: Administration Groups: Administration
 
 Joined: 5/27/2007
 Posts: 24,425
 
 | 
		    Hi, You will need to reference our DLL first. The easiest way to do that is to drag a control from your toolbox to your form in design view ---- then Visual Studio will automatically reference EO.Web.dll for you. You can also manually reference it by following these steps:http://doc.essentialobjects.com/library/4/install/project_setup.aspx Note the above documentation is for EO.Pdf.dll, not for EO.Web.dll. However the steps are the same for any DLL except that the file name. Thanks!
		 | 
	| Rank: Newbie Groups: Member
 
 Joined: 5/8/2011
 Posts: 3
 
 | 
		    Thanks  a lot :)
		 |