Kumar

From your nant log:

     [exec] Microsoft (R) Build Engine Version 2.0.50727.42

     [exec] [Microsoft .NET Framework, Version 2.0.50727.42]

     [exec] Copyright (C) Microsoft Corporation 2005. All rights reserved.

     [exec] C:\Progra~1\omega\filenet\src\crystal\crystal.sln : Solution file error MSB4054: The solution file must be opened in the Visual Studio IDE and converted to the latest version before it can be built by MSBuild.

The solution file you are working with  is for an earlier version of Visual Studio.  MSBuild  only supports  the solution file for Visual Studio 2005.  if you are building an app for the  .Net 1.1 framework you could just use the Nant solution task (see nant documentation) or exec devenv. If your intent intent is to convert your app to .Net 2.0 then you will need to convert the solution file (Visual Studio 2005 will prompt you do this if you load the solution).


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kumar .S
Sent: Tuesday, October 24, 2006 3:05 PM
To: NAnt-users@lists.sourceforge.net
Subject: [NAnt-users] Hello guys this is the error I am getting whilecompiling VS2005 .net application

 

Hey this is the error message I am getting while compiling vs2005 .net application.

 

Regards,

Kumar

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to