Problems with .Net 2.0 SDK 64bit

From OpenPetra Wiki
Revision as of 14:13, 4 May 2011 by Pokorra (talk | contribs) (Created page with 'nant generateSolution gives this error: <pre> compile: [csc] Compiling 17 files to 'C:\Documents and Settings\timotheusp\My Documents\bzr\openpetra\trunk\delivery\bin\Ict.Com…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

nant generateSolution gives this error:

compile:

	  [csc] Compiling 17 files to 'C:\Documents and Settings\timotheusp\My Documents\bzr\openpetra\trunk\delivery\bin\Ict.Common.IO.dll'.

BUILD FAILED

The SDK for the 'net-2.0' framework is not available or not configured.

Total time: 0.6 seconds.

This can happen, when you have installed the .net 2.0 SDK for 64 bit. Somehow, NAnt does not recognize that. When you install .net 2.0 SDK for 32 bit, it should work fine!