Visual Studio 2015 Intellitetest 不适用于 64 位项目 [英] Visual studio 2015 Intellitest not working on 64bit projects

查看:34
本文介绍了Visual Studio 2015 Intellitetest 不适用于 64 位项目的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

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

I am trying to run intellitest on x64 project (for that matter i even tried to create simple 64x project)

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

但由于某种原因,我在智能输出中得到的只是

but for some reason all i get in intellitest output is

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.

Thank you for the feedback. This is by design. IntelliTest is not supported for x64 configuration at the moment.

这篇关于Visual Studio 2015 Intellitetest 不适用于 64 位项目的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