473,385 Members | 1,506 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

.NET 3.0 Framework and VS.NET 2003

I have VS.NET 2003 IDE and compiler. Are there any knwon issues
using .NET 3.0 SDK with VS.NET 2003 ?
or just including the right header files and libraries within the SDK
should do it ?

Thanks

Mar 1 '07 #1
6 2229
The biggest known issue is you cannot use .NET3.0 (or any version of .NET
rather than 1.1) with VS2003. You need VS2005 with necessary patch, or
better yet, wait to next release of VS.

<am******@gmail.comwrote in message
news:11*********************@p10g2000cwp.googlegro ups.com...
>I have VS.NET 2003 IDE and compiler. Are there any knwon issues
using .NET 3.0 SDK with VS.NET 2003 ?
or just including the right header files and libraries within the SDK
should do it ?

Thanks

Mar 1 '07 #2
You can't use .Net 3.0 with VS.Net 2003; it only works with .Net 1.1.

If you want to try out the new features in .Net 3.0, either purchase Visual
Studio 2005, or download VS2005 Express (free) from Microsoft.

Robin S.
-------------------------------
<am******@gmail.comwrote in message
news:11*********************@p10g2000cwp.googlegro ups.com...
>I have VS.NET 2003 IDE and compiler. Are there any knwon issues
using .NET 3.0 SDK with VS.NET 2003 ?
or just including the right header files and libraries within the SDK
should do it ?

Thanks

Mar 1 '07 #3
On Mar 1, 10:47 am, "RobinS" <Rob...@NoSpam.yah.nonewrote:
You can't use .Net 3.0 with VS.Net 2003; it only works with .Net 1.1.

If you want to try out the new features in .Net 3.0, either purchase Visual
Studio 2005, or download VS2005 Express (free) from Microsoft.

Robin S.
-------------------------------<ampar...@gmail.comwrote in message

news:11*********************@p10g2000cwp.googlegro ups.com...
I have VS.NET 2003 IDE and compiler. Are there any knwon issues
using .NET 3.0 SDK with VS.NET 2003 ?
or just including the right header files and libraries within the SDK
should do it ?
Thanks- Hide quoted text -

- Show quoted text -

Oh ok...so then C Express for C# and .NET 3.0 should work ? do we need
any patches for that ?
Thanks

Mar 2 '07 #4

<am******@gmail.comwrote in message
news:11*********************@t69g2000cwt.googlegro ups.com...
On Mar 1, 10:47 am, "RobinS" <Rob...@NoSpam.yah.nonewrote:
>You can't use .Net 3.0 with VS.Net 2003; it only works with .Net 1.1.

If you want to try out the new features in .Net 3.0, either purchase
Visual
Studio 2005, or download VS2005 Express (free) from Microsoft.

Robin S.
-------------------------------<ampar...@gmail.comwrote in message

news:11*********************@p10g2000cwp.googlegr oups.com...
>I have VS.NET 2003 IDE and compiler. Are there any knwon issues
using .NET 3.0 SDK with VS.NET 2003 ?
or just including the right header files and libraries within the SDK
should do it ?
Thanks- Hide quoted text -

- Show quoted text -


Oh ok...so then C Express for C# and .NET 3.0 should work ? do we need
any patches for that ?
Thanks
======================================

Here are the instructions for installing .Net 3.0. Before doing this, you
need to be running Visual Studio 2005 with SP-1, and Windows XP with SP-1
or Windows Vista. If you are running Vista, you also need the Vista patch
for Visual Studio. Post back if you can't find it. It's different from the
SP-1 patch to Visual Studio.

You need to install this stuff *in* *this* *order*, or your help files
won't work.

------------------------------------

Installing the Software Required to Work With WPF and WCF Applications

To configure your computer so that you can work with WPF and WCF, you
should follow these steps:

1. Windows Presentation Foundation requires Version 3.0 of the .NET
Framework. While this automatically comes with Windows Vista, if you are
using Windows XP you will have to download the installable from the
Microsoft Website.

http://www.microsoft.com/downloads/d...displaylang=en

Once this has been installed you should see an entry at
C:\WINDOWS\Microsoft.NET\Framework which reads "v3.0".
2. Download and install the Windows SDK. This is required in order to
provide the help files for WPF. You should do this before installing the
extensions to Visual Studio (Step 3 below) because the help files must be
present on your computer in order for them to be linked to Visual Studio.
Of course you will find it much more convenient for help to be available
just by pressing F1 with a particular term highlighted rather than being
forced to manually open the help file and to search for a particular term
via the search box.

The Windows SDK for can be downloaded from the following location.

http://www.microsoft.com/downloads/d...displaylang=en

Even though this SDK is labeled "Windows SDK for Windows Vista", when you
begin to install it, one of the screens indicates that it is also the
correct version for Windows XP, provided that you already have Service Pack
2 installed.

3. Even if you are running Windows Vista you will need to install the
Visual Studio 2005 Extensions for WCF and WPF.

