C# using DAO 3.6 Resource

G

Guest

Please forgive me it this is completely wrong, I'm fairly new to c#. I am trying to make a simple program that compiles all mdb's within a directory using DAO 3.6 libraries and can't get the "using DAO;" statement to work. Here is the command line that I'm using to compile
csc.exe /target:winexe /debug+ /r:System.Windows.Forms.dll /r:System.Drawing.dll /r:System.dll /res:HKEY_CLASSES_ROOT\TypeLib\{00025E01-0000-0000-C000-000000000046} Myform.c

"using DAO;" gives the following error CS0246: The type or namespace name 'DAO' could not be found yada yada

What am I doing wrong? I have visual studio at home and am able to ref the libraries just fine, I just can't figure out how to manually include the correct resource in the command line. Please let me know if you can help. Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top