Luo,
To answer the question in your subject line, yes the framework SDK is requred to build a c# solution. However Visual Studio is *not* required. You can install the framework SDK without Visual Studio and it will work fine. However if you *do* install Visual Studio it puts the SDK in the directory you found.


So to be clear. The Framework SDK without Visual studio will be in :

"C:\Program Files\Microsoft.NET\SDK\v1.1"

and with visual studio it will be in :

"C:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\"

you can get the 1.1 version of the framework SDK from:

http://www.microsoft.com/downloads/details.aspx?familyid=9b3a2ca6-3647-4070-9f41-a333c6b9181d&displaylang=en

Ian


Hi,
  I am trying to build my C# solution with nant0.85.
I succeeded in a computer with Visual Studio.NET 2003
installed. But when I move it to a computer without
Studio 2003, it failed when built the solution . The
error message is: The SDK for the 'net-1.1' framework
is not available or not configured! I checked the two
computers and found that there was a directory
"C:\Program Files\Microsoft Visual Studio .NET
2003\SDK\v1.1\" with Studio 2003. I guess when the
nant build the solution, it used the resgen.exe. So
does it means if I want to build a C# solution with
nant, the Visual Studio 2003 is required?
   Anyone could help me? Thanks!
                           Dragon Luo 10,12 2004


_______________________________ Do you Yahoo!? Declare Yourself - Register online to vote today! http://vote.yahoo.com


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users





------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to