Click here to Skip to main content
15,913,773 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Generalabout Network Pin
donnylie22-Jul-04 22:33
donnylie22-Jul-04 22:33 
GeneralRe: about Network Pin
Dave Kreskowiak23-Jul-04 5:55
mveDave Kreskowiak23-Jul-04 5:55 
Generalsmart device trouble, PLZ help Pin
WizGreen22-Jul-04 20:44
WizGreen22-Jul-04 20:44 
GeneralRe: smart device trouble, PLZ help Pin
Dave Kreskowiak23-Jul-04 3:33
mveDave Kreskowiak23-Jul-04 3:33 
GeneralTitle Case Pin
beowulfagate22-Jul-04 16:12
beowulfagate22-Jul-04 16:12 
GeneralRe: Title Case Pin
beowulfagate22-Jul-04 16:44
beowulfagate22-Jul-04 16:44 
GeneralDevelopment Environment Pin
mtone22-Jul-04 15:22
mtone22-Jul-04 15:22 
GeneralRe: Development Environment Pin
Dave Kreskowiak22-Jul-04 16:30
mveDave Kreskowiak22-Jul-04 16:30 
Basically, you can't. VS.NET 2002 targeted the .NET Framework 1.0, VS.NET 2003 targeted the .NET Framework 1.1 and VS.NET 2005 will target 2.0. You application can be compiled to work on previous versions of the .NET Framework provided you don't use any features that are only available in the higher versions of the Framework. For example, in VS.NET 2003, you can compile your app to work under both .NET Framework version 1.0 and 1.1, provided you only use 1.0 features and classes. But you can't use VS.NET 2002 with the .NET Framework 1.1 and target the .NET Framework 1.1, you can only target the .NET Framework 1.0.

The same will be true when 2.0 comes out. You'll be able to use VS.NET 2003 with the .NET Framework 2.0, but you will only be able to target the .NET Framework 1.0 and 1.1. In order to compile a 2.0 app, you'll need VS.NET 2005.



RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralSpeed Pin
GRMartin22-Jul-04 8:17
GRMartin22-Jul-04 8:17 
GeneralRe: Speed Pin
Dave Kreskowiak23-Jul-04 3:28
mveDave Kreskowiak23-Jul-04 3:28 
GeneralRe: Speed Pin
HiltonG27-Jul-04 3:02
HiltonG27-Jul-04 3:02 
Generalobtaining color from the color.toString Pin
kowplunk22-Jul-04 6:43
kowplunk22-Jul-04 6:43 
GeneralRe: obtaining color from the color.toString Pin
progload24-Jul-04 10:49
progload24-Jul-04 10:49 
GeneralFSO and speed Pin
steff kamush22-Jul-04 5:11
steff kamush22-Jul-04 5:11 
GeneralRe: FSO and speed Pin
Dave Kreskowiak22-Jul-04 5:34
mveDave Kreskowiak22-Jul-04 5:34 
GeneralLinks in textboxes Pin
megadith22-Jul-04 3:33
megadith22-Jul-04 3:33 
GeneralRe: Links in textboxes Pin
Dave Kreskowiak22-Jul-04 3:56
mveDave Kreskowiak22-Jul-04 3:56 
GeneralRe: Links in textboxes Pin
megadith23-Jul-04 8:17
megadith23-Jul-04 8:17 
GeneralRe: Links in textboxes Pin
Dave Kreskowiak23-Jul-04 10:30
mveDave Kreskowiak23-Jul-04 10:30 
GeneralRe: Links in textboxes Pin
Mekong River22-Jul-04 5:14
Mekong River22-Jul-04 5:14 
GeneralRe: Links in textboxes Pin
Pablo.ar22-Jul-04 18:53
Pablo.ar22-Jul-04 18:53 
GeneralRe: Links in textboxes Pin
megadith23-Jul-04 8:19
megadith23-Jul-04 8:19 
GeneralRe: Links in textboxes Pin
Pablo.ar23-Jul-04 19:17
Pablo.ar23-Jul-04 19:17 
GeneralClear multiple controls Pin
Brad Fackrell22-Jul-04 2:01
Brad Fackrell22-Jul-04 2:01 
GeneralRe: Clear multiple controls Pin
Dave Kreskowiak22-Jul-04 3:53
mveDave Kreskowiak22-Jul-04 3:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.