Home All Groups Group Topic Archive Search About

.net 3.5 with vs 2005

Author
18 Jun 2009 8:07 AM
friend
can i use .net framework 3.5 with visual studio 2005?

I think vs 2005 uses .net 2.0...
I have the problem because as i am using vista operating system,
certain commands needs 3.5 version


Thank you all

Author
18 Jun 2009 8:23 AM
Code Monkey
Simple answer is No.

And like what "certain commands"? Maybe there is a workaround if you can
share some more details.


Show quoteHide quote
"friend" <lavanyaredd***@gmail.com> wrote in message
news:726ae09f-67f8-4aba-aaba-fa3e4a04e458@o14g2000vbo.googlegroups.com...
> can i use .net framework 3.5 with visual studio 2005?
>
> I think vs 2005 uses .net 2.0...
> I have the problem because as i am using vista operating system,
> certain commands needs 3.5 version
>
>
> Thank you all
Author
18 Jun 2009 8:38 AM
friend
Show quote Hide quote
On Jun 18, 10:23 am, "Code Monkey" <CodeMon...@nospam.nospam> wrote:
> Simple answer is No.
>
> And like what "certain commands"? Maybe there is a workaround if you can
> share some more details.
>
> "friend" <lavanyaredd***@gmail.com> wrote in message
>
> news:726ae09f-67f8-4aba-aaba-fa3e4a04e458@o14g2000vbo.googlegroups.com...
>
> > can i use .net framework 3.5 with visual studio 2005?
>
> > I think vs 2005 uses .net 2.0...
> > I have the problem because as i am using vista operating system,
> > certain commands needs 3.5 version
>
> > Thank you all
>
>

For example
serialport.readbyte
serialport.readchar
serialport.readexisting
etc.,
They are available in .net 2.0 also, but not in vista OS
Author
18 Jun 2009 8:40 AM
Timothy Casey
Show quote Hide quote
"Code Monkey" <CodeMonkey@nospam.nospam> wrote in message
news:BD2CB24F-56E5-4924-B6D0-CB848C880CD3@microsoft.com...
> "friend" <lavanyaredd***@gmail.com> wrote in message
> news:726ae09f-67f8-4aba-aaba-fa3e4a04e458@o14g2000vbo.googlegroups.com...
>> can i use .net framework 3.5 with visual studio 2005?
>>
>> I think vs 2005 uses .net 2.0...
>> I have the problem because as i am using vista operating system,
>> certain commands needs 3.5 version
>>
>>
>> Thank you all
>
> Simple answer is No.
>
> And like what "certain commands"? Maybe there is a workaround if you can
> share some more details.
>
>

Right you are.
system.windows.controls.spellcheck is not in .NET 2.0
<?End/>!

--
Timothy Casey - Email: 5th-prime-num***@timothycasey.info
Software: http://software-1011.com; Scientific IQ Test, Web Menus, Security
http://web-design-1011.comhttp://speed-reading-comprehension.com
Science & Geology: http://geologist-1011.com;http://geologist-1011.net
Author
18 Jun 2009 9:21 AM
friend
Show quote Hide quote
On Jun 18, 10:40 am, "Timothy Casey" <1***@timothycasey.info> wrote:
> "Code Monkey" <CodeMon...@nospam.nospam> wrote in message
>
> news:BD2CB24F-56E5-4924-B6D0-CB848C880CD3@microsoft.com...
>
>
>
> > "friend" <lavanyaredd***@gmail.com> wrote in message
> >news:726ae09f-67f8-4aba-aaba-fa3e4a04e458@o14g2000vbo.googlegroups.com....
> >> can i use .net framework 3.5 with visual studio 2005?
>
> >> I think vs 2005 uses .net 2.0...
> >> I have the problem because as i am using vista operating system,
> >> certain commands needs 3.5 version
>
> >> Thank you all
>
> > Simple answer is No.
>
> > And like what "certain commands"? Maybe there is a workaround if you can
> > share some more details.
>
> Right you are.
> system.windows.controls.spellcheck is not in .NET 2.0
> <?End/>!
>
> --
> Timothy Casey - Email: 5th-prime-num***@timothycasey.info
> Software:http://software-1011.com;Scientific IQ Test, Web Menus, Securityhttp://web-design-1011.comhttp://speed-reading-comprehension.com
> Science & Geology:http://geologist-1011.com;http://geologist-1011.net

