1

I have a solution with two projects:

  • MainApp
  • PlugIn

The PlugIn is not referenced by the MainApp but loaded dynamically after the MainApp started.

I now have the issue that when I change something in the PlugIn and press F5, the MainApp starts but loads an old version of the PlugIn and I have to explicitly click on it with the right mouse button and rebuild it.

Do you know some trick how I can force Visual Studio to rebuild all projects in a solution regardless whether they are referenced somewhere or not when I press F5?

t3chb0t
  • 16,340
  • 13
  • 78
  • 118
  • 1
    Choose Rebuild All. You can mess with the toolbar settings and keyboard shortcuts to assign 'Rebuild All' to something easy for you to use – Dave Dec 04 '18 at 12:52
  • 1
    The referenced question contains an exact solution for your problem. – dymanoid Dec 04 '18 at 13:02
  • @dymanoid coool! It worked - thanks ;-) I'll leave this question here in case someone else is looking for it using different wording, what do you think? – t3chb0t Dec 04 '18 at 13:03

0 Answers0