Thanks for responding Wayne. Having done some learning, I now understand that adding a reference involves using the Solution Explorer (right click, Add Reference). However, there is one last piece to the puzzle.
I am looking at the Visual C# Express Edition screen. On the left I have Database1.mdf where I have my data. Under Database1.mdf I have the usual folders (Database Diagrams,Tables, Stored Procedures,Functions,Synon
My Database1.mdf Assemblies folder is empty (I have not created any, I don't yet know what they do or if I need one).
I have opened the Solution Explorer on the right side of the Visual C# window. Following the instructions here http://support.microsoft.c
What I don't know is :
1. How to Add a Reference in the case of my project
2. Delete the ComDemo I created (!)
3. I need to know more about Assemblies - which I am happy to read up on - but based on what i am trying to do, do you think I need one/some assemblies ?
Many thanks again
RW
Main Topics
Browse All Topics





by: webtubbsPosted on 2009-03-29 at 21:34:36ID: 24016017
You need to add a reference (Tools > References) to "Microsoft AxtiveX DataObjects".
Wayne