Click here to Skip to main content
15,900,108 members
Home / Discussions / C#
   

C#

 
GeneralRe: Reference: Object reference not set to an instance of an object. Pin
Gerry Schmitz25-Apr-12 8:51
mveGerry Schmitz25-Apr-12 8:51 
QuestionDeserialize xml file having namespaces Pin
NarVish24-Apr-12 3:38
NarVish24-Apr-12 3:38 
AnswerRe: Deserialize xml file having namespaces Pin
Gerry Schmitz25-Apr-12 8:55
mveGerry Schmitz25-Apr-12 8:55 
QuestionComparing two files Pin
MichCl24-Apr-12 3:17
MichCl24-Apr-12 3:17 
AnswerRe: Comparing two files Pin
Sentenryu24-Apr-12 7:10
Sentenryu24-Apr-12 7:10 
GeneralRe: Comparing two files Pin
MichCl24-Apr-12 9:31
MichCl24-Apr-12 9:31 
Questionproject for face detection and recognition Pin
baskaran chellasamy24-Apr-12 2:10
baskaran chellasamy24-Apr-12 2:10 
AnswerCross posted. Pin
Pete O'Hanlon24-Apr-12 2:20
mvePete O'Hanlon24-Apr-12 2:20 
QuestionSql Compact Deployment with C# Pin
teknolog12323-Apr-12 23:27
teknolog12323-Apr-12 23:27 
QuestionASP.Net Pin
fire_hawk23-Apr-12 21:49
fire_hawk23-Apr-12 21:49 
AnswerRe: ASP.Net Pin
Mycroft Holmes23-Apr-12 21:58
professionalMycroft Holmes23-Apr-12 21:58 
GeneralRe: ASP.Net Pin
Pete O'Hanlon23-Apr-12 22:05
mvePete O'Hanlon23-Apr-12 22:05 
GeneralRe: ASP.Net Pin
Vipin_Arora24-Apr-12 1:16
Vipin_Arora24-Apr-12 1:16 
Questionjagged array error message Pin
mpvkrishnadhar23-Apr-12 20:16
mpvkrishnadhar23-Apr-12 20:16 
hi
learned jagged array today and was working with them! came across two error messages

int [][]j1=new int[][];

now i get two error messages displayed

1) when i keep my cursor/pointer on the new int part then i get to see the following error message

"Wrong number of indices inside[];excepted1"

2) when i keep my cursor/pointer on the indices then the following error message is displayed

"Array creation must have array size or array "initializer".

2nd error message is pretty straight forward as it explains about the need to declare an array(row) size or initialize the(row)array in case of JAGGED ARRAYS

my question here is what is the meaning of the first error message;

modified 24-Apr-12 3:15am.

AnswerRe: jagged array error message Pin
Satish Pai23-Apr-12 20:59
Satish Pai23-Apr-12 20:59 
GeneralRe: jagged array error message Pin
mpvkrishnadhar23-Apr-12 21:14
mpvkrishnadhar23-Apr-12 21:14 
AnswerRe: jagged array error message Pin
Richard MacCutchan23-Apr-12 21:23
mveRichard MacCutchan23-Apr-12 21:23 
AnswerRe: jagged array error message Pin
OriginalGriff23-Apr-12 21:37
mveOriginalGriff23-Apr-12 21:37 
GeneralRe: jagged array error message Pin
mpvkrishnadhar23-Apr-12 22:08
mpvkrishnadhar23-Apr-12 22:08 
GeneralRe: jagged array error message Pin
OriginalGriff23-Apr-12 22:12
mveOriginalGriff23-Apr-12 22:12 
QuestionCreateDecryptor for the code! Pin
jojoba201123-Apr-12 19:56
jojoba201123-Apr-12 19:56 
Generali want to post some articles. Pin
Chandrakanth.Veggalam23-Apr-12 19:26
Chandrakanth.Veggalam23-Apr-12 19:26 
GeneralRe: i want to post some articles. Pin
Mycroft Holmes23-Apr-12 20:54
professionalMycroft Holmes23-Apr-12 20:54 
Generali want to post some articles. Pin
Chandrakanth.Veggalam23-Apr-12 19:25
Chandrakanth.Veggalam23-Apr-12 19:25 
GeneralRe: i want to post some articles. Pin
Vipin_Arora23-Apr-12 19:31
Vipin_Arora23-Apr-12 19:31 

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.