Are you sure you installed the Framework SDK and not just the core framework ? They are 2 seperate installers. The visual studio CD won't contain the SDK installer. Try the download from the link I posted previously - there is a simplified chinese version available here:

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

Ian

Luo Jiaolong wrote:

Dear Ian,
Thank you for your help! But so strange, I
reinstalled the Framework 1.1 from my Visual Studio
2003 disk , it appeared no SDK in "C:\Program
Files\Microsoft.NET". My Framework is Simpled Chinese
Version. I resolve this problem by copy the resgen.exe
from visual studio to "C:\FrameWork\v1.1\bin" and add
an item "sdkInstallRootv1.1"="C:\FrameWork\v1.1" in
registry directory
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework".
So it works.


--- Ian MacLean <[EMAIL PROTECTED]> wrote:




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












_______________________________
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

Reply via email to