Ive added a using to my C# source file, but its still telling me that I have undefined types. What am I doing wrong?
It’s likely that youre missing the reference to that assembly in which the namespace is located. Using is simply a syntax convenience, in order to add a dependency to another assembly, you must reference it in the IDE you right click your project and select add reference, from the command line you use the /reference switch.
Related Questions
- I added my network addresses to the sample.spread.conf file and the Spread daemon will not start. Whats wrong?
- I use CalliGrapher a lot, but my CalliGrapher Statistical Analyzer (CSA) file is empty. What am I doing wrong?
- I have a PDF file which PdfGrabber is not reading correctly. Am I doing something wrong?