Top ASP.NET Items

Browse by Tags

All Tags » perf (RSS)
Hotfix for Visual Studio hang when opening Web project from a remote site
Under certain conditions opening Web projects from remote sites may become very slow. We've seen quite a few 'hang' reports submitted via 'Send Information to Microsoft' feedback (aka Dr. Watson ). The reason is that sometimes XML editor (which is used when you edit web.config) may begin walking remote Web site file structure looking for XML schema files. Over a slower link this process may take minutes and IDE will appear unresponsive. A hotfix is available here http://code.msdn.microsoft.com/KB958094 Thanks Mikhail Read More...
Workaround for a slow closing of Web projects
A few users reported that with Web projects located on a remote machine closing project or solution may hang Visual Studio and Visual Web Developer Express for several minutes. We fould that the issue may be caused by VS logging component that collects information on product usage. This is an opt-in feature activated in Help | Customer Feedback Options... The feature may cause logger to walk through folders on a remote server calculating project complexity. The feature does NOT send your project to Microsoft, it just collects some statistics on the project. If you are experiencing slow project close, try switching off participation in the feedback program in Help | Customer Feedback Options... dialog. If it does not help, try disabling component...
Dev 10 Performance Improvements Planning
Web Development Tools team is planning to spend cycles in Dev10 to improve the performance of Web Development scenarios. In that effort, we have identified the following areas where we should maintain parity with VS 2008 SP1/ improve for Dev 10. We came up with the list based on our team’s tests/ regular usage/ customer feedback/ forum posts. We would like to hear from you about these following scenarios. Are you finding any of these scenarios to be particularly sluggish? Are there other scenarios that should be included in the list? What are your performance concerns? Please take a moment to send your responses via this blog or directly to vwdperf-at-microsoft-dot-com. Thank you! · Property Grid updates of controls in Designer · Website rebuild...
Troubleshooting "Visual Studio 2008 Design view hangs" issues
Over the last few months we've collected information on various issues related to design view not working in Visual Studio 2008 or Visual Web Developer Express 2008. Here is list of known issues and possible solutions: Microsoft Visual Studio Web Authoring Component fails to install. 1. Pre-release Office 2007 components are installed. Most often it was XPS Add-in for Office 2007. 2. Expired trial version of Office 2007 is installed. 3. Some Office components are installed, but are not visible in Control Panel. Solution: uninstall offending component. You can verify if Office is RTM by checking version of MSO.DLL in C:\Program Files (x86)\Common Files\microsoft shared\OFFICE12 . Right click on MSO.DLL and choose Properties -> Details...
Anti-virus programs can affect VS build performance
We have had complaints from some customers saying that their Web Project build performance with VS is very slow and it turns out that for some of the complaints the actual issue was anti-virus programs running on their machines. So, how do anti-virus programs affect VS build? Please take a look at the following snippet from ScottGu's blog to understand why! Watch out for Virus Checkers, Spy-Bots, and Search/Indexing Tools VS hits the file-system a lot, and obviously needs to reparse any file within a project that has changed the next time it compiles. One issue I've seen reported several times are cases where virus scanners, spy-bot detecters, and/or desktop search indexing tools end up monitoring a directory containing a project a little...
Public alias to report performance issues with VWD 2008
As a part of creating a way for customers to directly communicate with the product team and get help if they are running into performance issues in Visual Web Developer 2008 or web-related features in Visual Studio 2008, the product team has created a public alias to report all performance related concerns about the product. The alias is vwdperf-at-microsoft-dot-com . Your performance issue can be a major blocker that prevents you from working with the app or a pet peeve that has annoyed you. You are also welcome to send in suggestions for performance enhancements in future releases. Now is a great time to send in your feedback. We are actively looking into addressing performance issues in the next release, and timely feedback will help us a...
More Posts