473,387 Members | 1,497 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,387 software developers and data experts.

.Net 1.1 on VS 2002

I have Visual Studio 2002. Can I add version 1.1 of the framework into
it and write for 1.1? If so how?
Nov 16 '05 #1
7 1058
"Phill" schrieb
I have Visual Studio 2002. Can I add version 1.1 of the framework into
it and write for 1.1? If so how?


It is not possible to develop .NET 1.1-Applications with VS.NET 2002. If you
want to develop .NET 1.1-Applications you'll have to upgrade to VS.NET 2003.

Cheers

Arne Janning
Nov 16 '05 #2
Hi Phil,

In addition to Arne.
If you don't use any 1.1 specific thing (or 1.0 specific), your 1.0 app will
run on both 1.0 and 1.1 framework.

--
Miha Markic [MVP C#] - RightHand .NET consulting & development
miha at rthand com
www.rthand.com

"Phill" <wa********@yahoo.com> wrote in message
news:ac**************************@posting.google.c om...
I have Visual Studio 2002. Can I add version 1.1 of the framework into
it and write for 1.1? If so how?

Nov 16 '05 #3
Hi,

I'm affraid that you're wrong.
"Phill" schrieb
I have Visual Studio 2002. Can I add version 1.1 of the framework into
it and write for 1.1? If so how?

It is not possible to develop .NET 1.1-Applications with VS.NET 2002. If you
want to develop .NET 1.1-Applications you'll have to upgrade to VS.NET 2003.


It's not possible to compile .NET 1.1 application in VS 2002,
but you can compile it externaly (e.g. by NANT).

I pretty sure that resources ".resx" can be compiled with old version
(1.0) of "resgen" but C# code can be compiled by "csc" from
..NET Framework 1.1 SDK.

So, you can develop your application in VS 2002 (debug, test) first
and next you'll compile it with 1.1 "csc" (e.g. by batch or NANT).

Cheers!

Marcin

PS: I think that VS2003 has no much more features than VS2002 to
be worth of buy. There are only few changes in Framework 1.1 and
some changes is VS.
Nov 16 '05 #4

"Marcin Grzębski" <mg*******@taxussi.no.com.spam.pl> wrote in message
news:cj**********@atlantis.news.tpi.pl...
Hi,

I'm affraid that you're wrong.


Nope.
"Phill" schrieb
I have Visual Studio 2002. Can I add version 1.1 of the framework into
it and write for 1.1? If so how?

It is not possible to develop .NET 1.1-Applications with VS.NET 2002. If
you want to develop .NET 1.1-Applications you'll have to upgrade to
VS.NET 2003.


It's not possible to compile .NET 1.1 application in VS 2002,
but you can compile it externaly (e.g. by NANT).

I pretty sure that resources ".resx" can be compiled with old version
(1.0) of "resgen" but C# code can be compiled by "csc" from
.NET Framework 1.1 SDK.

So, you can develop your application in VS 2002 (debug, test) first
and next you'll compile it with 1.1 "csc" (e.g. by batch or NANT).


You are developing a *.net 1.0* application with 2002 and not *1.1* - it
doesn't matter if you use the same sources to compile them again.
You can't code the 1.1 specific features in 2002, can you?
And also, there is no need to recompile 1.0 application with 1.1 framework
as it will work regardlessly (well, you can fine tune the compability using
config file) assuming it can work on 1.1 framework.

--
Miha Markic [MVP C#] - RightHand .NET consulting & development
miha at rthand com
www.rthand.com
Nov 16 '05 #5
Hi
You are developing a *.net 1.0* application with 2002 and not *1.1* - it
doesn't matter if you use the same sources to compile them again.
You can't code the 1.1 specific features in 2002, can you?
And also, there is no need to recompile 1.0 application with 1.1 framework
as it will work regardlessly (well, you can fine tune the compability using
config file) assuming it can work on 1.1 framework.


Can you give me a list 1.1 specific features?
M$ wasn't specified them so good.

Of course, 1.1 Framework will execute 1.0 .NET application, but
if someone want to compile full 1.1 .NET application then
he can do it too.

Regards

Marcin
Nov 16 '05 #6
Hi Marcin,

"Marcin Grzębski" <mg*******@taxussi.no.com.spam.pl> wrote in message
news:cj**********@nemesis.news.tpi.pl...
Hi
You are developing a *.net 1.0* application with 2002 and not *1.1* - it
doesn't matter if you use the same sources to compile them again.
You can't code the 1.1 specific features in 2002, can you?
And also, there is no need to recompile 1.0 application with 1.1
framework as it will work regardlessly (well, you can fine tune the
compability using config file) assuming it can work on 1.1 framework.


Can you give me a list 1.1 specific features?
M$ wasn't specified them so good.

Of course, 1.1 Framework will execute 1.0 .NET application, but
if someone want to compile full 1.1 .NET application then
he can do it too.


Sure, but not with vs.net 2002.
Anyway, here is the list:
http://www.gotdotnet.com/team/changeinfo/default.aspx

--
Miha Markic [MVP C#] - RightHand .NET consulting & development
miha at rthand com
www.rthand.com
Nov 16 '05 #7
Hi
Sure, but not with vs.net 2002.
Anyway, here is the list:
http://www.gotdotnet.com/team/changeinfo/default.aspx


Thanks for a link!

Cheers! :-)

Marcin
Nov 16 '05 #8

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

Similar topics

2
by: Don Miller | last post by:
I can't seem to find at MS how to detect the 2002 OS vs. 2003 OS for web applications using ASP. This is the only page I could find...
13
by: Noesis Strategy | last post by:
When I ordered my new laptop, Sony didn't offer Access 2003 in its bundles. Recently, I have begun to design Access databases using an copy of Access 2002 from my previous laptop. It works fine,...
3
by: Scott | last post by:
Hi, If we want to compile an Access 2002 database and distribute it to others, will the compiled software run on any PC, like Windows 98, Windows 2000, etc. Also, you don't have to have...
7
by: Wayne Aprato | last post by:
I have several Access 2003 mde databases. When I try to open them in Access 2002 I get the following error: "The Visual Basic for Applications project in the database is corrupt." ...
9
by: Rob | last post by:
Scenario: O/S: Win XP Professional Back-end: Access 2002 on network server I have an Access 97 application, in production on our network, that takes appoximately 5 minutes to process monthly...
9
by: StevenH | last post by:
I stumped Can someone assist me with the query for "invoices from 2002 & not from 2004" thanks
5
by: Niklas Uhlin | last post by:
Someone please explain why Session_Start fires multiple times / retains SessionID values between sessions, when you open an ASP.NET page from MS Word. For details of the problem, see below: 1....
4
by: Jon S via DotNetMonster.com | last post by:
Hi all I've taught myself C# 2002 using VS.NET 2002. I've recently brought myself an ASP.NET 2003 book. I will work through this ASP.NET 2003 using VS.NET 2002 and C# 2002. I don't fully...
52
by: Neil | last post by:
We are running an Access 2000 MDB with a SQL 7 back end. Our network guy is upgrading to Windows Server 2003 and wants to upgrade Office and SQL Server at the same time. We're moving to SQL Server...
0
by: Sebastian | last post by:
Hello I develop my applications in Access 2002. My development system is running Windows XP SP2 and I have Microsoft Office XP Developer. Microsoft Office XP is at SP3. I used Inno Setup (great...
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: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.