Click here to Skip to main content
15,906,816 members
Home / Discussions / C#
   

C#

 
GeneralRe: .Net version Pin
Stanciu Vlad18-Jun-06 8:22
Stanciu Vlad18-Jun-06 8:22 
GeneralRe: .Net version Pin
Ed.Poore18-Jun-06 8:33
Ed.Poore18-Jun-06 8:33 
Vlad Stanciu wrote:
Btw, in your post you suggest me not to do what I want, the source of the whole thread Smile | :)

Well then the only solution is that you're going to have to maintain "two" different versions, those that use .NET 2 classes and constructs and those that don't.  This can either involve having two seperate solutions / projects / directories or by using a hell-of-a-lot of
#ifdef DOTNET2
    // .NET 2 version
#elif
    // .NET 1 version
#endif
It's the only way I'm afraid.





Formula 1 - Short for "F1 Racing" - named after the standard "help" key in Windows, it's a sport where participants desperately search through software help files trying to find actual documentation. It's tedious and somewhat cruel, most matches ending in a draw as no participant is able to find anything helpful. - Shog9
GeneralRe: .Net version Pin
J. Dunlap18-Jun-06 19:51
J. Dunlap18-Jun-06 19:51 
QuestionHow To get the input from parallel port using c# [modified] Pin
h_world18-Jun-06 0:42
h_world18-Jun-06 0:42 
AnswerRe: How To get the input from parallel port using c# Pin
Ed.Poore18-Jun-06 8:34
Ed.Poore18-Jun-06 8:34 
QuestionSending parameter while installation Pin
anom2m17-Jun-06 22:46
anom2m17-Jun-06 22:46 
AnswerRe: Sending parameter while installation Pin
Ed.Poore18-Jun-06 8:17
Ed.Poore18-Jun-06 8:17 
Questionruntime created tables into SQL databases Pin
minnie mouse17-Jun-06 22:25
minnie mouse17-Jun-06 22:25 
AnswerRe: runtime created tables into SQL databases Pin
Colin Angus Mackay17-Jun-06 23:00
Colin Angus Mackay17-Jun-06 23:00 
GeneralRe: runtime created tables into SQL databases Pin
minnie mouse19-Jun-06 16:04
minnie mouse19-Jun-06 16:04 
GeneralRe: runtime created tables into SQL databases Pin
Colin Angus Mackay19-Jun-06 20:17
Colin Angus Mackay19-Jun-06 20:17 
QuestionI loose the session on the client side Pin
TheBeginner7717-Jun-06 21:39
TheBeginner7717-Jun-06 21:39 
AnswerRe: I loose the session on the client side Pin
Guffa18-Jun-06 0:54
Guffa18-Jun-06 0:54 
QuestionRe: I loose the session on the client side [modified] Pin
TheBeginner7718-Jun-06 1:10
TheBeginner7718-Jun-06 1:10 
AnswerRe: I loose the session on the client side Pin
Bogdan Damian19-Jun-06 10:11
Bogdan Damian19-Jun-06 10:11 
Questionabout c Pin
sasi bhushan17-Jun-06 19:54
sasi bhushan17-Jun-06 19:54 
AnswerRe: about c Pin
sasi bhushan17-Jun-06 19:55
sasi bhushan17-Jun-06 19:55 
GeneralRe: about c Pin
sasi bhushan17-Jun-06 19:56
sasi bhushan17-Jun-06 19:56 
GeneralRe: about c Pin
sasi bhushan17-Jun-06 19:56
sasi bhushan17-Jun-06 19:56 
GeneralRe: about c Pin
Super Lloyd17-Jun-06 22:15
Super Lloyd17-Jun-06 22:15 
GeneralRe: about c Pin
Graham Nimbley18-Jun-06 11:21
Graham Nimbley18-Jun-06 11:21 
AnswerRe: about c [modified] Pin
Dave Kreskowiak18-Jun-06 2:59
mveDave Kreskowiak18-Jun-06 2:59 
QuestionXML documentation problem Pin
Super Lloyd17-Jun-06 19:47
Super Lloyd17-Jun-06 19:47 
AnswerRe: XML documentation problem Pin
Super Lloyd18-Jun-06 4:53
Super Lloyd18-Jun-06 4:53 
QuestionProblem refactoring CollectionBase to Generics with Sort() Pin
LongRange.Shooter17-Jun-06 18:04
LongRange.Shooter17-Jun-06 18:04 

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.