hello,
I am using Nsight Visual Studio Edition 3.1 (VS ultimate, update 3) and receive the following error:
%1 is not a valid Win32 application (System.ComponentModel.Win32Exception)
I read through the User Guide, but did not find any reference to this error.
about my project, it uses XAML/C# and target platform is currently x86; however, I will also be targeting the Tegra 3 device on the Surface RT (ARM). But I want to first get familiar with nsight, simply using my desktop (currently using 326.41 drivers as provided by your links). This “windows store app” basically creates a frame for the XAML/C# portion, then sets up a SwapChainBackgroundPanel in which Unity (game engine) hooks DirectX.
I’ve tried compiling debug and release; however, i receive same error when attempting to start graphics debugging.
Nsight system info explorer provides great details and the nsight monitor is running fine.
Am I just attempting to do something that is not possible?