Alaa Alweish
Alaa Alweish

Reputation: 9084

Saving .ASCX files in Visual Studio 2010 takes 3 minutes

I have a control with 2150 lines of code that contains some Telerik controls. Each time I save in Visual Studio, it takes around 3 minutes even if I just changed one character!

This happens only for the .ASCX files, but not the code behind. I am not using any extra tools like Resharper or JustCode.

How can I fix this? Where should I look?

Upvotes: 2

Views: 638

Answers (1)

Oded
Oded

Reputation: 499012

Slowness with saving .ascx (and .aspx) files was an issue with Visual Studio 2010.

Service Pack 1 solved this issue.

It can be downloaded here.

Upvotes: 2

Related Questions