Visual studio 2015 Intellitest 不适用于 64 位项目

Visual studio 2015 Intellitest not working on 64bit projects

我正在尝试 运行 x64 项目的智能测试(为此,我什至尝试创建简单的 64x 项目)

public class Program
{
    public static void Main(string[] args)
    {
        if(args == null)
            throw new Exception("test");
    }
}

但出于某种原因,我在智能测试中得到的所有输出都是

saving all files
building project
Launching exploration
starting...
preparing monitored process for 'C:\Users\User\Documents\Visual Studio 2012\Projects\Unitest\ConsoleApplication9\bin\Debug\ConsoleApplication9.exe'
failed to prepare process for assembly 'C:\Users\User\Documents\Visual Studio 2012\Projects\Unitest\ConsoleApplication9\bin\Debug\ConsoleApplication9.exe'
monitored process exited with error while loading assembly (-1006 - 0xfffffc12)
finished

感谢您的反馈。 这是设计使然。 x64 配置目前不支持 IntelliTest。