microsoft / WPFDXInterop

Repo for WPF DX Interop support
MIT License
307 stars 98 forks source link

I can not add D3DVisualization.dll to references. #24

Closed Mitra-M closed 7 years ago

Mitra-M commented 8 years ago

I built D3DVisualization.dll (D3DVisualization_winsdk) without any error (debug and release , 86 and 64bit ), But I can not add it to references.

I got this error :

D3DVisualization.dll could not be added. Please make sure that the file is accessible , and it is a valid assembly or COM component.

nikobarli commented 8 years ago

D3DVisualization is a C++ (native) DLL. You cannot add it as reference to your C# project.

You probably want to see this: http://stackoverflow.com/a/33436369

Mitra-M commented 8 years ago

Thank you . (My question was stupid)