| By Chris Diesel - 4/28/2009 
 I'm trying to setup an ES datasouce in the Global.asax file and I'm having a hard time finding the reference to MicroFour.StataFrame.Data.Enterprise.EnterpriseDataSourceItem.  Is there a particular library I need to <%@ Import "" %> into the Global.asax or include in the website references?
 | 
	
		
				      		    
		
		| By Trent L. Taylor - 4/29/2009 
 Yes.  You will need to import the following:
 MicroFour StrataFrame EnterpriseMicroFour StrataFrame Enterprise Client
 | 
	
		
				      		    
		
		| By Chris Diesel - 4/29/2009 
 Had that, just hadn't set "Copy Local" to true on the reference properties.  Thanks
 | 
	
		
				      		    
		
		| By Trent L. Taylor - 4/29/2009 
 Glad you got it going.  Just FYI, when distributing, you realy just need to make sure that they are in the Bin folder (or a respective data folder).
 |