Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7178965
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T17:02:12+00:00 2026-05-28T17:02:12+00:00

We are developing a small Outlook plugin using VS2010 / VSTO. It’s a new

  • 0

We are developing a small Outlook plugin using VS2010 / VSTO.

It’s a new thing for us so we’re wondering what’s possible and what’s not possible in an Outlook plug-in versus our more familiar Winforms stuff. So we’re making small piecemeal changes and checking frequently by running it in Outlook.

At the moment our change/test cycle works like this:

  1. In the Visual Studio IDE add, change, fix or extend the code in some small way
  2. F5
  3. Ding! Warning that Outlook is already running. Lose a life.
  4. Close Outlook
  5. F5
  6. Outlook starts, test the change

It’s the restarting Outlook that makes it so slow.

Is there any way to debug without restarting Outlook? Or, what would be even better, is there any way to debug-and-continue?

If not, is there anything at all we can do to make this bit of dev a touch more fluent/faster?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T17:02:14+00:00Added an answer on May 28, 2026 at 5:02 pm

    As far as I’m aware you can’t make code changes and continue debugging. You need to reload Outlook so that it loads in the new DLL. You could always write your own code that monitors a particular DLL and loads it in real-time, eg

    Assembly assembly = Assembly.LoadFrom("dllPath");
    AppDomain.CurrentDomain.Load(assembly.GetName());
    Type t = assembly.GetType("typeName");
    

    Then you can work on your DLL, modify the code and re-load the thing with outlook still running. Probably more hassle than it’s worth though.

    Outlook 2007 is very quick to start on my machine (but I’ve got a beefy i5 machine) – it literally takes 2 seconds to open. If your Outlook is really slow to startup, consider doing the following:

    • Remove all of the other addins that you’ve got installed in Outlook.
    • Is it possible that you can detach from your current mailbox and only have an offline one?
    • Detach from all of your other mailboxes
    • Install more memory on your machine so that everything is cached (cheap option, memory is very cheap these days)
    • Close down all other apps on your computer
    • Setup your mailbox so that it’s practically empty

    Is Outlook itself taking ages to load? (Eg for the initial splash screen to go away) Or is it chugging away after it’s opened?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am developing a small project using Java Swing. I am using jdk 7
I'm developing a small game in python. I am using a 2D rectangular grid.
I have question I'm developing small application to desktop in win Forms. I'm using
I am developing a small site using Wordpress.org and would like multiple parents to
I'm developing a small web application using Microsoft Silverlight 3. I'm using Microsoft Expressin
I'm developing a small web application in ASP.Net (framework version 3.5) using VS2008 and
I am developing a small web application using cherrypy and I would like to
I am developing small command line utilities using Vala on win32. Programs compiled using
I'm currently developing a small WPF application using a file database (SQLCe). Since I'm
I am developing a small desktop application using C#.NET and MS-Access . I don't

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.