VS 2003 builds targeting framework v1.0?

  • Thread starter Thread starter Özden Irmak
  • Start date Start date
Ö

Özden Irmak

Hello,

I've read in some websites that you need some sort of tweak (a
config file) to do this...

Let me give you a specific example...I'm mostly interested in developing
components and user controls (Including Windows Forms and Web Forms)...If I
develop it with VS2003 and target it to v1.0, will a VS2002 user be able to
use it without any tweak or configuration file?

Thanks in advance...

Özden
 
Ozden,

I am curious, why would you want to develop in 2003 for .NET 1.0 (which
is what 2002 targets). I mean, 2003 had some enhancements, but nothing
(IMO) that would make me NEED to get it. I would just develop in 2002,
instead of "tweaking" my dev environment. ("tweaking" never sounds reliable
to me).

Hope this helps.
 
Ozden,

As long as all of the components that you leverage (reference/include in
your user control, etc.) are available in v1.0 of the framework VS.NET 2002
clients will be able to consume your user control.

Thanks! Robert Gruen
Microsoft, VB.NET

This posting is provided "AS IS", with no warranties, and confers no rights.

--------------------
| From: "Nicholas Paldino [.NET/C# MVP]"
<[email protected]>
| References: <[email protected]>
| Subject: Re: VS 2003 builds targeting framework v1.0?
| Date: Mon, 15 Sep 2003 09:22:59 -0400
| Lines: 35
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
| Message-ID: <[email protected]>
| Newsgroups: microsoft.public.dotnet.languages.csharp
| NNTP-Posting-Host: xd84b4145.ip.e-nt.net 216.75.65.69
| Path:
cpmsftngxa07.phx.gbl!cpmsftngxa10.phx.gbl!TK2MSFTNGXA05.phx.gbl!TK2MSFTNGP08
.phx.gbl!tk2msftngp13.phx.gbl
| Xref: cpmsftngxa07.phx.gbl microsoft.public.dotnet.languages.csharp:184201
| X-Tomcat-NG: microsoft.public.dotnet.languages.csharp
|
| Ozden,
|
| I am curious, why would you want to develop in 2003 for .NET 1.0
(which
| is what 2002 targets). I mean, 2003 had some enhancements, but nothing
| (IMO) that would make me NEED to get it. I would just develop in 2002,
| instead of "tweaking" my dev environment. ("tweaking" never sounds
reliable
| to me).
|
| Hope this helps.
|
| --
| - Nicholas Paldino [.NET/C# MVP]
| - (e-mail address removed)
|
| | > Hello,
| >
| > I've read in some websites that you need some sort of tweak (a
| > config file) to do this...
| >
| > Let me give you a specific example...I'm mostly interested in developing
| > components and user controls (Including Windows Forms and Web
Forms)...If
| I
| > develop it with VS2003 and target it to v1.0, will a VS2002 user be able
| to
| > use it without any tweak or configuration file?
| >
| > Thanks in advance...
| >
| > Özden
| >
| >
|
|
|
 
Back
Top