Click here to Skip to main content
15,793,018 members
Home / Discussions / C#
   

C#

 
AnswerRe: Error: Object reference not set to an instance of an object in C# Pin
OriginalGriff16-Jan-18 22:12
mvaOriginalGriff16-Jan-18 22:12 
GeneralRe: Error: Object reference not set to an instance of an object in C# Pin
Member 1030297117-Jan-18 3:47
Member 1030297117-Jan-18 3:47 
GeneralRe: Error: Object reference not set to an instance of an object in C# Pin
Pete O'Hanlon17-Jan-18 3:55
subeditorPete O'Hanlon17-Jan-18 3:55 
AnswerRe: Error: Object reference not set to an instance of an object in C# Pin
Ralf Meier16-Jan-18 22:14
professionalRalf Meier16-Jan-18 22:14 
AnswerRe: Error: Object reference not set to an instance of an object in C# Pin
V.16-Jan-18 23:06
professionalV.16-Jan-18 23:06 
GeneralRe: Error: Object reference not set to an instance of an object in C# Pin
Member 1030297117-Jan-18 4:00
Member 1030297117-Jan-18 4:00 
GeneralRe: Error: Object reference not set to an instance of an object in C# Pin
F-ES Sitecore17-Jan-18 5:05
professionalF-ES Sitecore17-Jan-18 5:05 
GeneralRe: Error: Object reference not set to an instance of an object in C# Pin
Pete O'Hanlon17-Jan-18 5:41
subeditorPete O'Hanlon17-Jan-18 5:41 
You can't instantiate an instance of Stream because it's an abstract class. It's expecting you to instantiate one of the many derived stream classes, such as MemoryStream. If you have a class that you can't instantiate, it's either a static class or it's abstract. A quick review of the documentation[^] would have told you that Stream was abstract.
This space for rent

GeneralRe: Error: Object reference not set to an instance of an object in C# Pin
V.18-Jan-18 4:25
professionalV.18-Jan-18 4:25 
QuestionException raised at wpf designer level Pin
abboudi_ammar16-Jan-18 8:35
abboudi_ammar16-Jan-18 8:35 
QuestionHow to convert a query to lambda based Pin
Mou_kol16-Jan-18 2:43
Mou_kol16-Jan-18 2:43 
AnswerRe: How to convert a query to lambda based Pin
OriginalGriff16-Jan-18 2:52
mvaOriginalGriff16-Jan-18 2:52 
GeneralRe: How to convert a query to lambda based Pin
Mou_kol16-Jan-18 4:50
Mou_kol16-Jan-18 4:50 
GeneralRe: How to convert a query to lambda based Pin
Mou_kol24-Jan-18 1:26
Mou_kol24-Jan-18 1:26 
GeneralRe: How to convert a query to lambda based Pin
OriginalGriff24-Jan-18 1:44
mvaOriginalGriff24-Jan-18 1:44 
AnswerRe: How to convert a query to lambda based Pin
Richard Deeming16-Jan-18 4:03
mveRichard Deeming16-Jan-18 4:03 
GeneralRe: How to convert a query to lambda based Pin
Mou_kol16-Jan-18 4:50
Mou_kol16-Jan-18 4:50 
GeneralRe: How to convert a query to lambda based Pin
Mou_kol24-Jan-18 1:35
Mou_kol24-Jan-18 1:35 
Questioncontour plot in visual studio Pin
Member 1362407415-Jan-18 7:27
Member 1362407415-Jan-18 7:27 
AnswerRe: contour plot in visual studio Pin
Richard MacCutchan15-Jan-18 8:15
mveRichard MacCutchan15-Jan-18 8:15 
QuestionI got the error that: Not all code paths return a value Pin
irisemars15-Jan-18 3:15
irisemars15-Jan-18 3:15 
AnswerRe: I got the error that: Not all code paths return a value Pin
Jochen Arndt15-Jan-18 3:22
professionalJochen Arndt15-Jan-18 3:22 
AnswerRe: I got the error that: Not all code paths return a value Pin
OriginalGriff15-Jan-18 5:10
mvaOriginalGriff15-Jan-18 5:10 
QuestionSpeech recognition: Unable to LoadGrammar and no installed recognizer Pin
Mc_Topaz13-Jan-18 4:35
Mc_Topaz13-Jan-18 4:35 
QuestionSelect data from MSSQL database and insert into oracle database Pin
Member 1346617612-Jan-18 3:51
Member 1346617612-Jan-18 3:51 

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.