2

First and foremost, I apologize if this is the wrong place to ask this question, I just can't find the answer anywhere else.

I've imported the SharpDX references into my C# project, however, the SharpDX.Windows reference isn't there. I've tried downloading it from the website and using NuGet, however with both of them the reference doesn't exist.

Does anyone know how to fix this or what is causing the issue?

Intrinsic Nerd
  • 97
  • 1
  • 11
  • isn't SharpDX is not longer supported/developed? Like XNA, i think it is abandoned. – AgentFire Oct 24 '16 at 22:30
  • I'm not actually sure. It was last updated in March I think, but regardless I feel as if it should still have the references. It's possible that it's no longer supported though. – Intrinsic Nerd Oct 24 '16 at 22:32
  • I know this is an older post, but FYI, the latest update to the SharpDX NuGet packages is 4.0.1 on the 31st May 2017. Looks like it's still supported. – John Judd Sep 05 '17 at 02:29

1 Answers1

6

If your target is the desktop you will need to load the SharpDX.Desktop assembly from NuGet.