FTP blocked - how do you download the .NET framework?
Is there a HTTP link somewhere?
I downloaded the dotnetfxsetup35.exe and executed it.
the network is unable to download the framework, since ftp usage is frowned up on by company policy.
Re: FTP blocked - how do you download the .NET framework?
Google for 'NET framework 3.5 offline installer' and you should find an offline installer that does not need internet access during installation.
Re: FTP blocked - how do you download the .NET framework?
Quote:
Originally Posted by
NickThissen
Google for 'NET framework 3.5 offline installer' and you should find an offline installer that does not need internet access during installation.
Thanks. I am installing it now. Will this work with the version of Visual Studio 2005?
Re: FTP blocked - how do you download the .NET framework?
LInk to the page? I don't know if it includes .NET 2.0 being a standalone but I'd think that you need to get .NET 2.0 separately
Re: FTP blocked - how do you download the .NET framework?
Quote:
Originally Posted by
mendhak
LInk to the page? I don't know if it includes .NET 2.0 being a standalone but I'd think that you need to get .NET 2.0 separately
I have 2.0 + VS 2005. I downloaded the 3.5 version of the Framework from this page
I have installed it. What I want to do is use VS 2005 with this version of the framework, so I can hopefully start exploring silverlight.
Re: FTP blocked - how do you download the .NET framework?
Quote:
Originally Posted by
abhijit
I have 2.0 + VS 2005. I downloaded the 3.5 version of the Framework from
this page
I have installed it. What I want to do is use VS 2005 with this version of the framework, so I can
hopefully start exploring silverlight.
VS 2005 can only target the 2.0 Framework (or the 3.0 Framework if you install the 3.0 Extension)
If you want to target the 3.5 Framework you need VS 2008 or VS 2010. MS does offer VS 2008 Express editions which'll do what you need.
Re: FTP blocked - how do you download the .NET framework?
You can find most things by searching MSDN with the keywords "redistributable" or "for IT Professionals".