|
|
Browse by Tags
All Tags » VSTS » C#
-
Ran into a snag this weekend with my build server - it started throwing errors related to the path to a folder, like this:
.MSBUILD : error MSB4015: The build was aborted because the ''MsBuildToCCNetLogger'' logger failed unexpectedly during shutdown. System.ArgumentException: The path is not of a legal form. at ...
-
As part of my automated build and test process, I wanted to be able to confirm that my third party components were the proper version and, more importantly, that they were fully licensed. For some components, I can create a new instance of the control or component and test its IsLicensed property. For others, the assembly itself is ...
-
David Yack just pointed me to the C# Code Snippets that should have been in VS 2005 but weren't. Download them now from MSDN.
C# Code Snippets
David's also got them broken down by categories if you prefer.
|
|
|