Problems with .Net 2.0 SDK 64bit: Difference between revisions

From OpenPetra Wiki
Jump to navigation Jump to search
(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…')
 
(No difference)

Latest revision as of 14:13, 4 May 2011

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!