我正在尝试使用Visual Studio 2010和.NET framework 4构建一个简单的Outlook 2007加载项。我只是从ThisAddIn.StartUp()方法显示一个MessageBox。以下是代码:
private void ThisAddIn_Startup(object sender, System.EventArgs e)
{
MessageBox.Show("Addin started");
}
当我尝试运行该项目时,Outlook已启动,但未调用ThisAddIn.StartUp方法。任何人都可以帮我解决这个问题吗?
谢谢, 勒凯什。
答案 0 :(得分:0)
确保加载项在“信任中心”>中处于活动状态。 “添加项”。