在 Metro/JavaScript 应用程序中引用程序集
如何在 Metro 应用程序的类库项目中引用常规 .NET 程序集?
我正在尝试在 Metro JavaScript 应用程序的类库项目中创建邮件接口,但 Visual Studio 11 默认引用不包括对 System.Net.Mail 等命名空间的引用...
How do you reference a regular .NET assembly in a class library project in a Metro app?
I am trying to create a mail interface in the class library project for a Metro JavaScript application, but the Visual Studio 11 default references don't include references to namespaces like System.Net.Mail, for instance...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
克雷格,看看这篇文章:
http://www.wintellect.com/CS/blogs/jeffreyr/archive/2011/09/20/core-net-types-usable-from-a-metro-style-application.aspx< /a>
同样相关的是这些:
http://msdn。 microsoft.com/en-us/library/windows/apps/br230301(v=VS.85).aspx#KnowTheRules
和 http://stackoverflow.com/questions/7722868/using-legacy-assemblies-in -metro-style-app。
Craig, check out this post:
http://www.wintellect.com/CS/blogs/jeffreyr/archive/2011/09/20/core-net-types-usable-from-a-metro-style-application.aspx
Also relevant are these:
http://msdn.microsoft.com/en-us/library/windows/apps/br230301(v=VS.85).aspx#KnowTheRules
and http://stackoverflow.com/questions/7722868/using-legacy-assemblies-in-metro-style-app.