0

I'm working simultaneously on 2 projects, one .Net WINFORMS and the other ASP.NET website.

Due to some quirks I've yet to figure out, on ASP website projects to enable Edit and Continue, you actually have to deselect Edit and Continue in the Options, Debugging menu.

This causes frustration when I switch back to the Winforms project, when I can no longer natively edit and continue because its been deselected.

  1. Is there a way to enable edit and continue in ASP Website with the Edit and Continue option remaining ticked?

or

  1. Is there a setting to save debugging options specific to a solution, and not global?
4
  • AFAIK, Edit and Continue is not supported in Web Site projects stackoverflow.com/questions/2387985/…, are you using ASP.NET web application not websites and how did you enable Edit and Continue on ASP website projects? Besides, I am afraid there is no such setting to save debugging options specific to a solution, and not global. Commented Aug 22, 2018 at 8:40
  • @Brendan Gooden, Are your two projects in the same solution? Do you use the latest VS2017 15.8.1? See learn.microsoft.com/en-us/visualstudio/debugger/…, it doesn't support certain project types in default. Commented Aug 23, 2018 at 14:54
  • Sorry I didnt make it clear, they are 2 separate solutions. Commented Aug 23, 2018 at 23:16
  • @Brendan Gooden, Not get your response for about one week, but like my previous answer, it really doesn't have this feature like you expect, but you could also submit a feature request to the product team here: visualstudio.uservoice.com/forums/121579-visual-studio. The Visual Studio product team is listening to user voice. You can send your idea there and people can vote. Have a nice day:) Commented Sep 1, 2018 at 2:47

1 Answer 1

0

Edit and Continue will be set for all solutions, I mean that if you disable it for one solution, it still was disabled in default if you create a new solution using the same VS again. It has no this feature just for only one solution.

Of course, if IntelliTrace is enabled and you collect both IntelliTrace events and call information, Edit and Continue is disabled. It means that it doesn't work even if you enable it under TOOLS->Options->Debugging.

enter image description here

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.