I have a program in .Net 4.5 using ICorDebug::CreateProcess
(http://msdn.microsoft.com/en-us/library/vstudio/ms232508.aspx). It work on Windows XP, Vista, 7, but not on Windows 8 : my program stop without any message, even in debug mode. But, the same program, in .Net 4.0, work correctly on Windows 8.
Any idea about this?
Thank in advance :)