7
votes
How do I get the Click Once Publish version to match the AssemblyInfo.cs File Version.
We use Team Foundation Server Team Build and have added a block to the TFSBuild.proj's AfterCompile target to trigger the ClickOnce publish with our preferred version number:
<MS …
4
votes
MSBuild directory structure limit workarounds
The SUBST command stills seems to exist so remapping the root of your build folder to a drive letter may save s …
7
votes
DataReader within try block causing potential null reference error
Explicitly initialize the dr declaration to Nothing as such:
Dim dr As DbDataReader = Nothing
And the warning will disappear.
…
0
votes
Tasklist replacement for Visual Studio
For semi-immediate programming tasks I use TODO comments in code and ReSharper for Visual Studio to view them.
For longer-term tasks I use Team Foundation Server to record work items.
…
1
vote
VS2008, IIS7 web project, non-admin. When?
I'd like to see an IISAdmin group which grants a developer's user account permission to manage IIS without granting full adminstrator privileges to the entire PC.
…
