Windows XP 上的 AppFabric 开发?

发布于 2024-11-02 21:25:38 字数 503 浏览 0 评论 0原文

  1. 在 Windows Server 2008 上安装了应用程序结构 x64。
  2. 从 %windir%\System32\AppFabric ref 到 Win XP Pro 32 位开发机。
  3. 在项目中添加了对这两个文件的引用
  4. 使用 Microsoft.ApplicationServer.Caching;
  5. 添加了已清理的解决方案
  6. 接收错误:命名空间“Microsoft”中不存在类型或命名空间名称“ApplicationServer”(您是否缺少装配参考?)

有什么想法吗?

谢谢!

  1. Installed app fabric x64 on Windows Server 2008.
  2. Copied Microsoft.ApplicationServer.Caching.Client.dll and Microsoft.ApplicationServer.Caching.Core.dll from %windir%\System32\AppFabric ref to Win XP Pro 32-bit dev machine.
  3. Added reference to both these files in project
  4. Added using Microsoft.ApplicationServer.Caching;
  5. Cleaned solution
  6. Receive error: The type or namespace name 'ApplicationServer' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)

Any ideas?

Thanks!

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

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

发布评论

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

评论(1

梦醒时光 2024-11-09 21:25:38

您是否确认您使用的是 .NET Framework >= 2.0?

Do not use the client profile for the target framework version. In Visual Studio 2008,
uncheck the Client-only Framework subset  checkbox. In Visual Studio 2010, select .NET
Framework versions that do not specify "Client Profile".

请参阅此处

Did you verify that you were using .NET framework >= 2.0?

Do not use the client profile for the target framework version. In Visual Studio 2008,
uncheck the Client-only Framework subset  checkbox. In Visual Studio 2010, select .NET
Framework versions that do not specify "Client Profile".

See here

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