Click here to Skip to main content
15,890,506 members
Home / Discussions / C#
   

C#

 
Questionconvert string[]/byte to bool[] Pin
hasan hadi27-May-15 16:47
hasan hadi27-May-15 16:47 
AnswerRe: convert string[]/byte to bool[] Pin
dan!sh 27-May-15 18:24
professional dan!sh 27-May-15 18:24 
GeneralRe: convert string[]/byte to bool[] Pin
hasan hadi28-May-15 2:28
hasan hadi28-May-15 2:28 
GeneralRe: convert string[]/byte to bool[] Pin
hasan hadi28-May-15 19:34
hasan hadi28-May-15 19:34 
GeneralRe: convert string[]/byte to bool[] Pin
Armugam Indrani28-May-15 23:24
professionalArmugam Indrani28-May-15 23:24 
QuestionTFS Workitem type task Save failed. Pin
Member 1067824227-May-15 3:12
Member 1067824227-May-15 3:12 
AnswerRe: TFS Workitem type task Save failed. Pin
Dave Kreskowiak27-May-15 3:58
mveDave Kreskowiak27-May-15 3:58 
GeneralRe: TFS Workitem type task Save failed. Pin
Member 1067824227-May-15 18:41
Member 1067824227-May-15 18:41 
Thanks sir for your reply. Even I know its most generic error. my code is simple like


WorkItemType workItemType = teamProject.WorkItemTypes["Task"];

for(int i=0;i<100;i++)
{
WorkItem task = new WorkItem(workItemType);
task.Fields["somefield"].Value = "somevalue";
task.save();

}

exception comes at task.save. and value of I varies some times 2, some times 4 even some times it reaches 60.
GeneralRe: TFS Workitem type task Save failed. Pin
Dave Kreskowiak28-May-15 1:22
mveDave Kreskowiak28-May-15 1:22 
QuestionHow to calculate Size of a variable at runtime ? Not the datatype size. Pin
Gyana_Ranjan Dash26-May-15 21:14
Gyana_Ranjan Dash26-May-15 21:14 
AnswerRe: How to calculate Size of a variable at runtime ? Not the datatype size. Pin
Richard MacCutchan26-May-15 21:51
mveRichard MacCutchan26-May-15 21:51 
AnswerRe: How to calculate Size of a variable at runtime ? Not the datatype size. Pin
Simon_Whale26-May-15 22:01
Simon_Whale26-May-15 22:01 
AnswerRe: How to calculate Size of a variable at runtime ? Not the datatype size. Pin
OriginalGriff26-May-15 23:49
mveOriginalGriff26-May-15 23:49 
GeneralRe: How to calculate Size of a variable at runtime ? Not the datatype size. Pin
Gyana_Ranjan Dash27-May-15 1:10
Gyana_Ranjan Dash27-May-15 1:10 
GeneralRe: How to calculate Size of a variable at runtime ? Not the datatype size. Pin
Richard Deeming27-May-15 1:20
mveRichard Deeming27-May-15 1:20 
GeneralRe: How to calculate Size of a variable at runtime ? Not the datatype size. Pin
OriginalGriff27-May-15 1:23
mveOriginalGriff27-May-15 1:23 
GeneralRe: How to calculate Size of a variable at runtime ? Not the datatype size. Pin
Gyana_Ranjan Dash27-May-15 19:59
Gyana_Ranjan Dash27-May-15 19:59 
GeneralRe: How to calculate Size of a variable at runtime ? Not the datatype size. Pin
harold aptroot27-May-15 2:58
harold aptroot27-May-15 2:58 
Questionwhy no edit-flag at design-time, no compile-time error on this code abomination ? Pin
BillWoodruff26-May-15 10:48
professionalBillWoodruff26-May-15 10:48 
AnswerRe: why no edit-flag at design-time, no compile-time error on this code abomination ? Pin
Sascha Lefèvre26-May-15 11:17
professionalSascha Lefèvre26-May-15 11:17 
QuestionC# -> PHP/MYSQL Pin
Zell Kennedy26-May-15 4:02
Zell Kennedy26-May-15 4:02 
AnswerRe: C# -> PHP/MYSQL Pin
Bernhard Hiller26-May-15 6:36
Bernhard Hiller26-May-15 6:36 
GeneralRe: C# -> PHP/MYSQL Pin
Zell Kennedy26-May-15 7:30
Zell Kennedy26-May-15 7:30 
QuestionProblem Faced when perform row grouping in excel using c# Pin
Member 1130300726-May-15 2:18
Member 1130300726-May-15 2:18 
QuestionDifference Between Equality Operator ( ==) and .Equals() Method in C# Pin
Gyana_Ranjan Dash25-May-15 20:26
Gyana_Ranjan Dash25-May-15 20:26 

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.