Microsoft StreamInSight - Microsoft.ComplexEventProcessing.Adapters 中缺少接口

发布于 2024-10-25 16:57:52 字数 411 浏览 6 评论 0原文

我正在尝试构建 HitchHiker 解决方案,该解决方案作为 Microsoft StreamInSight 白皮书“A Hitchhiker’s Guide to Microsoft StreamInsight Queries”的一部分提供。但是,我遇到编译错误,例如: “错误 1 ​​找不到类型或命名空间名称“IDeclareAdvanceTimeProperties”(是否缺少 using 指令或程序集引用?)C:\gmd\Architecture\cep\HitchHiker\Adapters\InputFactory.cs 45 36 Adapters”。 我已验证对 Microsoft.ComplexEventProcessing.Adapters.dll 的程序集引用已添加到项目中。 此外,dll 和智能感知的对象浏览器不会显示有问题的界面。 任何帮助将不胜感激。 谢谢 高塔姆

I'm trying to build the HitchHiker solution that comes as part of the Microsoft whitepaper on StreamInSight "A Hitchhiker‟s Guide to Microsoft StreamInsight Queries". However, I'm getting compile errors such as:
"Error 1 The type or namespace name 'IDeclareAdvanceTimeProperties' could not be found (are you missing a using directive or an assembly reference?) C:\gmd\Architecture\cep\HitchHiker\Adapters\InputFactory.cs 45 36 Adapters".
I have verified that the assembly references to Microsoft.ComplexEventProcessing.Adapters.dll has been added to the project.
Also, the object browser for the dll and intellisense does not show the interface in question.
Any help would be appreciated.
Thanks
Gautam

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

棒棒糖 2024-11-01 16:57:52

您是否检查过以确保您使用的是完整的 .NET 4.0 Framework 而不仅仅是 Client Profile?您可以在项目属性中找到它。如果您仅使用客户端配置文件,则编译时会出现此类错误。

Have you checked to make sure that you are using the full .NET 4.0 Framework and not just the Client Profile? You can find this in your project properties. If you are using only the Client Profile, you'll get these kinds of error when compiling.

热血少△年 2024-11-01 16:57:52

也许 Visual Studio 正在经历一个“时刻”,请尝试打开/关闭引用上的复制本地标志。我在另一个项目中遇到了类似的问题,这为我解决了这个问题。

Perhaps Visual Studio is having a "moment", try flipping the copy local flag on/off on the reference. I had a similar problem with another project and that resolved it for me.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文