Hello,

i'm wondering what is the difference between .NET Framework 1.1 and .NET
Framework Redistribuable 1.1 ???

RE: difference btw Framework and Framework Redist by NoSpamMgbworld

NoSpamMgbworld
Tue Sep 07 07:47:01 CDT 2004

If you mean the Framework on Windows Update, then there is no difference.
There are two basic packages. Redistributable, which allows you to run .NET
(this is the one you put on a server) and SDK (software development kit),
which allows you to create .NET software (this goes on the dev machine).

---

Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************

"pokemon" wrote:

> Hello,
>
> i'm wondering what is the difference between .NET Framework 1.1 and .NET
> Framework Redistribuable 1.1 ???
>
>

Re: difference btw Framework and Framework Redist by Ignacio

Ignacio
Tue Sep 07 08:40:49 CDT 2004

Hi,

All you need to develop is the SDK, the redistributable is like a subset of
the SDK.
Also take a look at http://lab.msdn.microsoft.com/express/ this is a free
version of Vs.net 2005

cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation



"pokemon" <pokemon@discussions.microsoft.com> wrote in message
news:32BE8DE0-A85B-4029-96C4-C1E8F4E8B23B@microsoft.com...
> So if i install Framework 1.1 (but not Redistribuable) i still can develop
> .NET applications (of course after installing SDK) ???
>
> If it's a case so why do MS makes the difference between Framework and
> Framework Redistribuable ?
>
> "Cowboy (Gregory A. Beamer) - MVP" wrote:
>
> > If you mean the Framework on Windows Update, then there is no
difference.
> > There are two basic packages. Redistributable, which allows you to run
.NET
> > (this is the one you put on a server) and SDK (software development
kit),
> > which allows you to create .NET software (this goes on the dev machine).
>