473,785 Members | 2,651 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

.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 2270
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******** *************@p 10g2000cwp.goog legroups.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******** *************@p 10g2000cwp.goog legroups.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******** *************@p 10g2000cwp.goog legroups.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******** *************@t 69g2000cwt.goog legroups.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.goo glegroups.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\Micr osoft.NET\Frame work 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******** *************@t 69g2000cwt.goog legroups.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.goo glegroups.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\Micr osoft.NET\Frame work 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.goo glegroups.com.. .
On Mar 2, 2:32 pm, "RobinS" <Rob...@NoSpam. yah.nonewrote:
><ampar...@gmai l.comwrote in message

news:11******* **************@ t69g2000cwt.goo glegroups.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.go oglegroups.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\Mic rosoft.NET\Fram ework 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
7114
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 ASP.NET version 1.0 ... it goes on to say that I can create the project to be compliant with version 1.0 but that the application will not be able to use the newer features of ASP .NET 1.1. Now, having installed VS .Net 2003 I understand that I have...
4
2542
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. ASP=/TestDotNet/AdoNet.aspx System.Data.OleDb.OleDbException: Unspecified error at System.Data.OleDb.OleDbConnection.ProcessResults(Int32 hr) at System.Data.OleDb.OleDbConnection.InitializeProvider() at System.Data.OleDb.OleDbConnection.Open()...
3
2339
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 install .net framework 1.1 - Any impact if I not .net framework 1.1 into MS Windows 2003 Server Please advise.
3
1715
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 to have Visual Studio 2005 for those ASP.NET websites and Visual Studio 2003 for my currently deployed websites? Is there a summary document listing what is provided in Visual Studio 2005? Apparently there is support for .NET Framework 1 and 2,...
23
1930
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 set to use any Framework other than 1.1? Nick. --
1
10085
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9947
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8968
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6737
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5379
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5511
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4045
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3645
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2877
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.