集成在 VisualStudio 中的 CRM 开发人员工具

发布于 2024-11-13 08:14:58 字数 1099 浏览 2 评论 0原文

我正在尝试将 crm-explorer 和开发人员工具集成并在 Visual Studio 中运行

我成功集成了 crm explorer,但不知道如何简单构建 我读到了有关 devbuild 的内容,但是当从 Visualstudio 命令行触发它时,我得到:

c:\Projects\MyCrmSolution>ECHO 关闭 欢迎来到开发者构建 启动构建解决方案文件 Microsoft (R)-Buildmodul,版本 3.5.30729.1 [Microsoft .NET Framework,版本 2.0.50727.3620] 版权所有 (C) Microsoft Corporation 2007。全部 Rechte vorbehalten。

Das Erstellen wurde am 06.06.2011 10:39:30 开始。项目 “c:\Projects\MyCrmSolution\BuildScripts\tfsbuild.proj” auf Knoten 0(标准)。 c:\Projects\MyCrmSolution\BuildScripts\tfsbuild.proj : 错误 MSB4057: Das Projekt enthält kein DesktopBuild-Ziel。死亡 冯·普罗耶克特 “c:\Projects\MyCrmSolution\BuildScripts\tfsbuild.proj” ist abgeschlossen (Standardziele) -- 费勒。

Fehler beim Erstellen。

“c:\Projects\MyCrmSolution\BuildScripts\tfsbuild.proj” (标准)(1) ->
c:\Projects\MyCrmSolution\BuildScripts\tfsbuild.proj : 错误 MSB4057: Das Projekt enthält kein DesktopBuild-Ziel。

0 警告(en)
1 费勒

Vergangene时间00:00:00.06

直提示就好了

I'm trying to get crm-explorer and developer tools integrated and running within visual studio

I suceeded in having the crm explorer integrated, but don t know how to simple build
I read about devbuild but when triggering it from a visualstudio command line I get:

c:\Projects\MyCrmSolution>ECHO OFF
Welcome to the Developer Build
Starting Build soluton files Microsoft
(R)-Buildmodul, Version 3.5.30729.1
[Microsoft .NET Framework, Version
2.0.50727.3620] Copyright (C) Microsoft Corporation 2007. Alle
Rechte vorbehalten.

Das Erstellen wurde am 06.06.2011
10:39:30 gestartet. Projekt
"c:\Projects\MyCrmSolution\BuildScripts\tfsbuild.proj"
auf Knoten 0 (Standardziele).
c:\Projects\MyCrmSolution\BuildScripts\tfsbuild.proj
: error MSB4057: Das Projekt enthält
kein DesktopBuild-Ziel. Die Erstellung
von Projekt
"c:\Projects\MyCrmSolution\BuildScripts\tfsbuild.proj"
ist abgeschlossen (Standardziele) --
FEHLER.

Fehler beim Erstellen.

"c:\Projects\MyCrmSolution\BuildScripts\tfsbuild.proj"
(Standardziel) (1) ->
c:\Projects\MyCrmSolution\BuildScripts\tfsbuild.proj
: error MSB4057: Das Projekt enthält
kein DesktopBuild-Ziel.

0 Warnung(en)
1 Fehler

Vergangene Zeit 00:00:00.06

straight tips would be nice

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

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

发布评论

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

评论(1

饮惑 2024-11-20 08:14:58

根据错误,我觉得构建脚本无法找到桌面构建目标文件。我将打开您首先执行的构建脚本并查找它引用的外部脚本。我的猜测是,其中一个参考文献将会丢失或命名不同。这就是我首先要调查的。

Based on the error, it sounds to me like the build script is unable to find the desktop build target file. I would open up the build script that you are executing first and look for external scripts that it references. My guess is that one of these references will be missing or named differently. That is what I would investigate first.

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