Click here to Skip to main content
15,921,941 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: What's the name of this object?? Pin
keepcoller17-Nov-08 14:05
keepcoller17-Nov-08 14:05 
QuestionIs it possible to compile against .Net 2.0 and 2.1 framework versions in VS 2008? Pin
Jon_Boy17-Nov-08 5:02
Jon_Boy17-Nov-08 5:02 
AnswerRe: Is it possible to compile against .Net 2.0 and 2.1 framework versions in VS 2008? Pin
Dave Kreskowiak17-Nov-08 5:21
mveDave Kreskowiak17-Nov-08 5:21 
GeneralRe: Is it possible to compile against .Net 2.0 and 2.1 framework versions in VS 2008? Pin
Jon_Boy17-Nov-08 6:18
Jon_Boy17-Nov-08 6:18 
AnswerRe: Is it possible to compile against .Net 2.0 and 2.1 framework versions in VS 2008? Pin
Guffa17-Nov-08 6:44
Guffa17-Nov-08 6:44 
GeneralRe: Is it possible to compile against .Net 2.0 and 2.1 framework versions in VS 2008? Pin
Jon_Boy17-Nov-08 7:22
Jon_Boy17-Nov-08 7:22 
GeneralRe: Is it possible to compile against .Net 2.0 and 2.1 framework versions in VS 2008? Pin
Thomas Stockwell17-Nov-08 9:25
professionalThomas Stockwell17-Nov-08 9:25 
GeneralRe: Is it possible to compile against .Net 2.0 and 2.1 framework versions in VS 2008? Pin
Jon_Boy17-Nov-08 9:47
Jon_Boy17-Nov-08 9:47 
In our organization, it is simply not possible to upgrade all clients mainly because we have *alot* of machinery that is controlled via apps originally created for DOS/Win98; and there are compatibility issues with newer versions of Windows. We could upgrade machinery which in turn would support a newer Windows version, but that costs are entirely to high for something that currently works fine esp. in a recessionary period.

We have several apps that we maintain and use for inventory control etc. In Win98, only 2.0 is supported. In WinXP+, we can support anything but tend to use 2.1 so that the same source files (95% of the time at least) can be used in compiling against 2.0 and 2.1. Currently we duplicate the .sln and .vbproj files to point at different compiled versions of referenced .dlls (2.0 vs 2.1).

It is nice that VS2008 allows you to target a framework, but in our scenario, it doesn't really help. Targeting a framework version, at least to me, would allow a developer to target a specific framework version regardless if it's the base version or a SP version; not just what ever version happens to be the latest.


In a perfect world, we would all run 3.5 and upgrade our OSs at M$s will......... but that perfect place doesn't exist here.

Any suggestions, ideas, or 'constructive criticism' are always welcome.

"There's no such thing as a stupid question, only stupid people." - Mr. Garrison

JokeRe: Is it possible to compile against .Net 2.0 and 2.1 framework versions in VS 2008? Pin
Eddy Vluggen18-Nov-08 0:19
professionalEddy Vluggen18-Nov-08 0:19 
QuestionRe: Is it possible to compile against .Net 2.0 and 2.1 framework versions in VS 2008? Pin
Eddy Vluggen18-Nov-08 0:14
professionalEddy Vluggen18-Nov-08 0:14 
AnswerRe: Is it possible to compile against .Net 2.0 and 2.1 framework versions in VS 2008? Pin
Jon_Boy18-Nov-08 1:21
Jon_Boy18-Nov-08 1:21 
AnswerRe: Is it possible to compile against .Net 2.0 and 2.1 framework versions in VS 2008? Pin
Eddy Vluggen18-Nov-08 2:34
professionalEddy Vluggen18-Nov-08 2:34 
GeneralRe: Is it possible to compile against .Net 2.0 and 2.1 framework versions in VS 2008? Pin
Jon_Boy18-Nov-08 3:41
Jon_Boy18-Nov-08 3:41 
AnswerRe: Is it possible to compile against .Net 2.0 and 2.1 framework versions in VS 2008? Pin
Eddy Vluggen18-Nov-08 3:52
professionalEddy Vluggen18-Nov-08 3:52 
GeneralRe: Is it possible to compile against .Net 2.0 and 2.1 framework versions in VS 2008? Pin
Jon_Boy18-Nov-08 4:41
Jon_Boy18-Nov-08 4:41 
QuestionHow To assign null value into nullable object Pin
MehdiMousaviNezhad17-Nov-08 1:14
MehdiMousaviNezhad17-Nov-08 1:14 
AnswerRe: How To assign null value into nullable object Pin
Dave Kreskowiak17-Nov-08 5:22
mveDave Kreskowiak17-Nov-08 5:22 
GeneralRe: How To assign null value into nullable object Pin
MehdiMousaviNezhad26-Nov-08 1:29
MehdiMousaviNezhad26-Nov-08 1:29 
GeneralRe: How To assign null value into nullable object Pin
Dave Kreskowiak27-Nov-08 4:36
mveDave Kreskowiak27-Nov-08 4:36 
GeneralRe: How To assign null value into nullable object Pin
MehdiMousaviNezhad28-Nov-08 21:08
MehdiMousaviNezhad28-Nov-08 21:08 
QuestionStrange multiline text control behaviour (VB.NET on VS2005) Pin
mottolini17-Nov-08 0:47
mottolini17-Nov-08 0:47 
AnswerRe: Strange multiline text control behaviour (VB.NET on VS2005) Pin
~Khatri Mitesh~17-Nov-08 2:36
~Khatri Mitesh~17-Nov-08 2:36 
GeneralRe: Strange multiline text control behaviour (VB.NET on VS2005) Pin
mottolini17-Nov-08 2:44
mottolini17-Nov-08 2:44 
QuestionVB SQL Stored Proc Problem Pin
Paul Unsworth17-Nov-08 0:30
Paul Unsworth17-Nov-08 0:30 
AnswerRe: VB SQL Stored Proc Problem Pin
Dave Kreskowiak17-Nov-08 5:27
mveDave Kreskowiak17-Nov-08 5:27 

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.