Click here to Skip to main content
15,896,606 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Do you still need 3.5 if you only install 4.0? Pin
Luc Pattyn10-Jun-10 5:33
sitebuilderLuc Pattyn10-Jun-10 5:33 
GeneralRe: Do you still need 3.5 if you only install 4.0? Pin
Richard MacCutchan10-Jun-10 5:45
mveRichard MacCutchan10-Jun-10 5:45 
AnswerRe: Do you still need 3.5 if you only install 4.0? Pin
dan!sh 10-Jun-10 6:15
professional dan!sh 10-Jun-10 6:15 
AnswerRe: Do you still need 3.5 if you only install 4.0? Pin
Anshul R10-Jun-10 20:03
Anshul R10-Jun-10 20:03 
AnswerRe: Do you still need 3.5 if you only install 4.0? Pin
AnnieMacD12-Jun-10 3:20
AnnieMacD12-Jun-10 3:20 
GeneralRe: Do you still need 3.5 if you only install 4.0? Pin
Luc Pattyn12-Jun-10 4:33
sitebuilderLuc Pattyn12-Jun-10 4:33 
QuestionErro while trying to open an application in VS.Net 1.1 Pin
meeram39510-Jun-10 1:21
meeram39510-Jun-10 1:21 
AnswerRe: Erro while trying to open an application in VS.Net 1.1 Pin
Luc Pattyn10-Jun-10 1:36
sitebuilderLuc Pattyn10-Jun-10 1:36 
All relevant facts are gathered in this little article[^]. The most important one is: Visual Studio 2003 is the only version that can target .NET 1.1; and of course it needs 1.1 to be installed.

You can probably open the 1.1 solution or project with Visual Studio 2005, but then:
1. that one can't create a 1.1 executable (it only targets 2.0, and requires 2.0);
2. it will convert your project files, so they will no longer open in VS2003.

Conclusion: If you need to target 1.1, use VS2003 and your original set of project files.

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

I only read formatted code with indentation, so please use PRE tags for code snippets.

I'm not participating in frackin' Q&A, so if you want my opinion, ask away in a real forum (or on my profile page).

GeneralRe: Erro while trying to open an application in VS.Net 1.1 Pin
meeram39510-Jun-10 5:13
meeram39510-Jun-10 5:13 
GeneralRe: Erro while trying to open an application in VS.Net 1.1 Pin
Luc Pattyn10-Jun-10 5:18
sitebuilderLuc Pattyn10-Jun-10 5:18 
AnswerRe: Erro while trying to open an application in VS.Net 1.1 Pin
T M Gray10-Jun-10 10:57
T M Gray10-Jun-10 10:57 
QuestionMemory allocation for List Pin
sujithkumarsl9-Jun-10 22:45
sujithkumarsl9-Jun-10 22:45 
AnswerRe: Memory allocation for List Pin
Peace ON9-Jun-10 23:05
Peace ON9-Jun-10 23:05 
AnswerRe: Memory allocation for List Pin
Luc Pattyn10-Jun-10 1:42
sitebuilderLuc Pattyn10-Jun-10 1:42 
AnswerRe: Memory allocation for List Pin
Anshul R10-Jun-10 20:05
Anshul R10-Jun-10 20:05 
GeneralRe: Memory allocation for List Pin
Luc Pattyn11-Jun-10 1:51
sitebuilderLuc Pattyn11-Jun-10 1:51 
QuestionValue type in Stack??? Pin
sujithkumarsl9-Jun-10 20:44
sujithkumarsl9-Jun-10 20:44 
AnswerRe: Value type in Stack??? Pin
Richard MacCutchan9-Jun-10 21:32
mveRichard MacCutchan9-Jun-10 21:32 
AnswerRe: Value type in Stack??? Pin
LookSharp11-Jun-10 16:00
LookSharp11-Jun-10 16:00 
QuestionHow to hide Data Directory in VB 2.0 Pin
cyberexel9-Jun-10 15:37
cyberexel9-Jun-10 15:37 
AnswerRe: How to hide Data Directory in VB 2.0 Pin
Dave Kreskowiak9-Jun-10 17:19
mveDave Kreskowiak9-Jun-10 17:19 
GeneralRe: How to hide Data Directory in vs VB 2005 Pin
cyberexel12-Jun-10 18:08
cyberexel12-Jun-10 18:08 
GeneralRe: How to hide Data Directory in vs VB 2005 Pin
Pete O'Hanlon13-Jun-10 4:11
mvePete O'Hanlon13-Jun-10 4:11 
GeneralRe: How to hide Data Directory in vs VB 2005 Pin
Dave Kreskowiak13-Jun-10 5:17
mveDave Kreskowiak13-Jun-10 5:17 
GeneralRe: How to hide Data Directory in vs VB 2005 Pin
cyberexel14-Jun-10 23:16
cyberexel14-Jun-10 23:16 

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.