本文介绍了Emotion Demo项目在VS2013,ver12.0,Update 4上不起作用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

每一次兴奋的演示都让我非常失望。

Being every every excited playing with the demos I got very disappointed.

demoproject无法正常运作命名空间引用中的错误。 

The demoproject does not work due to errors in the namespace references. 

使用Microsoft.ProjectOxford.Emotion;

使用Microsoft.QualityTools.Testing.Fakes;

使用Microsoft.VisualStudio.TestTools.UnitTesting;

using Microsoft.ProjectOxford.Emotion;
using Microsoft.QualityTools.Testing.Fakes;
using Microsoft.VisualStudio.TestTools.UnitTesting;

使用System.Net.Http.Fakes;

using System.Net.Http.Fakes;

不起作用,我的机器上的参考位置不明确或不可用。

does not work and the proper place of the references are unclear or not available on my machine.

如果您上传的版本不符合我的要求,我会很高兴我的配置中的框。

I would be happy if you upload a version that runs out-of-the-box in my configuration.

谢谢,

Morten

////////////////////////////

////////////////////////////

Microsoft Visual Studio社区2013

版本12.0.31101.00更新4

Microsoft .NET Framework

版本4.6.00079



已安装版本:专业版$

Microsoft Visual Studio Community 2013
Version 12.0.31101.00 Update 4
Microsoft .NET Framework
Version 4.6.00079

Installed Version: Professional

推荐答案



这篇关于Emotion Demo项目在VS2013,ver12.0,Update 4上不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-22 06:26