WPF application slow on startup

后端 未结 5 1927
说谎
说谎 2020-12-24 02:41

My WPF application currently only shows a screen with some controls, it doesn\'t connect to DB or has any other functionality. It\'s a simple UI screen.

When I was t

5条回答
  •  一整个雨季
    2020-12-24 03:40

    Does it open up a file or interact in the network in some way? Because if not, I would suggest that whether or not you're logged into a domain or running as a local user is probably a red herring.

    Are you building in debug or release mode? It's worth trying release mode if you've not already because running in debug does a load of extra error checking..

提交回复
热议问题