0

I have a solution that requires System.Numerics.dll. I absolutely do not have this anywhere on my hard drive. I have Visual Studio 2013 and I cannot find a safe site to download from. Where can I get the DLL?

If anyone with a copy can post it on a temp file host that would be appreciated.

user3822370
  • 641
  • 7
  • 20

1 Answers1

2

If you have the .NET framework, you should have the .DLL file in your windows directory.

Mine is located here:

C:\Windows\Microsoft.NET\Framework\v4.0.30319\System.Numerics.DLL

Do you have the .NET framework installed?

Minijack
  • 726
  • 7
  • 23
  • Thank you. It does not show up in my Visual Studio reference manager, and I could not even find it with a windows search. It is there. Thanks. – user3822370 Aug 02 '15 at 14:54
  • 2
    Next time use a programme like Everything to do a search of your hard drive, it is instant and pull up every file on your computer, much better than the default Windows search – Minijack Aug 02 '15 at 14:56