Using VS 2003 with DotNetFrameWork 2.0

A

ALI-R

Is there a way to make VS 2003 work with DotNetFramework 2.0?
I've recenlt downloaded "Visual Web Developer 2005 Express Edition Beta"
which installs .Net Framework 2.0 as well.I don't like its IDE (AS it is too
slow) and I was just wondering to use same IDE which I'm using now but
instead of .NetFramework 1.1 ,make it point to .NetFramework 2.0?

Thanks
 
A

ALI-R

So if you download the .Net Framework 2.0 ,the only thing that you can do is
to write your programme in notepad and compile it using csc.exe?
Is that the only way to do that?

Thanks
ALI-R
 
W

Wayne

Or download VS2005

--
Thanks
Wayne Sepega
Jacksonville, Fl


"When a man sits with a pretty girl for an hour, it seems like a minute. But
let him sit on a hot stove for a minute and it's longer than any hour.
That's relativity." - Albert Einstein
 
S

Scott M.

VS.NET 05 Beta...that is.


Wayne said:
Or download VS2005

--
Thanks
Wayne Sepega
Jacksonville, Fl


"When a man sits with a pretty girl for an hour, it seems like a minute.
But
let him sit on a hot stove for a minute and it's longer than any hour.
That's relativity." - Albert Einstein
 
C

Carlos J. Quintero [.NET MVP]

No, VS.NET IDEs are wired to specific versions of .NET Framework and it can
not be changed:

VS.NET 2002 -> Net Framework 1.0
VS.NET 2003-> Net Framework 1.1
VS 2005 -> Net Framework 2.0

--

Carlos J. Quintero

MZ-Tools 4.0: Productivity add-ins for Visual Studio .NET
You can code, design and document much faster.
http://www.mztools.com
 
S

Scott M.

Actually, VS.NET 2003 projects can be targeted to either the 1.0 or the 1.1
Framework.
 
C

Carlos J. Quintero [.NET MVP]

VS.NET 2003 always builds using the .NET Framework 1.1 assemblies, and you
can NOT change that. Another thing is that in the Project Properties dialog,
Build page, Supported run-times section, you can change the app.config to
allow the application to run on .NET Framework 1.0, at your own risk,
because you can get run-time errors if you have used methods or classes
specific of .NET Framework 1.1. Since the VS.NET 2003 compilers can not use
..NET Framework 1.0 assemblies, they can´t catch those errors at
compile-time. This is a risk so great that I would´t recommend to use VS.NET
2003 to create .NET Framework 1.0 applications (IMHO). I hope it's clear now
what I meant by "wired to..."

--

Carlos J. Quintero

MZ-Tools 4.0: Productivity add-ins for Visual Studio .NET
You can code, design and document much faster.
http://www.mztools.com
 
S

Scott M.

I knew what you meant, but your response was misleading. The fact is that
VS.NET 2003 "can" be used to create projects that will run in the 1.0
Framework. Whether this is a good idea or not was not the question.
 
A

ALI-R

I couldn't find what you addressed ,Project properties->Build page???? I
can't find build page!!!
 
S

Scott M.

Right click on your project in the Solution Explorer and choose Properties
Select the category on the left called "Build"
On the right there is a button (Change) for switching which framework
version you wish to target.
 
A

ALI-R

Hi,I'm afraid there is no such a button for me ,I'musing VS 2003 version
7.1.00000 and there are only three groups as follows:
1)Code Generation
2)Error and Warnings
3)Outputs

Thanks
 
A

ALI-R

Hi Scott,

Can u send me an screen shot of what you mean?
my email address is (e-mail address removed)

That's bizzare,Isn't it?

Thanks
Scott M. said:
I have no idea what you are clicking on but it isn't what I suggested.


ALI-R said:
Hi,I'm afraid there is no such a button for me ,I'musing VS 2003 version
7.1.00000 and there are only three groups as follows:
1)Code Generation
2)Error and Warnings
3)Outputs

Thanks
Scott M. said:
Right click on your project in the Solution Explorer and choose
Properties
Select the category on the left called "Build"
On the right there is a button (Change) for switching which framework
version you wish to target.


