Rick,

The <solution> task currently does not support .NET 2.0 solutions or
projects.

Gert

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On 
> Behalf Of Rick Garibay
> Sent: dinsdag 24 januari 2006 22:31
> To: nant-developers@lists.sourceforge.net
> Subject: [nant-dev] Build against .NET FX 2.0 Release C# Projects
> 
>  <<Error.txt>> I am trying to build a .NET 2.0 project. I know that VS
> 2005 solutions aren't supported yet, but are projects supported?
> 
> This is what I am running at the command line: nant -t:net-2.0 build
> where build is the name of my target.
> 
> Also, I changed all references in the framework element where the name
> attribute is "net-2.0" from the BETA 1 build to the release version of
> v2.0.50727 as follows:
> 
> <framework 
>                     name="net-2.0" 
>                     family="net" 
>                     version="2.0" 
>                     description="Microsoft .NET Framework 2.0" 
>                     runtimeengine=""
>                     sdkdirectory="${path::combine(sdkInstallRoot,
> 'bin')}" 
>                     frameworkdirectory="${path::combine(installRoot,
> 'v2.0.50727')}" 
>  
> frameworkassemblydirectory="${path::combine(installRoot, 
> 'v2.0.50727')}"
>                     clrversion="2.0.50727"
>                     >
> 
> 
> Any help greatly appreciated.
> 
> Rick G. Garibay
> Corporate Systems
> Development Lead, MCP
> DriveTime Sales & Finance Co.
> 
> 
> 
> 
> 
> 
> This email message and any attachments contain information 
> which may be privileged and confidential. If you are not the 
> intended recipient or have received this transmission in 
> error, please notify the sender immediately and destroy all 
> electronic and hard copies of the communication, including 
> attachments. Any disclosure, copying, distribution or use of 
> this information is strictly prohibited.  Thank you.
> 
> 
> 
> 



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to