Visual Studio Painfully Slow

thron

New member
Apr 29, 2014
384
0
0
Visit site
While working in C# or XAML, it's nice and speedy.. deploy an app via Debug or Release takes 3-4 minutes! Even an app that is nothing but a grid and two colored boxes (no running code or processes).

Are there any tweaks to speed up the program?

My setup: OS 10.0.10586 x64
Processor: AMD E1-200 APU with Radeon HD Graphics 1000 Mhz, 2 cores, 2 Logical Processors
4GB Ram
 

Chintan Gohel

Active member
May 23, 2014
10,785
1
36
Visit site
While working in C# or XAML, it's nice and speedy.. deploy an app via Debug or Release takes 3-4 minutes! Even an app that is nothing but a grid and two colored boxes (no running code or processes).

Are there any tweaks to speed up the program?

My setup: OS 10.0.10586 x64
Processor: AMD E1-200 APU with Radeon HD Graphics 1000 Mhz, 2 cores, 2 Logical Processors
4GB Ram

deploying the app, that would be to a phone, right? Would a USB 3 port help?
 

carraig

New member
Jul 5, 2015
29
0
0
Visit site
When you make a release build, VS will default compile with Native Tool Chain and code optimization flags, which takes a long time... not sure why it would take a long time with debug though - unless the flags are enabled there too?
 

Chintan Gohel

Active member
May 23, 2014
10,785
1
36
Visit site
When you make a release build, VS will default compile with Native Tool Chain and code optimization flags, which takes a long time... not sure why it would take a long time with debug though - unless the flags are enabled there too?

I tried installing visual studio community - but there was one error and after installation, the program can't open the moment I launch it. I'll post a screenshot tomorrow -hope you can help :smile:
 

carraig

New member
Jul 5, 2015
29
0
0
Visit site
Okay, you have to press Alt+p (or open the project menu in the menu bar), and then press p again to chose your project properties.
Then you select the "Build" tab. At the top there's a Configuration selectbox, where you can chose the active configuration.
The flags are under the General section:
You'll hopefully see the Optimize code and Compile with .NET Native tool chain is set under Release-configuration.

They should not be enabled under Debug, so I'm not sure if those flags are the real problem.
 

Members online

Forum statistics

Threads
323,264
Messages
2,243,541
Members
428,051
Latest member
kuyhaa