How to disable warnings in Visual Studio for a Visual Basic Web Deployment Project
For our VB.NET websites we use SVN for Source Control and CruiseControl.NET for continuous integration. To use the SVN build number in the compilation by CruiseControl.NET we need to use Web Deployment Projects. We then replace in the configuration file the Version field with this variable from SVN Labeller $(CCNetLabel) This works great but my problem is that this variable causes warnings in Visual Studio for the solution. I'm working to remove all warnings and am left with just these two: Warning 1 The version string specified for 'AssemblyFileVersion' in the project file is invalid. C: