|
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.
|
|
In NI TestStand 2010 SP1 Release Notes, it points out we could use "Windows 7 Service Pack 1 (32-bit and 64-bit), including Starter Edition" with TS 2010 SP1. Does it mean that any editions of Win 7 SP1 could support TS 2010 SP1, or just Starter Edition...
Started by Boris.Hu on
, 5 posts
by 3 people.
Answer Snippets (Read the full thread at ni):
However any VI I have inserted into PreUUT , the problem ... .
I kudo, you kudo, we all kudo!
Test Engineer - CTA Surely I have closed the VI front panel .
You need to close the VI front panel before executing your sequence .
Win 7 64-bit is fully supported.
|
|
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..
|
|
Is there any way (maybe directly editing resource files) to configure a Tab Control (add/remove tabs and their captions and contents) at design time with Visual Studio 2008 without SP1 (I heard that SP1 has such feature)? P.S.: I use c++ with wtl
Started by cos on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The dialog feature in VS 2008 SP1 has to do with the WPF controls, but since you mention that you work with WTL.
(I'm using VS2008 SP1.)
I don't think it's possible.
To the tab control at run time.
|
|
Hi,
I want to develop a silverlight 2.0 application.
What are the latest versions I need to install to do this for VS2008 SP1 please??
Malcolm
Started by Malcolm on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Blend is very useful for editing.
Make sure you also update Blend to SP1.
You may consider Microsoft Expression Blend.
Silverlight 2 Tools for Visual Studio 2008 SP1
On top of SilverLight 2 Tools.
|
|
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.
|