anand Posted March 6, 2004 Posted March 6, 2004 Dear Friends How are u doing?i am trying to download the .net framework SDK1.1 from the microsoft website..after downloading that i installed that in my system..but i got only documentation..pls let me know if you have idea abt to installing the SDK...... Thank you Babu Gummadi gummadi009@yahoo.com gummadilli@hotmail.com Quote Satya
Mwagner5600 Posted March 6, 2004 Posted March 6, 2004 Well when I installed my VB.NET I had like 5 CD;s I had to install but I got them for free cause Im takin the class at school...sorry that wasnt much help Quote
Denaes Posted March 7, 2004 Posted March 7, 2004 Well when I installed my VB.NET I had like 5 CD;s I had to install but I got them for free cause Im takin the class at school...sorry that wasnt much help The five cds arn't all VB.Net, that's just one CD. One is the Pre-requisites, which I believe has the .Net SDK. One is VB.Net and three are MSDN disks with mad loot information. Quote
Denaes Posted March 7, 2004 Posted March 7, 2004 Dear Friends How are u doing?i am trying to download the .net framework SDK1.1 from the microsoft website..after downloading that i installed that in my system..but i got only documentation..pls let me know if you have idea abt to installing the SDK...... Thank you Babu Gummadi gummadi009@yahoo.com gummadilli@hotmail.com I think when you have VB.Net/VS.Net installed, you already have the SDK1.1 (if you have 2003). Maybe it already detected it on your computer and just threw down documentation. I havn't downloaded it, I just installed VB.Net (then later VS.Net) from the CDs and then downloaded the Component One Resource Pack. Quote
anand Posted March 7, 2004 Author Posted March 7, 2004 Hi Friend I dont have any CD's ..i am downloading from the microsoft website...i downloaded the Microssoft Framework SDK1.1 from that site..after that installed that into my system..but i got only documentation..pls give me a idea how to get the development tools.... Thanks Satya Quote Satya
Moderators Robby Posted March 7, 2004 Moderators Posted March 7, 2004 He's talking about the SDK not Visual Studio. Anand, you can get more info here http://msdn.microsoft.com/netframework/ Quote Visit...Bassic Software
gtzpower Posted March 8, 2004 Posted March 8, 2004 If i understand you properly, i think you will need to get an IDE like Visual Basic .NET or Borland C# Builder, etc... Quote
anand Posted March 8, 2004 Author Posted March 8, 2004 Yes I want the .NET IDE to develop my vb.net and asp.net applications..pls let me know how to get that IDE... Thanks satya Quote Satya
*Experts* Nerseus Posted March 8, 2004 *Experts* Posted March 8, 2004 There is no free IDE from Microsoft, only the Framework is provided for free. With the framework you get the compiler - command line only. If you install nothing else, you'd have to use Notepad (or something similar) to write your code and compile it on the command line. Visual Studio is Microsoft's IDE. The IDE is basically a text editor/compiler (a LOT more actually) that works with the framework. But you don't need Visual Studio to write, compile, or run .NET applications. If you want a free "IDE" that works with .NET, there are a couple that I'm aware of. There are separate ones for WinForms and WebForms. The one for WinForms that I've heard of is called SharpDevelop[/ur] and is for C# or VB.NET. I'm sure there are others, but I've heard decent things about that one. -Nerseus Quote "I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut
anand Posted March 8, 2004 Author Posted March 8, 2004 Dear Nersus Nice to hear from you..can u pls tel lme how to compile my files at command prompt..i didnt get the VBC also..when i am using VBC i am getting the error in DOS..pls giveme a sample code to write vb.net file in notepad and pls tell me how to compile that...... Thank you Satya Quote Satya
*Experts* Nerseus Posted March 8, 2004 *Experts* Posted March 8, 2004 anand, I can't help you with the command line options - never done it that way myself (lucky enough to use Visual Studio). You'll have to do SOME investigation on your own - try reading the help that came with the framework or search Google. I think there have even been a few threads on this forum that talked about options though a Google for a tutorial/sample might be best. Or, try out the SharpDevelop IDE. If you're new to programming, I'd strongly suggest some kind of IDE so that you can "play" around without having to worry too much about all the details of setting up the compiler. Quote "I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.