I couldn't find what you addressed ,Project properties->Build page???? I
can't find build page!!!
message VS.NET 2003 always builds using the .NET Framework 1.1 assemblies, and
you
can NOT change that. Another thing is that in the Project Properties
dialog,
Build page, Supported run-times section, you can change the
app.config
to
allow the application to run on .NET Framework 1.0, at your own risk,
because you can get run-time errors if you have used methods or
classes
specific of .NET Framework 1.1. Since the VS.NET 2003 compilers can
not
use
.NET Framework 1.0 assemblies, they can´t catch those errors at
compile-time. This is a risk so great that I would´t recommend to use
VS.NET
2003 to create .NET Framework 1.0 applications (IMHO). I hope it's clear
now
what I meant by "wired to..."

--

Carlos J. Quintero

MZ-Tools 4.0: Productivity add-ins for Visual Studio .NET
You can code, design and document much faster.
http://www.mztools.com


"Scott M." <[email protected]> escribió en el mensaje
Actually, VS.NET 2003 projects can be targeted to either the 1.0
or
the
1.1 Framework.

"Carlos J. Quintero [.NET MVP]" <[email protected]>
wrote
in
message No, VS.NET IDEs are wired to specific versions of .NET Framework
and
it
can not be changed:

VS.NET 2002 -> Net Framework 1.0
VS.NET 2003-> Net Framework 1.1
VS 2005 -> Net Framework 2.0
 
S

Scott M.

It's on it's way, but do yourself a favor and NEVER post your real email
address in a public forum like this because the spam-bots have most
certainly picked up your address by now. If you must post your address,
post it like this:

ScottREMOVE (e-mail address removed).
 
A

ALI-R

Hi Scott,

First of all thanks very much for your help,I got your screenshot and as I
guessed before ,this is not something in C#,because when I created a project
in VB.Net ,I can get that screenshot but not when the project is created in
C#.

Secondly :That's a temporary email address which is valid till only next
week (I knew whcih email I should mention;-))

Thanks for your help,I so appreciate it man,
Ali-R
Scott M. said:
It's on it's way, but do yourself a favor and NEVER post your real email
address in a public forum like this because the spam-bots have most
certainly picked up your address by now. If you must post your address,
post it like this:

ScottREMOVE (e-mail address removed).


ALI-R said:
Hi Scott,

Can u send me an screen shot of what you mean?
my email address is (e-mail address removed)

That's bizzare,Isn't it?

Thanks
Scott M. said:
I have no idea what you are clicking on but it isn't what I suggested.


Hi,I'm afraid there is no such a button for me ,I'musing VS 2003
version
7.1.00000 and there are only three groups as follows:
1)Code Generation
2)Error and Warnings
3)Outputs

Thanks
Right click on your project in the Solution Explorer and choose
Properties
Select the category on the left called "Build"
On the right there is a button (Change) for switching which framework
version you wish to target.


I couldn't find what you addressed ,Project properties->Build
page???? I
can't find build page!!!
"Carlos J. Quintero [.NET MVP]" <[email protected]>
wrote
in
message VS.NET 2003 always builds using the .NET Framework 1.1
assemblies,
and
you
can NOT change that. Another thing is that in the Project
Properties
dialog,
Build page, Supported run-times section, you can change the app.config
to
allow the application to run on .NET Framework 1.0, at your own risk,
because you can get run-time errors if you have used methods or
classes
specific of .NET Framework 1.1. Since the VS.NET 2003 compilers can
not
use
.NET Framework 1.0 assemblies, they can´t catch those errors at
compile-time. This is a risk so great that I would´t recommend to use
VS.NET
2003 to create .NET Framework 1.0 applications (IMHO). I hope it's
clear
now
what I meant by "wired to..."

--

Carlos J. Quintero

MZ-Tools 4.0: Productivity add-ins for Visual Studio .NET
You can code, design and document much faster.
http://www.mztools.com


"Scott M." <[email protected]> escribió en el mensaje
Actually, VS.NET 2003 projects can be targeted to either the
1.0
or
the
1.1 Framework.

in
message No, VS.NET IDEs are wired to specific versions of .NET Framework
and
it
can not be changed:

VS.NET 2002 -> Net Framework 1.0
VS.NET 2003-> Net Framework 1.1
VS 2005 -> Net Framework 2.0
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top