http://www.microsoft.com/downloads/d...displaylang=en

4. To verify that you have correctly followed these instructions, open
Visual Studio and select Create a new Project. Look for an entry below the
C# or VB node in the treeview of project types which reads "NET Framework
3.0". When you select this entry you should see in the details pane to the
right an entry under "Visual Studio installed templates" called Windows
Application (WPF). Create a new application and select a term which is WPF
related (eg. Application or Window). Press the F1 key and if the correct
context sensitive help comes up, you can be confident that you have
succeeded. Congratulations!

--------------------------------------

And here's the Windows Workflow Foundation extensions for Visual Studio
2005 that are also a part of .Net 3.0.

http://www.microsoft.com/downloads/t...displayLang=en
Good luck.
Robin S.
Mar 2 '07 #5
On Mar 2, 2:32 pm, "RobinS" <Rob...@NoSpam.yah.nonewrote:
<ampar...@gmail.comwrote in message

news:11*********************@t69g2000cwt.googlegro ups.com...
On Mar 1, 10:47 am, "RobinS" <Rob...@NoSpam.yah.nonewrote:
You can't use .Net 3.0 with VS.Net 2003; it only works with .Net 1.1.
If you want to try out the new features in .Net 3.0, either purchase
Visual
Studio 2005, or download VS2005 Express (free) from Microsoft.
Robin S.
-------------------------------<ampar...@gmail.comwrote in message
>news:11*********************@p10g2000cwp.googlegr oups.com...
I have VS.NET 2003 IDE and compiler. Are there any knwon issues
using .NET 3.0 SDK with VS.NET 2003 ?
or just including the right header files and libraries within the SDK
should do it ?
Thanks- Hide quoted text -
- Show quoted text -
Oh ok...so then C Express for C# and .NET 3.0 should work ? do we need
any patches for that ?
Thanks

======================================

Here are the instructions for installing .Net 3.0. Before doing this, you
need to be running Visual Studio 2005 with SP-1, and Windows XP with SP-1
or Windows Vista. If you are running Vista, you also need the Vista patch
for Visual Studio. Post back if you can't find it. It's different from the
SP-1 patch to Visual Studio.

You need to install this stuff *in* *this* *order*, or your help files
won't work.

------------------------------------

Installing the Software Required to Work With WPF and WCF Applications

To configure your computer so that you can work with WPF and WCF, you
should follow these steps:

1. Windows Presentation Foundation requires Version 3.0 of the .NET
Framework. While this automatically comes with Windows Vista, if you are
using Windows XP you will have to download the installable from the
Microsoft Website.

http://www.microsoft.com/downloads/d...d=10CC340B-F85...

Once this has been installed you should see an entry at
C:\WINDOWS\Microsoft.NET\Framework which reads "v3.0".

2. Download and install the Windows SDK. This is required in order to
provide the help files for WPF. You should do this before installing the
extensions to Visual Studio (Step 3 below) because the help files must be
present on your computer in order for them to be linked to Visual Studio.
Of course you will find it much more convenient for help to be available
just by pressing F1 with a particular term highlighted rather than being
forced to manually open the help file and to search for a particular term
via the search box.

The Windows SDK for can be downloaded from the following location.

http://www.microsoft.com/downloads/d...d=C2B1E300-F35...

Even though this SDK is labeled "Windows SDK for Windows Vista", when you
begin to install it, one of the screens indicates that it is also the
correct version for Windows XP, provided that you already have Service Pack
2 installed.

3. Even if you are running Windows Vista you will need to install the
Visual Studio 2005 Extensions for WCF and WPF.

http://www.microsoft.com/downloads/d...d=F54F5537-CC8...

4. To verify that you have correctly followed these instructions, open
Visual Studio and select Create a new Project. Look for an entry below the
C# or VB node in the treeview of project types which reads "NET Framework
3.0". When you select this entry you should see in the details pane to the
right an entry under "Visual Studio installed templates" called Windows
Application (WPF). Create a new application and select a term which is WPF
related (eg. Application or Window). Press the F1 key and if the correct
context sensitive help comes up, you can be confident that you have
succeeded. Congratulations!

--------------------------------------

And here's the Windows Workflow Foundation extensions for Visual Studio
2005 that are also a part of .Net 3.0.

http://www.microsoft.com/downloads/t...Id=5D61409E-1F...

Good luck.
Robin S.- Hide quoted text -

- Show quoted text -
Thanks for taking the effort to point out the detailed instructions.

Actually my question was for VC Express C# ot VC Express C++ 2005.
Can I make Windows 3.0 SDK( or .NET 3.0 sdk) work with either of
them ?

Thanks

Mar 5 '07 #6

<am******@gmail.comwrote in message
news:11**********************@t69g2000cwt.googlegr oups.com...
On Mar 2, 2:32 pm, "RobinS" <Rob...@NoSpam.yah.nonewrote:
><ampar...@gmail.comwrote in message

