|
-
Apr 13th, 2010, 07:48 AM
#1
[RESOLVED] .NET 4.0 Redistributable
Can anyone find a link for the FULL .NET 4 installs? i.e. not just the 800kb web installers. I'm looking for the full downloads for the .NET 4.0 Client Profile and also for the full .NET 4.0 Framework but google and microsoft's download search dont seem to find anything other than the BETA and RC versions
-
Apr 13th, 2010, 08:46 AM
#2
Re: .NET 4.0 Redistributable
MSDN Subscriptions have the entire 48MB FW for download, I don't know about anywhere else though
-
Apr 13th, 2010, 08:53 AM
#3
Re: .NET 4.0 Redistributable
Ah right, it must be available somewhere publicly surely... bit naff having Visual Studio 2010 available for public download if we cant distribute the new framework easily to our users
-
Apr 13th, 2010, 09:16 AM
#4
Re: .NET 4.0 Redistributable
Well I found this using the search on ms.com: Stand-Alone Redistributable Packages
But it looks like the pages it links to aren't created yet...
-
Apr 13th, 2010, 09:40 AM
#5
Re: .NET 4.0 Redistributable
Ah thanks for the link, guess I'll just have to keep trying the links to the files until MS actually get them working..
-
Apr 13th, 2010, 02:47 PM
#6
Re: .NET 4.0 Redistributable
One question. Would my application require .Net Framework based on the system it's being installed on or based on which it was compiled on, in regards to 32bit/64bit (x86/x64) versions of .Net.
-
Apr 13th, 2010, 02:55 PM
#7
Re: .NET 4.0 Redistributable
 Originally Posted by baja_yu
One question. Would my application require .Net Framework based on the system it's being installed on or based on which it was compiled on, in regards to 32bit/64bit (x86/x64) versions of .Net.
If your .Net project(s) is/are set to compile for Any CPU (the default) or x86 (32 Bit only) then it doesn't matter if it's running on an x64 system or not. If it's set to compile for x64 (64 Bit only) then the computer running it needs to be 64 Bit (I don't know if it has to be compiled on a 64 Bit comp too or not)
-
Apr 13th, 2010, 03:00 PM
#8
Re: .NET 4.0 Redistributable
-
Apr 13th, 2010, 03:28 PM
#9
Re: .NET 4.0 Redistributable
Yeah it does have to be compiled on a 64 bit computer as you dont get the option to change the target CPU architecture if you open the project on a 32 bit system
-
Apr 13th, 2010, 03:51 PM
#10
Re: .NET 4.0 Redistributable
What about a 64bit computer (CPU) running 32bit Windows. Would that combination work?
-
Apr 13th, 2010, 04:05 PM
#11
Re: .NET 4.0 Redistributable
 Originally Posted by baja_yu
What about a 64bit computer (CPU) running 32bit Windows. Would that combination work?
Good question. Thats the current temp setup Im running at home.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Apr 13th, 2010, 05:36 PM
#12
Re: .NET 4.0 Redistributable
 Originally Posted by baja_yu
What about a 64bit computer (CPU) running 32bit Windows. Would that combination work?
If the OS is 32 Bit then the whole system is capable of 32 Bit only.
You need to have a 64 Bit OS (which means a 64 Bit CPU too) to have any kind of 64 Bit software capability.
So 32 Bit Windows can't do 64 Bit at all.
You can dual boot a 32 Bit OS and a 64 Bit OS on the same computer, but only the 64 Bit one can do anything 64 Bit.
-
Apr 13th, 2010, 06:14 PM
#13
Re: .NET 4.0 Redistributable
Again, thanks for the info 
I never tried a 64 bit system even though I had 64bit CPUs for years now. Not sure why. I mostly worried about driver support (in the beginning), and later the absence of 64bit versions of software which I used so I failed to see the benefit (running mostly 32bit software on a 64bit OS).
I currently have a dual boot XP and 7 on my development desktop but both are 32 bit.
-
Apr 13th, 2010, 06:30 PM
#14
Re: .NET 4.0 Redistributable
If you get a chance, get a copy of Win7 x64 and try it out. I was using 32 Bit XP until last September, now I'm Win7 x64 on both computers here, the 3rd comp is still XP only cause it's a 32 Bit single core 1.1 GHz slow piece of sh....
-
Apr 16th, 2010, 09:06 AM
#15
Re: .NET 4.0 Redistributable
Here' where the Full 48MB Framework can be downloaded from: Microsoft .NET Framework 4 (Standalone Installer)
-
Apr 16th, 2010, 01:18 PM
#16
Re: .NET 4.0 Redistributable
 Originally Posted by JuggaloBrotha
Thanks a lot (for the answer and for getting this thread back on track!)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|