0

我正在使用 Microsoft.Smartdevice.Connectivity 程序集作为更大应用程序的一部分。现在我必须部署该应用程序,但我找不到有关部署此类应用程序的任何信息。即使在 msdn 资源页面上也有关于此问题的问题,但没有回复。

那么我该如何部署这样的应用程序。是否有我必须部署的程序集列表之类的?

我已经包含了 Misrosoft.Smartdevice.Connectivity.dll,但是该应用程序仍然缺少至少一个文件:“Microsoft.VisualStudio.Connectivity.Interop.dll”我在任何地方都找不到该文件。如何在未安装 Visual Studio 的机器上部署此应用程序。

如何在没有 Visual Studio 的计算机上部署应用程序?是否有可重新分发的 SmartDevice Connectivity API 或其他东西?

谢谢您的帮助。

4

2 回答 2

1

有一个名为IsoStoreSpy.application的工具。您可以使用它来部署应用程序。祝你好运

于 2012-02-17T10:38:04.590 回答
0

This is a very old question but these libraries are in the NuGet package managerment framework which should allow you to include references. Set the project's build to copy all package-managed DLLs into the output directory of your executable.

http://www.nuget.org/packages/Smartdevice.Connectivity/

于 2013-10-24T16:09:34.413 回答