.NET 3.0 UpgradeFor Visual Studio 2005
Page 1 of 1
13 Replies - 4391 Views - Last Post: 11 June 2007 - 03:22 AM
#1
.NET 3.0 Upgrade
Posted 10 May 2007 - 11:46 AM
Replies To: .NET 3.0 Upgrade
#2
Re: .NET 3.0 Upgrade
Posted 10 May 2007 - 12:10 PM
Squirrel, on 10 May, 2007 - 07:46 PM, said:
OK, so you have the .NET 2.0 framework installed already if you are using VS2005.
Now you simply need to install the Microsoft .NET Framework 3.0 Redistributable Package. I have installed this on 2 systems so far, both XP Professional, and both installs went fine.
You can also download the latest version of Visual Studio (codenamed Orcas) if you want to go bleeding edge
#3
Re: .NET 3.0 Upgrade
Posted 10 May 2007 - 10:23 PM
JellyBean, on 10 May, 2007 - 12:10 PM, said:
Squirrel, on 10 May, 2007 - 07:46 PM, said:
OK, so you have the .NET 2.0 framework installed already if you are using VS2005.
Now you simply need to install the Microsoft .NET Framework 3.0 Redistributable Package. I have installed this on 2 systems so far, both XP Professional, and both installs went fine.
You can also download the latest version of Visual Studio (codenamed Orcas) if you want to go bleeding edge
JellyBean, tried that... didnt work. M$ cant even pinpoint why its being this way
#4
Re: .NET 3.0 Upgrade
Posted 10 May 2007 - 11:20 PM
#5
Re: .NET 3.0 Upgrade
Posted 10 May 2007 - 11:24 PM
You will have to wait for the next version to be released or just use the current Beta. In VS "Orcas" you have the ability to specify which framework you want to code with.
See the following link for more info and screenshots.
http://channel9.msdn...x?PostID=303464
#6
Re: .NET 3.0 Upgrade
Posted 11 May 2007 - 01:17 AM
jayman9, on 11 May, 2007 - 07:24 AM, said:
You will have to wait for the next version to be released or just use the current Beta. In VS "Orcas" you have the ability to specify which framework you want to code with.
See the following link for more info and screenshots.
http://channel9.msdn...x?PostID=303464
Jayman, do you know if it's possible to install Orcas alongside VS2005?
#7
Re: .NET 3.0 Upgrade
Posted 11 May 2007 - 01:29 AM
But I do know that all the previous versions can be run along side each other. So I would imagine that this one will also.
I tend to wait for the release version before I try installing on the same system.
#8
Re: .NET 3.0 Upgrade
Posted 11 May 2007 - 03:04 AM
jayman9, on 11 May, 2007 - 09:29 AM, said:
But I do know that all the previous versions can be run along side each other. So I would imagine that this one will also.
I tend to wait for the release version before I try installing on the same system.
Mmmm, that's what I was thinking.... better safe than sorry.
Ta.
#9
Re: .NET 3.0 Upgrade
Posted 12 May 2007 - 12:59 PM
#10
Re: .NET 3.0 Upgrade
Posted 12 May 2007 - 01:37 PM
If its not in your reference assemblies then you may need to download the 3.0 Extensions for WWF.
Download here.
#11
Re: .NET 3.0 Upgrade
Posted 12 May 2007 - 04:14 PM
jayman9, on 12 May, 2007 - 01:37 PM, said:
If its not in your reference assemblies then you may need to download the 3.0 Extensions for WWF.
Download here.
Yes, i have this. But it wont let me
using namespace System::Speech;
#12
Re: .NET 3.0 Upgrade
Posted 12 May 2007 - 04:21 PM
Too add it as a reference, right click on your Project in the Solution Explorer. Select References.
Next, click on the Add New Reference button...Scroll down the list on the .NET tab, until you find System.Speech.
Highlight it and click ok. You should now see it in the References window. Click OK to exit the property pages.
Now the namespace will work for you.
#13
Re: .NET 3.0 Upgrade
Posted 07 June 2007 - 07:59 PM
JellyBean, on 11 May, 2007 - 03:04 AM, said:
jayman9, on 11 May, 2007 - 09:29 AM, said:
But I do know that all the previous versions can be run along side each other. So I would imagine that this one will also.
I tend to wait for the release version before I try installing on the same system.
Mmmm, that's what I was thinking.... better safe than sorry.
Ta.
You could always use Virtual PC to play with Orcas first. Orcas comes with a pre-configured VHD for Virtual PC.
#14
Re: .NET 3.0 Upgrade
Posted 11 June 2007 - 03:22 AM
Squirrel, on 12 May, 2007 - 04:14 PM, said:
jayman9, on 12 May, 2007 - 01:37 PM, said:
If its not in your reference assemblies then you may need to download the 3.0 Extensions for WWF.
Download here.
Yes, i have this. But it wont let me
using namespace System::Speech;
Jayman was right when he was telling you about referencing the .dll. But maybe a simpler way for you to use and understand the speech namespace would be to download the text to speech converter project on MSDN. I know this works with the .NET 2.0 framework so you wont have to worry about .NET 3.0 until they realease a full version.

New Topic/Question
Reply



MultiQuote



|