Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studios 2010 - Asp.net MVC 4 Beta - long delays on paste and frequent crashing

Hey fellow developers,

Disclaimer:
- Before this gets flagged to high heaven, I realize the asp.net mvc 4 release is Beta, and I don't expect perfection, but the release is brand new, so there's really just not much user info out (that I could find) discussing IDE issues.

The issue:
I installed the Asp.net MVC 4 Beta and it's great. However I am experiencing like 15-20 second delays on pasting anything anywhere, (not cutting, not copying, not formatting just pasting)

Also I am getting rather frequent crashes, somewhat intermittenly.

*Edit: All add in's and extensions have been disabled *
I am running resharper 5 and stylecop, all other add ins I have disabled.

Is anyone out there experiencing similar issues? and does anyone by chance have any idea on a known settings issue or a work around or anything. It's very hard to use right now when ever copy paste results in a huge lag spike.

like image 853
Dylan Hayes Avatar asked Feb 24 '12 17:02

Dylan Hayes


1 Answers

Same thing is happening to me. Long delays between copy/paste, however I DO NOT have an encrypted HD..so I do not think that is it.

I have tried a new application and one that I created from the previous MVC 4 Beta and it happens in both. So, its not the upgrade to the new MVC4 Beta.

EDIT: MICROSOFT IS AWARE OF THE ISSUE: http://blogs.msdn.com/b/webdevtools/archive/2012/02/27/vs2010-sp1-mvc4-beta-workaround-for-cshtml-vbhtml-editor-s-long-pause.aspx

Workaround is to build the assemblies and have them in the bin folder.

EDIT 2 2/29/2012: This is happening in Visual Studio 11 Beta. Looks like this is an ASP.NET MVC 4 Beta problem.

EDIT 3 03/07/2012: Here is the workaround of Visual Studio 11...http://blogs.msdn.com/b/webdevtools/archive/2012/03/06/visual-studio-11-beta-razor-editor-issue-workaround.aspx

EDIT 4 11/02/2012: This is fixed in Visual Studio 2012 RTM

like image 74
Bart Czernicki Avatar answered Nov 16 '22 00:11

Bart Czernicki