Click here to Skip to main content
16,004,882 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: hi please help me out Pin
Dave Kreskowiak2-Oct-06 8:39
mveDave Kreskowiak2-Oct-06 8:39 
QuestionControlling Video Camera &Streaming using C#.NET Pin
hazarian30-Sep-06 22:08
hazarian30-Sep-06 22:08 
AnswerRe: Controlling Video Camera &Streaming using C#.NET Pin
hazarian8-Oct-06 21:31
hazarian8-Oct-06 21:31 
QuestionHow to count users loged in the terminal server ? [modified] Pin
Glen Liu29-Sep-06 7:09
Glen Liu29-Sep-06 7:09 
AnswerRe: How to count users loged in the terminal server ? Pin
zhengdong jin29-Sep-06 19:42
zhengdong jin29-Sep-06 19:42 
QuestionPersist Control Properties Pin
Brady Kelly29-Sep-06 1:54
Brady Kelly29-Sep-06 1:54 
Question.NET ver 1.1 Vs .NET ver 2.0 Pin
Exelioindia28-Sep-06 23:39
Exelioindia28-Sep-06 23:39 
AnswerRe: .NET ver 1.1 Vs .NET ver 2.0 Pin
Mike Dimmick29-Sep-06 6:52
Mike Dimmick29-Sep-06 6:52 
You have to create at least one separate application pool for your .NET 2.0 applications. An application pool uses a single (pool of) worker processes, W3WP.EXE. A process can only load one version of the .NET CLR in its lifetime. If they share a pool, whichever version of the framework loads first will be the only version running in that pool. This can cause .NET 2.0 applications to fail if they end up running on 1.1 or vice versa.

Stability. What an interesting concept. -- Chris Maunder

QuestioniCal and .net Pin
McBainUK28-Sep-06 21:52
McBainUK28-Sep-06 21:52 
QuestionHow to Bind dynamic Dataset to crystal report Pin
hmcu28-Sep-06 17:17
hmcu28-Sep-06 17:17 
AnswerRe: How to Bind dynamic Dataset to crystal report Pin
sujith3128-Sep-06 19:01
sujith3128-Sep-06 19:01 
GeneralRe: How to Bind dynamic Dataset to crystal report Pin
hmcu1-Oct-06 17:21
hmcu1-Oct-06 17:21 
QuestionGraphics.FromImage(myMetafile) throws OutOfMemoryException. WHY? Pin
Andy San28-Sep-06 5:40
Andy San28-Sep-06 5:40 
QuestionOpenGL and .NET Windows Forms application Pin
yellowine28-Sep-06 4:43
yellowine28-Sep-06 4:43 
QuestionNot able to attach my code to .NET Process Pin
He is Cool28-Sep-06 1:32
He is Cool28-Sep-06 1:32 
QuestionWindows Forms possible bug Pin
Csupor Jenő27-Sep-06 13:11
Csupor Jenő27-Sep-06 13:11 
AnswerRe: Windows Forms possible bug Pin
Dave Kreskowiak27-Sep-06 13:38
mveDave Kreskowiak27-Sep-06 13:38 
GeneralRe: Windows Forms possible bug Pin
Csupor Jenő27-Sep-06 13:53
Csupor Jenő27-Sep-06 13:53 
GeneralRe: Windows Forms possible bug Pin
Dave Kreskowiak27-Sep-06 14:02
mveDave Kreskowiak27-Sep-06 14:02 
GeneralRe: Windows Forms possible bug Pin
Csupor Jenő27-Sep-06 14:32
Csupor Jenő27-Sep-06 14:32 
GeneralRe: Windows Forms possible bug Pin
Dave Kreskowiak27-Sep-06 14:10
mveDave Kreskowiak27-Sep-06 14:10 
QuestionRaising Events in .Net Pin
ravindradonkada27-Sep-06 9:11
ravindradonkada27-Sep-06 9:11 
AnswerRe: Raising Events in .Net Pin
Guffa27-Sep-06 10:15
Guffa27-Sep-06 10:15 
AnswerRe: Raising Events in .Net Pin
Christian Graus27-Sep-06 15:21
protectorChristian Graus27-Sep-06 15:21 
AnswerRe: Raising Events in .Net Pin
f*** YOU27-Sep-06 18:39
f*** YOU27-Sep-06 18:39 

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.