1

Basically I have added the System.Numerics reference to my project, and have added it to my using statements as below:

enter image description here

However, I am getting the following error:

The type or namespace name 'Numerics' does not exist in the namespace 'System'

This is hopefully a simple one!

Thanks

JMK
  • 27,273
  • 52
  • 163
  • 280
  • Answer: http://stackoverflow.com/questions/4820953/where-is-my-system-numerics-namespace – Esselans Oct 11 '11 at 17:47
  • @HarzIce The OP explictly stated that he did that and it's in the screenshot. – Filburt Oct 11 '11 at 17:51
  • 1
    That's weird.. The "References" list to the right is for the same project? Maybe try declaring a "BigInteger" and see if the little red underscore comes up in the IDE. Does it compile? Maybe the IDE just isn't refreshed.. – Mike Christensen Oct 11 '11 at 17:52
  • Did you check there's no typo in the lines above `using System.Numeric`? – Filburt Oct 11 '11 at 17:53
  • I feel rather silly, just had to re-build the program and it went away. Thanks for the suggestions. – JMK Oct 11 '11 at 17:56

0 Answers0