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

.NET (Core and Framework)

 
QuestionRemoting with a Windows Service as a component host Pin
pezi_pink26-Mar-07 4:20
pezi_pink26-Mar-07 4:20 
QuestionEncoding StreamReader in C# Compact Framework Pin
vonLochow26-Mar-07 2:34
vonLochow26-Mar-07 2:34 
QuestionGenerating MS Project File Pin
fulbright25-Mar-07 20:45
fulbright25-Mar-07 20:45 
QuestionBook on Plugin-Technology? Pin
Tomerland25-Mar-07 19:42
Tomerland25-Mar-07 19:42 
AnswerRe: Book on Plugin-Technology? Pin
Pete O'Hanlon27-Mar-07 1:14
mvePete O'Hanlon27-Mar-07 1:14 
QuestionStyle / customize the .NET Treeview Control (vertical spaces between nodes) Pin
jnkurz024-Mar-07 7:57
jnkurz024-Mar-07 7:57 
AnswerRe: Style / customize the .NET Treeview Control (vertical spaces between nodes) Pin
Christian Graus24-Mar-07 8:06
protectorChristian Graus24-Mar-07 8:06 
QuestionRe: Style / customize the .NET Treeview Control (vertical spaces between nodes) [modified] Pin
jnkurz025-Mar-07 1:32
jnkurz025-Mar-07 1:32 
QuestionNeed help with forms Pin
thesad24-Mar-07 1:01
thesad24-Mar-07 1:01 
AnswerRe: Need help with forms Pin
Christian Graus24-Mar-07 7:59
protectorChristian Graus24-Mar-07 7:59 
GeneralRe: Need help with forms Pin
thesad24-Mar-07 8:45
thesad24-Mar-07 8:45 
GeneralRe: Need help with forms Pin
Christian Graus24-Mar-07 13:19
protectorChristian Graus24-Mar-07 13:19 
Question.NET-BroadcastEventWindow - No Disk Pin
gmarian23-Mar-07 19:32
gmarian23-Mar-07 19:32 
AnswerRe: .NET-BroadcastEventWindow - No Disk Pin
Luc Pattyn24-Mar-07 2:20
sitebuilderLuc Pattyn24-Mar-07 2:20 
GeneralRe: .NET-BroadcastEventWindow - No Disk Pin
gmarian24-Mar-07 3:07
gmarian24-Mar-07 3:07 
Question.NET cannot find mfc42.lib?? Pin
Wheatbread22-Mar-07 11:35
Wheatbread22-Mar-07 11:35 
AnswerRe: .NET cannot find mfc42.lib?? Pin
Wheatbread22-Mar-07 12:54
Wheatbread22-Mar-07 12:54 
QuestionPorting VS60 projects to .NET 2003 Pin
Wheatbread22-Mar-07 10:07
Wheatbread22-Mar-07 10:07 
AnswerRe: Porting VS60 projects to .NET 2003 Pin
Christian Graus22-Mar-07 10:21
protectorChristian Graus22-Mar-07 10:21 
AnswerRe: Porting VS60 projects to .NET 2003 Pin
Wheatbread22-Mar-07 10:27
Wheatbread22-Mar-07 10:27 
GeneralRe: Porting VS60 projects to .NET 2003 Pin
Dave Kreskowiak22-Mar-07 15:53
mveDave Kreskowiak22-Mar-07 15:53 
GeneralRe: Porting VS60 projects to .NET 2003 Pin
Kevin McFarlane25-Mar-07 3:00
Kevin McFarlane25-Mar-07 3:00 
AnswerRe: Porting VS60 projects to .NET 2003 Pin
Kevin McFarlane25-Mar-07 3:04
Kevin McFarlane25-Mar-07 3:04 
Questionhow to solve the problem occured due to using setupapi.h and Dbt.h header files in my windows service application.. in windows XP and VC++.Net 2005 Pin
anumadhu21-Mar-07 21:31
anumadhu21-Mar-07 21:31 
AnswerRe: how to solve the problem occured due to using setupapi.h and Dbt.h header files in my windows service application.. in windows XP and VC++.Net 2005 Pin
Adadurov22-Mar-07 5:57
Adadurov22-Mar-07 5:57 
are you sure setupapi is supported in windows95?

don't forget that if you want the same exe to run on all versions of windows you mentioned, WINVER must be set to the oldest version of sdk (in your case, win95). and there may be the origin of your problem. list of correct values for WINVER must be in SDK docs.

when i encounter a problem like this i start from taking a look at where compilation error occured and then searching SDK headers for definition of types that seems to be 'undefined', looking for conditional compilation preprocessor directives around their definitions.

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.