I am creating a composite control.<BR>In the composite control, I have "imports system.data.sqlclient".<BR>However, when I then try and compile the control, it does not recognize the system.data.sqlclient reference. Any idea why? Do I need to add something to my compile statement?<BR><BR>On another Note, I cannot reference arraylists either. Is this because of the same issue as above ... I need to compile it with something else?<BR><BR>Thanks,<BR><BR>Danny<BR><BR>Indeed, you have to include the system.data.dll in your compilation for the SQL component, and I am not sure about the ArrayList ... but you can include "imports system.collections" to resolve this issue ... though I am not sure that is the final answer to the ArrayLists ... but can figure it out from there.<BR><BR>