Menu

#478 Can't build release

v1.3
open
nobody
5
2006-08-14
2006-08-14
No

Can't build Release of "Msdn2" project.
Compiler says that "error CS1577: Assembly generation
failed -- Referenced assembly 'NDoc.Core' does not
have a strong name".

Reason:
AssemblyInfo.cs of Msdn2 project contains following
preprocessing directive:
#if (!DEBUG)
instead of
#if (OFFICIAL_RELEASE)

Environment:
IDE: VS2003
NET FW: 1.1
NDoc: 1.3.1 (i've downloaded sources last friday)

Discussion


Log in to post a comment.