Click here to Skip to main content
15,913,027 members
Home / Discussions / C#
   

C#

 
AnswerRe: Project planner Calender Pin
Vasudevan Deepak Kumar6-Dec-06 0:53
Vasudevan Deepak Kumar6-Dec-06 0:53 
QuestionDoes any proper .NET image aquisition method exist? Pin
Red_Wizard_Shot_The_Food5-Dec-06 22:17
Red_Wizard_Shot_The_Food5-Dec-06 22:17 
AnswerRe: Does any proper .NET image aquisition method exist? Pin
Christian Graus5-Dec-06 23:26
protectorChristian Graus5-Dec-06 23:26 
Questionhow to implement shell exec in .net... (Bug in .NET?) Pin
jamesjk5-Dec-06 21:33
jamesjk5-Dec-06 21:33 
AnswerRe: how to implement shell exec in .net... (Bug in .NET?) Pin
Christian Graus5-Dec-06 21:54
protectorChristian Graus5-Dec-06 21:54 
GeneralRe: how to implement shell exec in .net... (Bug in .NET?) Pin
jamesjk5-Dec-06 23:11
jamesjk5-Dec-06 23:11 
GeneralRe: how to implement shell exec in .net... (Bug in .NET?) Pin
Christian Graus5-Dec-06 23:24
protectorChristian Graus5-Dec-06 23:24 
AnswerRe: how to implement shell exec in .net... (Bug in .NET?) Pin
Dave Kreskowiak6-Dec-06 4:49
mveDave Kreskowiak6-Dec-06 4:49 
Actually, the problem is with the Process class under the .NET Framework 1.0 and 1.1 (Visual Studio .NET 2002 and 2003). The Process class depends on getting process information from the Performance Counters. But, Windows Server 2003 doesn't support giving performance counter information to non-Admin users, so it breaks the functionality of the Process class.

This problem was fixed in the .NET Framework 2.0 (Visual Studio .NET 2005) because the Process class was re-written to not depend on the performance counter information.


Dave Kreskowiak
Microsoft MVP - Visual Basic


GeneralRe: how to implement shell exec in .net... (Bug in .NET?) Pin
jamesjk6-Dec-06 16:51
jamesjk6-Dec-06 16:51 
GeneralRe: how to implement shell exec in .net... (Bug in .NET?) Pin
Dave Kreskowiak7-Dec-06 8:12
mveDave Kreskowiak7-Dec-06 8:12 
QuestionHow to draw rounded rectangle? Pin
god4k5-Dec-06 21:09
god4k5-Dec-06 21:09 
AnswerRe: How to draw rounded rectangle? Pin
Christian Graus5-Dec-06 21:56
protectorChristian Graus5-Dec-06 21:56 
AnswerRe: How to draw rounded rectangle? Pin
Mandaar Kulkarni5-Dec-06 22:37
Mandaar Kulkarni5-Dec-06 22:37 
Questionmultiple dropdowns in propertygrid Pin
Tanuja1235-Dec-06 21:07
Tanuja1235-Dec-06 21:07 
QuestionAdd a user to a group Pin
quiteSmart5-Dec-06 20:09
quiteSmart5-Dec-06 20:09 
AnswerRe: Add a user to a group Pin
stancrm6-Dec-06 2:02
stancrm6-Dec-06 2:02 
QuestionWindows Service Pin
nidheeshkayal5-Dec-06 17:44
nidheeshkayal5-Dec-06 17:44 
QuestionSelecting a datagrid row for updation Pin
Deepasubramanian5-Dec-06 16:29
Deepasubramanian5-Dec-06 16:29 
QuestionTricky C# questions... Pin
swjam5-Dec-06 14:57
swjam5-Dec-06 14:57 
AnswerRe: Tricky C# questions... Pin
Not Active5-Dec-06 15:13
mentorNot Active5-Dec-06 15:13 
AnswerRe: Tricky C# questions... Pin
V.5-Dec-06 22:09
professionalV.5-Dec-06 22:09 
QuestionBinding DataGridView to a DataTable - skipping binding some of the columns in the DataTable Pin
Athadu5-Dec-06 14:38
Athadu5-Dec-06 14:38 
QuestionActionscript & C# Pin
Revant Jain5-Dec-06 13:34
Revant Jain5-Dec-06 13:34 
AnswerRe: Actionscript & C# Pin
Vasudevan Deepak Kumar6-Dec-06 0:56
Vasudevan Deepak Kumar6-Dec-06 0:56 
QuestionInserting ListItem controls inside DropDownList controls contained in a Datalist control Pin
tedhill135-Dec-06 12:43
tedhill135-Dec-06 12:43 

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.