Using Nuclex.Fonts

abilean's picture

This might be a stupid question, but i am trying to use Nuclex.Fonts and i have gone through the tutorial and everything went fine up until refrensing Nuclex.Fonts.dll ...... i tried adding
using namespace Nuclex.Fonts; and got an error about the keyword namespace.

using Nuclex.Fonts; and got the error:

Error 1 The type or namespace name 'Nuclex' could not be found (are you missing a using directive or an assembly reference?)

any suggestions?

 

Cygon's picture

Add the assembly reference it's suggesting

You need to reference the assembly before you can use the namespace.

Just right-click on the "References" folder in the project tree to the right, select "Add Reference" in the context menu, then choose the "Browse" tab in the dialog that opens and double click on Nuclex.Fonts.dll!

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Lines and paragraphs break automatically.
  • Allowed HTML tags: <br> <a> <em> <strong> <u> <i> <b> <cite> <blockcode> <code> <ul> <ol> <li> <dl> <dt> <dd> <p> <pre> <span>
  • You can highlight code with any of the following tags: <blockcode>

More information about formatting options