How to resolve this ??
Author
18 Jun 2009 9:29 AM
Andrew Morton
>>>> can i use .net framework 3.5 with visual studio 2005?

>>> Simple answer is No.

>>>> I think vs 2005 uses .net 2.0...
>>>> I have the problem because as i am using vista operating system,
>>>> certain commands needs 3.5 version

> How to resolve this ??

Upgrade to VS2008. Or perhaps your requirements can be fulfilled using the
free VB Express 2008.

Andrew
Author
18 Jun 2009 9:50 AM
friend
On Jun 18, 11:29 am, "Andrew Morton" <a***@in-press.co.uk.invalid>
wrote:
> >>>> can i use .net framework 3.5 with visual studio 2005?
> >>> Simple answer is No.
> >>>> I think vs 2005 uses .net 2.0...
> >>>> I have the problem because as i am using vista operating system,
> >>>> certain commands needs 3.5 version
> > How to resolve this ??
>
> Upgrade to VS2008. Or perhaps your requirements can be fulfilled using the
> free VB Express 2008.
>
> Andrew

Can vs 2005 and vs 2008 run in parallel in the same system ??
Author
18 Jun 2009 10:48 AM
Family Tree Mike
Show quote Hide quote
"friend" <lavanyaredd***@gmail.com> wrote in message
news:ac960bc7-7720-43e2-a532-e7d0820bef69@r13g2000vbr.googlegroups.com...
> On Jun 18, 11:29 am, "Andrew Morton" <a***@in-press.co.uk.invalid>
> wrote:
> > >>>> can i use .net framework 3.5 with visual studio 2005?
> > >>> Simple answer is No.
> > >>>> I think vs 2005 uses .net 2.0...
> > >>>> I have the problem because as i am using vista operating system,
> > >>>> certain commands needs 3.5 version
> > > How to resolve this ??
> >
> > Upgrade to VS2008. Or perhaps your requirements can be fulfilled using
> > the
> > free VB Express 2008.
> >
> > Andrew
>
> Can vs 2005 and vs 2008 run in parallel in the same system ??


I have had VS 2003, VS 2005 and VS 2008 on the same system without issue.

--
Mike
Author
18 Jun 2009 12:52 PM
PvdG42
Show quote Hide quote
"friend" <lavanyaredd***@gmail.com> wrote in message
news:ac960bc7-7720-43e2-a532-e7d0820bef69@r13g2000vbr.googlegroups.com...
> On Jun 18, 11:29 am, "Andrew Morton" <a***@in-press.co.uk.invalid>
> wrote:
>> >>>> can i use .net framework 3.5 with visual studio 2005?
>> >>> Simple answer is No.
>> >>>> I think vs 2005 uses .net 2.0...
>> >>>> I have the problem because as i am using vista operating system,
>> >>>> certain commands needs 3.5 version
>> > How to resolve this ??
>>
>> Upgrade to VS2008. Or perhaps your requirements can be fulfilled using
>> the
>> free VB Express 2008.
>>
>> Andrew
>
> Can vs 2005 and vs 2008 run in parallel in the same system ??

I've had the same experience as FT Mike, and I now have boxes with VS 2005,
VS 2008 and VS 2010 B1 all coexisting peacefully. MS has done a good job
with this, so you can install VS 2008, convert a copy of your existing
project (I *always* do it with a copy first), then take advantage of new
stuff in .NET 3.5.
Author
18 Jun 2009 11:36 AM
Patrice
IMO you don't even have to do that...

According to
http://msdn.microsoft.com/en-us/library/system.io.ports.serialport_members(VS.80).aspx
and the methods you talked about are available in  2.0 is installing .NET
2.0 should be enough.

For now my guess is that you try to run the code you created against .NET
2.0 on a Vista .NET 1.1 machine...

--
Patrice


