Click here to Skip to main content
15,907,233 members
Home / Discussions / C#
   

C#

 
Question.NET Connection pooling max/min setting vs Perfmon Pin
devvvy22-Nov-08 20:25
devvvy22-Nov-08 20:25 
AnswerRe: .NET Connection pooling max/min setting vs Perfmon Pin
Dave Kreskowiak23-Nov-08 5:13
mveDave Kreskowiak23-Nov-08 5:13 
GeneralRe: .NET Connection pooling max/min setting vs Perfmon Pin
devvvy23-Nov-08 15:22
devvvy23-Nov-08 15:22 
GeneralRe: .NET Connection pooling max/min setting vs Perfmon Pin
Dave Kreskowiak24-Nov-08 16:36
mveDave Kreskowiak24-Nov-08 16:36 
Questionsignature of _inp and _outp in msvcrt.dll Pin
asugix22-Nov-08 16:25
asugix22-Nov-08 16:25 
QuestionThread.Abort and IL Pin
devvvy22-Nov-08 13:27
devvvy22-Nov-08 13:27 
AnswerRe: Thread.Abort and IL Pin
Guffa22-Nov-08 14:16
Guffa22-Nov-08 14:16 
GeneralRe: Thread.Abort and IL Pin
devvvy22-Nov-08 14:34
devvvy22-Nov-08 14:34 
GeneralRe: Thread.Abort and IL Pin
Guffa22-Nov-08 17:01
Guffa22-Nov-08 17:01 
GeneralRe: Thread.Abort and IL Pin
devvvy22-Nov-08 17:03
devvvy22-Nov-08 17:03 
QuestionUSB + C# Pin
E_Gold22-Nov-08 8:34
E_Gold22-Nov-08 8:34 
AnswerRe: USB + C# Pin
Christian Graus22-Nov-08 8:52
protectorChristian Graus22-Nov-08 8:52 
GeneralRe: USB + C# Pin
E_Gold22-Nov-08 9:15
E_Gold22-Nov-08 9:15 
GeneralRe: USB + C# Pin
Christian Graus22-Nov-08 9:56
protectorChristian Graus22-Nov-08 9:56 
GeneralRe: USB + C# PinPopular
Luc Pattyn22-Nov-08 9:27
sitebuilderLuc Pattyn22-Nov-08 9:27 
GeneralRe: USB + C# Pin
Wendelius22-Nov-08 10:56
mentorWendelius22-Nov-08 10:56 
QuestionWM_NCCALCSIZE resizing form continuously Pin
Chris Copeland22-Nov-08 8:09
mveChris Copeland22-Nov-08 8:09 
Questionrichtextbox handle keyup and keydown events Pin
Stephen Po22-Nov-08 6:14
Stephen Po22-Nov-08 6:14 
AnswerRe: richtextbox handle keyup and keydown events Pin
derm222-Nov-08 7:28
derm222-Nov-08 7:28 
Questionc# Window form Data grid view columns show hide problem Pin
veereshIndia22-Nov-08 6:08
veereshIndia22-Nov-08 6:08 
QuestionListview: Make left and right arrow keys jump rows if needed Pin
derm222-Nov-08 4:58
derm222-Nov-08 4:58 
QuestionC# - Raw Socket, Packet filter Pin
Member 468084422-Nov-08 4:02
Member 468084422-Nov-08 4:02 
AnswerRe: C# - Raw Socket, Packet filter Pin
Dave Kreskowiak22-Nov-08 4:29
mveDave Kreskowiak22-Nov-08 4:29 
Member 4680844 wrote:
I''m using Windows Vista and VS 2008 Express.


Yeah, RAW packets are off-limits to all user accounts. THe only account that can create RAW packets only under an Administrator account. It's been that way since SP2 came out for Windows XP.


Member 4680844 wrote:
I try to run this code on VS 2005 and it was fine...no exception.


Speaking of XP, was this code under 2005 perhaps running under Windows XP or XP SP1?? Under XP and XP SP1, normal user accounts could create RAW packets without any issues. The same code, running under the same account, will not work under XP SP2 and above.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




GeneralRe: C# - Raw Socket, Packet filter Pin
Member 468084422-Nov-08 10:01
Member 468084422-Nov-08 10:01 
GeneralRe: C# - Raw Socket, Packet filter Pin
Dave Kreskowiak22-Nov-08 12:25
mveDave Kreskowiak22-Nov-08 12:25 

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.