Johan Appelgren

- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Johan Appelgren created a post, Errors for overrides in partial class derived from Application
I have a Application class declared like this:public partial class App : Application { protected override void OnStartup(StartupEventArgs e) { base.OnStartup(e); // Some more start up code }... -
Johan Appelgren created a post, Configuration changes and multiple VS instances
I regularly work with multiple instances of VS open at the same time. If I then change any settings in R# I get a dialog asking me if I want to overwrite the configuration when closing all other VS...