dotnet installation??

anand

Well-known member
Joined
Jan 29, 2003
Messages
76
Location
chicago
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
 
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
 
Mwagner5600 said:
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 arnt all VB.Net, thats 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.
 
anand said:
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 havnt downloaded it, I just installed VB.Net (then later VS.Net) from the CDs and then downloaded the Component One Resource Pack.
 
Hi Friend
I dont have any CDs ..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
 
If i understand you properly, i think you will need to get an IDE like Visual Basic .NET or Borland C# Builder, etc...
 
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
 
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, youd have to use Notepad (or something similar) to write your code and compile it on the command line.

Visual Studio is Microsofts IDE. The IDE is basically a text editor/compiler (a LOT more actually) that works with the framework. But you dont 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 Im aware of. There are separate ones for WinForms and WebForms. The one for WinForms that Ive heard of is called SharpDevelop[/ur] and is for C# or VB.NET. Im sure there are others, but Ive heard decent things about that one.

-Nerseus
 
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
 
anand,
I cant help you with the command line options - never done it that way myself (lucky enough to use Visual Studio). Youll 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 youre new to programming, Id 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.
 
Back
Top