objCompilerResults.Errors.Count
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi.. in my application i have implemented runtime compilatio of C# code.. its working fine.. Knowingly i made 7 to 8 mistakes in C# code and passed it to the CodeDomProvider's object.. after compilation it throws the errors.. but instead of displaying all the 7 errors.. it display only 4 errors. i tried to set the capacity of the Errors list.. that is
objCompilerResults.Errors.Capacity = 100
but still gets the same. Plz help me how to get all the errors. regards, nas