|
We're creating a WPF custom control targeted at .NET 3.5. It is very compelling to use StringFormat property in bindings, but this was only added in SP1.
So the question is: how many potential users will we be cutting off by changing the requirement from...
Started by Alan Mendelevich on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
You might also want? If by installer then can you not just add ... .
If I had a need to push SP1 I would, but I don't see much point until then.
For large corporations, SP1 might still be slow to deploy to desktops - simply that it is a fair.
|
|
I'm using 3.5 SP1 on my machine, while our customers currently use 3.5 without SP1. I don't know any way in VS2008 to target the solution or project to 3.5 without SP1, only the 3.5 with SP1 I have installed.
If we use functions or constructors not available...
Started by L. Kolmodin on
, 5 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Follow the link, and search for "Targeting .NET Framework Version 3.5 SP1.
SP1 framework.
|
|
Hi
is there SP1 for Windows 7 ?
there is many rumor in the web.... but i dont find any...
thank's in advance
Started by Gold on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Rumors regarding Service Pack 1 (SP1) come courtesy of Wzor, who detailed that a beta release of SP1 have released an image showing the alleged folder stucture of SP1 to assist in solidifying.
|
Ask your Facebook Friends
|
How can I find out if SP1 has been installed on a server which has .NET 3.5?
Started by Guy on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Microsoft .NET Framework 3.5 SP1", you can use this:
string uninstallKey = @"SOFTWARE\Microsoft\Windows)) { return rk.GetSubKeyNames().Contains("Microsoft .NET Framework 3.5 SP1"); }
Take a look.
|
|
How can I tell if SP1 has been installed on VS2008? e.g. If I'm working on a co-worker's machine - how can I tell if he/she has installed SP1 for VS2008?
Started by Guy on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
It also puts a little '9' in a white box ... .
You should see something similar to
Microsoft Visual Studio Team System 2008 Team Suite - ENU Service Pack 1 (KB945140) KB945140
in the list of entries .
In Help->About, you can view the installed products.
|
|
How do I target .NET 3.5 alone after installing SP1 in VS2008? This is because VS 2008 lists only .NET 3.5, .NET 3.0 & .NET 2.0 and does not specifically show .NET 3.5 SP1.
Started by Codeslayer on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
It does make sense://msdn.microsoft.com/en-us/library/bb398202.aspx
I think if you reference SP1 assemblies, it should automatically target SP1..
I think that you cannot specify SP1, only different versions of the framework.
|
|
To the best of my knowledge and googling skills, .Net 3.5 SP1 is still not an "official" release. That is the only way to get the SP1 upgrade is by voluntary download and not through mandatory windows updates.
Is there any time frame set for when .Net...
Started by Jippers on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Blog/NET35SP1GDRIsAvailableToDownload.aspx
"As of today, we are still on track for 2009Q1 availability of 3.5 SP1 on Windows 3.5 SP1 Family Update" or such..
|
|
Hi All,
Is the .NET3.5 SP1 patch cummulative? Means if I roll out .NET3.5 SP1, will it include or support .NET1.1 and 2.0 as well, or do I have to release all three versions in a order??
Thanks
Started by Zinx on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
.net 3.5 SP1 uses .net framework 2.0.
It will not, however, install V1.1 as this is an entity in it's own right .
I installed .NET 3.5 SP1 in a VM and was able to run a .NET application targeting .NET 2.0 just.
|
|
I want to verify if a computer is running .net 3.5 or 3.5 sp1, where do I look this info up?
Started by Blankman on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
In the registry:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP
This topic has been covered....
It should tell you the .net version, VS version and other addins .
Open VS if you have it, click help and click about .
You can find the answer here.
|
|
How stable is Visual Studio 2010 compared with VS2008 SP1 on Windows 7?
Started by Ninjacoder on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
I cannot speak for VS2010 on Windows 7, but I have been using VS2008sp1 on Windows 7 as my primary... .
It's for looking at, not using.
So far, VS2010 is only available as an early CTP (from last November) in a VPC, so it's not really a relevant comparison .
|