首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >单项游戏无法添加SharpDx Dll

单项游戏无法添加SharpDx Dll
EN

Stack Overflow用户
提问于 2013-10-17 23:32:42
回答 1查看 973关注 0票数 1

嘿,

我已经一步一步地学习了这个教程:http://developer.nokia.com/Community/Wiki/XNA_Games_On_Windows_Phone_8_with_Monogame

但还是不起作用。错误消息:Warning 8 The referenced component 'SharpDX' could not be found. MonoGame.Framework.WindowsPhone

警告4找不到引用的组件'SharpDX.WP8‘。MonoGame.Framework.WindowsPhone

我已经推断SharpDx丢失了(很明显),但是当我尝试使用Nuggetsmanagepacket添加引用时,我得到了以下消息:

代码语言:javascript
运行
复制
Installing 'SharpDX 2.5.0'.
Successfully installed 'SharpDX 2.5.0'.
Adding 'SharpDX 2.5.0' to MonoGame.Framework.WindowsPhone.
Uninstalling 'SharpDX 2.5.0'.
Successfully uninstalled 'SharpDX 2.5.0'.
Install failed. Rolling back...
Could not install package 'SharpDX 2.5.0'. You are trying to install this package into a project that targets 'WindowsPhone,Version=v8.0', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.

任何关于什么问题的想法,在Wiki_nokia网站上没有awnser。我有WP8软件开发工具包,并且我使用的是完整版的Visual studio express 2012 (在Windows8上)

EN

回答 1

Stack Overflow用户

发布于 2013-11-01 00:09:54

不幸的是,nuget打包了特定于don't support平台的SharpDX版本。您需要手动添加所有引用。

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/19431038

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档