news:11*********************@t69g2000cwt.googlegr oups.com...
On Mar 1, 10:47 am, "RobinS" <Rob...@NoSpam.yah.nonewrote:
You can't use .Net 3.0 with VS.Net 2003; it only works with .Net 1.1.
>If you want to try out the new features in .Net 3.0, either purchase
Visual
Studio 2005, or download VS2005 Express (free) from Microsoft.
>Robin S.
-------------------------------<ampar...@gmail.comwrote in message
>>news:11*********************@p10g2000cwp.googleg roups.com...
>I have VS.NET 2003 IDE and compiler. Are there any knwon issues
using .NET 3.0 SDK with VS.NET 2003 ?
or just including the right header files and libraries within the
SDK
should do it ?
Thanks- Hide quoted text -
>- Show quoted text -
Oh ok...so then C Express for C# and .NET 3.0 should work ? do we need
any patches for that ?
Thanks

======================================

Here are the instructions for installing .Net 3.0. Before doing this,
you
need to be running Visual Studio 2005 with SP-1, and Windows XP with
SP-1
or Windows Vista. If you are running Vista, you also need the Vista
patch
for Visual Studio. Post back if you can't find it. It's different from
the
SP-1 patch to Visual Studio.

You need to install this stuff *in* *this* *order*, or your help files
won't work.

------------------------------------

Installing the Software Required to Work With WPF and WCF Applications

To configure your computer so that you can work with WPF and WCF, you
should follow these steps:

1. Windows Presentation Foundation requires Version 3.0 of the .NET
Framework. While this automatically comes with Windows Vista, if you are
using Windows XP you will have to download the installable from the
Microsoft Website.

http://www.microsoft.com/downloads/d...d=10CC340B-F85...

Once this has been installed you should see an entry at
C:\WINDOWS\Microsoft.NET\Framework which reads "v3.0".

2. Download and install the Windows SDK. This is required in order
to
provide the help files for WPF. You should do this before installing the
extensions to Visual Studio (Step 3 below) because the help files must
be
present on your computer in order for them to be linked to Visual
Studio.
Of course you will find it much more convenient for help to be available
just by pressing F1 with a particular term highlighted rather than being
forced to manually open the help file and to search for a particular
term
via the search box.

The Windows SDK for can be downloaded from the following location.

http://www.microsoft.com/downloads/d...d=C2B1E300-F35...

Even though this SDK is labeled "Windows SDK for Windows Vista", when
you
begin to install it, one of the screens indicates that it is also the
correct version for Windows XP, provided that you already have Service
Pack
2 installed.

3. Even if you are running Windows Vista you will need to install
the
Visual Studio 2005 Extensions for WCF and WPF.

http://www.microsoft.com/downloads/d...d=F54F5537-CC8...

4. To verify that you have correctly followed these instructions,
open
Visual Studio and select Create a new Project. Look for an entry below
the
C# or VB node in the treeview of project types which reads "NET
Framework
3.0". When you select this entry you should see in the details pane to
the
right an entry under "Visual Studio installed templates" called Windows
Application (WPF). Create a new application and select a term which is
WPF
related (eg. Application or Window). Press the F1 key and if the correct
context sensitive help comes up, you can be confident that you have
succeeded. Congratulations!

--------------------------------------

And here's the Windows Workflow Foundation extensions for Visual Studio
2005 that are also a part of .Net 3.0.

http://www.microsoft.com/downloads/t...Id=5D61409E-1F...

Good luck.
Robin S.- Hide quoted text -

- Show quoted text -

Thanks for taking the effort to point out the detailed instructions.

Actually my question was for VC Express C# ot VC Express C++ 2005.
Can I make Windows 3.0 SDK( or .NET 3.0 sdk) work with either of
them ?

Thanks
Yes. The instructions should work for Visual C# Express 2005. I don't think
it works with C++.

Robin S.
Mar 6 '07 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: fripper | last post by:
I have installed Visual Studio .Net 2003 on top of an earlier version. Now, when I open a new project I get a message that says Visual Studio .NET has detected that the web server is running...
4
by: RM | last post by:
Had VS .Net 2002 installed on W2k Server SP3 and supported a number of web sites. Installed VS .Net 2003 on Friday and now all web sites using .Net & MS ACCESS get this strange error upon open. ...
3
by: Sam | last post by:
I wonder whether I should install .net framework 1.1 with service pack 1 into MS Windows 2003 Server? My inquiries Application using ASP.Net 1.1 - Will it run on MS Windows 2003 Server without...
3
by: Thom Little | last post by:
I have ASP.NET websites deployed on a number of servers. Thee were developed with Visual Studio 2003. Is it true that Visual Studio 2005 only supports .NET Framework 2.0 and I will be required...
23
by: Nak | last post by:
Hi there, Has anyone any ideas if the next Framework will be an update to version 1.1 or another completely new install so that people have 3 Frameworks on their system? And can VS.NET 2003 be...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.