"Andrew Morton" <a**@in-press.co.uk.invalid> a écrit dans le message de
groupe de discussion : 79ufodF1ns1d***@mid.individual.net...
Show quoteHide quote
>>>>> can i use .net framework 3.5 with visual studio 2005?
>
>>>> Simple answer is No.
>
>>>>> I think vs 2005 uses .net 2.0...
>>>>> I have the problem because as i am using vista operating system,
>>>>> certain commands needs 3.5 version
>
>> How to resolve this ??
>
> Upgrade to VS2008. Or perhaps your requirements can be fulfilled using the
> free VB Express 2008.
>
> Andrew
>
Author
18 Jun 2009 12:22 PM
friend
Show quote Hide quote
On Jun 18, 1:36 pm, "Patrice" <http://www.chez.com/scribe/> wrote:
> IMO you don't even have to do that...
>
> According tohttp://msdn.microsoft.com/en-us/library/system.io.ports.serialport_me...
> and the methods you talked about are available in  2.0 is installing .NET
> 2.0 should be enough.
>
> For now my guess is that you try to run the code you created against .NET
> 2.0 on a Vista .NET 1.1 machine...
>
> --
> Patrice
>
> "Andrew Morton" <a***@in-press.co.uk.invalid> a écrit dans le message de
> groupe de discussion : 79ufodF1ns1d***@mid.individual.net...
>
> >>>>> can i use .net framework 3.5 with visual studio 2005?
>
> >>>> Simple answer is No.
>
> >>>>> I think vs 2005 uses .net 2.0...
> >>>>> I have the problem because as i am using vista operating system,
> >>>>> certain commands needs 3.5 version
>
> >> How to resolve this ??
>
> > Upgrade to VS2008. Or perhaps your requirements can be fulfilled using the
> > free VB Express 2008.
>
> > Andrew
>
>

Ya, those are available in 2.0 itself but not on vista machine.
To have them run under vista we need to have .net 3.5. I have already
3.5 installed in my system
but they dont respond
Author
18 Jun 2009 5:00 PM
Patrice
> Ya, those are available in 2.0 itself but not on vista machine.
> To have them run under vista we need to have .net 3.5. I have already
> 3.5 installed in my system
> but they dont respond
>

The serial port class is new in .NET 2.0 so this is the minimum needed.

..NET 3.5 is basically an *addition* to .NET 2.0 (the runtime itself is still
2.0) and doesn't change anything to this SerialPort class... (anyway when
you install .NET 3.5, .NET 2.0 is installed).

So now :
- try to create your application using .NET 2.0/VB 2005
- you should be able to run it under Vista with 3.5 installed (because this
is 2.0 plus additional stuff unrelated to the SerialPort class).

--
Patrice
Author
18 Jun 2009 7:26 PM
friend
Show quote Hide quote
On Jun 18, 7:00 pm, "Patrice" <http://www.chez.com/scribe/> wrote:
> > Ya, those are available in 2.0 itself but not on vista machine.
> > To have them run under vista we need to have .net 3.5. I have already
> > 3.5 installed in my system
> > but they dont respond
>
> The serial port class is new in .NET 2.0 so this is the minimum needed.
>
> .NET 3.5 is basically an *addition* to .NET 2.0 (the runtime itself is still
> 2.0) and doesn't change anything to this SerialPort class... (anyway when
> you install .NET 3.5, .NET 2.0 is installed).
>
> So now :
> - try to create your application using .NET 2.0/VB 2005
> - you should be able to run it under Vista with 3.5 installed (because this
> is 2.0 plus additional stuff unrelated to the SerialPort class).
>
> --
> Patrice

I did it in that way..It doesnt work..
The same code if I run in vs 2008 (.net 3.5) in vista it works...
Author
18 Jun 2009 8:24 PM
Armin Zingler
friend wrote:
>
> I did it in that way..It doesnt work..
> The same code if I run in vs 2008 (.net 3.5) in vista it works...


Referring to the ReadByte method you mentioned, see the "Platforms" section
in the FW 2.0 documentation:
http://msdn.microsoft.com/en-us/library/system.io.ports.serialport.readbyte(VS.80).aspx

Vista is not required. There must be another difference, not only the other
OS version.


Armin
Author
18 Jun 2009 1:25 PM
Cor Ligthert[MVP]
Hi,

If not it is a bug, VS 2005 does not use 3.5

Cor


Show quoteHide quote
"friend" <lavanyaredd***@gmail.com> wrote in message
news:726ae09f-67f8-4aba-aaba-fa3e4a04e458@o14g2000vbo.googlegroups.com...
> can i use .net framework 3.5 with visual studio 2005?
>
> I think vs 2005 uses .net 2.0...
> I have the problem because as i am using vista operating system,
> certain commands needs 3.5 version
>
>
> Thank you all