warning MSB3247

  • Thread starter Thread starter Dean Slindee
  • Start date Start date
D

Dean Slindee

Anyone know how to fix this warning message:
C:\Windows\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets :
warning MSB3247: Found conflicts between different versions of the same
dependent assembly.

Thanks,
Dean S
 
Dean said:
Anyone know how to fix this warning message:
C:\Windows\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets :
warning MSB3247: Found conflicts between different versions of the same
dependent assembly.

Don't have different versions of the dependent assembly? :-)

(OK, this is still VB'2003 thinking, but...)

Where you're building a library, set the Assembly Version explicitly so
that you only get a different version when you really, really need to
create one.

Don't rely on the default, "pseudo-random" values generated by the IDE
every time you open the project.

HTH,
Phill W.
 
Back
Top