English 中文(简体)
编程 Visual Studio 宏
原标题:
  • 时间:2008-12-08 15:14:43
  •  标签:

我正在尝试为Visual Studio编程宏,但感到非常沮丧(使用VS 2008,版本9.0.30729.1 SP,带有所有更新)。

在宏资源管理器中,我可以转到 Microsoft 的样例/VSEditor 并添加一个符合我的要求的子程序,但是我似乎无法在其他地方使其起作用,特别是在宏资源管理器中的 MyMacros 区域。

Details:
I have copied the entire samples/VSEditor code and copied it to MyMacros/Testing and renamed the internal module name to Testing and saved the modified code. Macro Explorer now shows the Testing module and all of the Subroutines it contains. If I right click on, say, InsertDate and select Run, nothing happens. But if I scroll down to the samples/VSEditor/InsertDate and right click and select Run, it inserts the date as one would expect. It is virtually identical code (just the location and name changes mentioned above) but one runs and the other doesn t.

有没有办法获得有关正在发生的事情/代码失败了的位置/代码失败的原因的反馈?

有人能解释一下我做错了什么吗?

最佳回答

我尝试过同样的事情,将VSEditor代码复制到MyMacros / Testing中。 事情也无法运行。

然后我转到菜单选项 <strong>查看 | 错误列表</strong>。然后在 Microsoft Visual Studio 宏编辑器中,我转到菜单选项 <strong>调试 | 构建</strong>。我发现<strong>实用工具</strong>没有被声明(错误列表中的第一个错误)。当我将实用工具复制到MyMacros中时,宏开始工作。

也许这是你遇到的同样问题。

问题回答

暂无回答




相关问题
热门标签