warning C4945 considerably slowing down build
am 22.10.2007 18:35:01 von KevinMurphyRJLG
I'm trying to migrate a solution from .NET 1.1 to 2.0 (Visual Studio 2003 to
VS 2005), and I'm getting a ton of "warning C4945" messages. I am not using
MSBuild, I'm just doing a build from within VS 2005. Based on suggestions
from other forums, I tried setting "Copy Local" to false for all references
in all projects, but that didn't help. Any idea what's causing these
warnings? They did not occur in VS 2003.
Re: warning C4945 considerably slowing down build
am 22.10.2007 19:27:18 von skeet
KevinMurphyRJLG wrote:
> I'm trying to migrate a solution from .NET 1.1 to 2.0 (Visual Studio 2003 to
> VS 2005), and I'm getting a ton of "warning C4945" messages. I am not using
> MSBuild, I'm just doing a build from within VS 2005. Based on suggestions
> from other forums, I tried setting "Copy Local" to false for all references
> in all projects, but that didn't help. Any idea what's causing these
> warnings? They did not occur in VS 2003.
Have you seen
http://blogs.msdn.com/msbuild/archive/2006/07/10/661747.aspx
and phoned support for the Hotfix?
--
Jon Skeet -
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too
Re: warning C4945 considerably slowing down build
am 23.10.2007 16:09:01 von KevinMurphyRJLG
Thanks, Jon. I applied the hotfix and my build goes much faster now. I was
under the impression that the hotfix would get rid of the warnings, but I'll
take the speed up. Build time went from about an hour to a few minutes.
"Jon Skeet [C# MVP]" wrote:
> KevinMurphyRJLG wrote:
> > I'm trying to migrate a solution from .NET 1.1 to 2.0 (Visual Studio 2003 to
> > VS 2005), and I'm getting a ton of "warning C4945" messages. I am not using
> > MSBuild, I'm just doing a build from within VS 2005. Based on suggestions
> > from other forums, I tried setting "Copy Local" to false for all references
> > in all projects, but that didn't help. Any idea what's causing these
> > warnings? They did not occur in VS 2003.
>
> Have you seen
> http://blogs.msdn.com/msbuild/archive/2006/07/10/661747.aspx
> and phoned support for the Hotfix?
>
> --
> Jon Skeet -
> http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
> If replying to the group, please do not mail me too
>