I cannot make debug output for DirectX 10 to work for my simple C# application. I've installed DirectX SDK, opened DirectX Control Panel and added application exe to list.
DirectX debug output was not shown in neither DebugView (when I start application exe manually) or Visual Studio 10 output console (when I start Debug).
I've added SlimDX to my project as a NuGet package, and the platform is set as x86.
I've run out of ideas how to make this work. Can someone think of something that I could try?
Thanks in advance.
UPDATE:
When I created Direct3D9 simple example, debug was displayed. Direct3D10 is still not working.