These aren't really chromium's fault, but they might be helpful to put somewhere on the website:
...\chromiumtrunk\src\tools\stats_viewer is a .csproj and will need C# installed. If you only have C++ installed, you'll get a complaint from vs2005 about not knowing what to do with it when loading chrome.sln. This is the only project that has this problem that I know of (all other projects are C++). Along with Microsoft hotfix 935225 suggested in the build instructions, I also found hotfix 947315 (http://support.microsoft.com/ kb/947315) useful. It's focused at slow shutdowns and hangs when dealing with large projects, but it's also an update to a previous hotfix (943969: Visual Studio 2005 stops responding or performance is slow when you use the IntelliSense feature). Since, I encountered both issues when dealing with Chromium projects and both were fixed by one update, I figured I should post it somewhere. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/chromium-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
