Visual Studio 2015的Intellitest在64位项目上无法工作

14

我正在尝试在 x64 项目上运行 Intellitest(为此,我甚至尝试创建了一个简单的 64 位项目)

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

但由于某种原因,我在Intellitest输出中得到的只有

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

2
请在MS Connect上报告此问题,团队会及时响应。 - usr
1个回答

3
感谢您的反馈。 这是设计上的限制。目前,IntelliTest不支持x64配置。

当出现这样的设计决策时,真的很难喜欢VS。 - Basic
2
请考虑在此处为该功能投票:https://visualstudio.uservoice.com/forums/121579-visual-studio-2015/suggestions/10139661-enable-intellitest-for-64-bit-projects。我们非常感谢您的反馈。 - pvlakshm
设计上仍然无法工作?微软(MSFT)强制将我的程序选择为32位或64位,然后不支持这些强制转换,这有点荒谬。 - StingyJack
这个人貌似在他的职位上一无所知,怎么回事?https://developercommunity.visualstudio.com/content/problem/159390/intellitest-failed-to-prepare-process-for-asssembl.html - StingyJack

网页内容由stack overflow 提供, 点击上面的
可以查看英文原文,
原文链接