Windows XP 上的 AppFabric 开发?
- 在 Windows Server 2008 上安装了应用程序结构 x64。
- 从 %windir%\System32\AppFabric ref 到 Win XP Pro 32 位开发机。
- 在项目中添加了对这两个文件的引用
- 使用
Microsoft.ApplicationServer.Caching;
- 添加了已清理的解决方案
- 接收错误:命名空间“Microsoft”中不存在类型或命名空间名称“ApplicationServer”(您是否缺少装配参考?)
有什么想法吗?
谢谢!
- Installed app fabric x64 on Windows Server 2008.
- 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.
- Added reference to both these files in project
- Added using
Microsoft.ApplicationServer.Caching;
- Cleaned solution
- 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否确认您使用的是 .NET Framework >= 2.0?
请参阅此处
Did you verify that you were using .NET framework >= 2.0?
See here