I try to build a C# project (under .NET 3.5 SP1/Windows XP SP3) that builds successfully on some other computers. But on my computer, I get the MSB3245 warning that reads
C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.Targets(1360,9): warning MSB3245: Could not resolve this reference. Could not locate the assembly "microsoft.managementconsole, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf385开发者_StackOverflow6ad364e35, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
This results in errors. What may be the cause of that problem?
精彩评论