Contents tagged with Visual Studio 2008
-
Team Build With SharePoint Projects
What is Continuous Integration?
-
TFS 2008 Web Access Report 100 record limitation
By default TFS 2008 Web Access has the limit of 100 record when you open any query in report mode.
-
Introduction to Spec Explorer (another tool from MSDN DevLabs)
-
Visual Studio Immediate Window
-
[Resolved] Could not load file or assembly 'XXXXX' or one of its dependencies. An attempt was made to load a program with an incorrect format.
I have recently switched my development environment from 32-bit to 64-bit by installing Windows Server 2008 64-bit and modify it to be used as workstation as described here http://www.win2008workstation.com/ and I'm really amazed with it’s performance.
-
Workaround for missing "Edit WCF Configuration" menu option in Visual Studio
Alex Thissen has posted a workaround for missing "Edit WCF Configuration" menu option in Visual Studio while working with WCF project in Visual Studio 2008
-
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 found 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 in registry by changing
-
Download: Visual Studio 2008 Project Template for TFS Utilities
If you develop small utilities for Team Foundation Server a lot you might want to save some time and use a project template (see bottom for file attachment) that already comes equipped with the correct references to the Team Foundation Object Model (Microsoft.TeamFoundation.*.dlls) as well as the most important using statements and a few lines of code to get started.
-
Secure File Download Area using IIS 6.0 and IIS 7.0
For IIS 6.0:
-
[Resolved] Can't reference server control in code-behind/IntelliSense
.Question: