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

C#

 
QuestionPixel operations on a very large image in c# Pin
safee ullah30-Aug-07 16:18
safee ullah30-Aug-07 16:18 
AnswerRe: Pixel operations on a very large image in c# Pin
Judah Gabriel Himango30-Aug-07 17:27
sponsorJudah Gabriel Himango30-Aug-07 17:27 
AnswerRe: Pixel operations on a very large image in c# Pin
ekynox30-Aug-07 19:10
ekynox30-Aug-07 19:10 
AnswerRe: Pixel operations on a very large image in c# Pin
mav.northwind30-Aug-07 19:41
mav.northwind30-Aug-07 19:41 
Questionhow to enable Real-Time Communications program to call SIP server? Pin
belindasobrielo30-Aug-07 16:08
belindasobrielo30-Aug-07 16:08 
AnswerRe: how to enable Real-Time Communications program to call SIP server? Pin
Judah Gabriel Himango30-Aug-07 17:25
sponsorJudah Gabriel Himango30-Aug-07 17:25 
GeneralRe: how to enable Real-Time Communications program to call SIP server? Pin
belindasobrielo30-Aug-07 19:54
belindasobrielo30-Aug-07 19:54 
QuestionDataSets and Adapters [modified] Pin
MAW3030-Aug-07 12:52
MAW3030-Aug-07 12:52 
I solved the problem below, what I found was that when I built in data relations into the dataset it created the problem described. How do I build a data relation into my tables without getting the error.



I have a DataSet with 5 tables and a Form with tabs and a grid on each tab to view the data in the DataSet. I have used the add datasource to attach the DataSet DataBinder, and DataAdapter to the grids. However when I try call the form I get the following error message concerning my DataSet:

"Object reference not set to an instance of an object."

Yet the following line is in my code.

this.dataSet_I = new AnalysisCSLib.DataSets.DataSet_I();

Furthermore from other classes I have received the same message and also received a message stating Parent and Child Columns not set or something similar.

Any ideas as to what the problem is here, I would greatly appreciate your help.
Thanks in advance.

Michael




-- modified at 21:59 Thursday 30th August, 2007
AnswerRe: DataSets and Adapters Pin
Judah Gabriel Himango30-Aug-07 17:23
sponsorJudah Gabriel Himango30-Aug-07 17:23 
GeneralRe: DataSets and Adapters Pin
MAW3030-Aug-07 20:05
MAW3030-Aug-07 20:05 
GeneralRe: DataSets and Adapters Pin
Judah Gabriel Himango31-Aug-07 4:09
sponsorJudah Gabriel Himango31-Aug-07 4:09 
Questionparallel programming in c#????????? Pin
mr.mohsen30-Aug-07 12:29
mr.mohsen30-Aug-07 12:29 
AnswerRe: parallel programming in c#????????? Pin
Judah Gabriel Himango30-Aug-07 12:37
sponsorJudah Gabriel Himango30-Aug-07 12:37 
GeneralRe: parallel programming in c#????????? Pin
Scott Dorman30-Aug-07 15:57
professionalScott Dorman30-Aug-07 15:57 
GeneralRe: parallel programming in c#????????? Pin
Judah Gabriel Himango30-Aug-07 17:13
sponsorJudah Gabriel Himango30-Aug-07 17:13 
GeneralRe: parallel programming in c#????????? Pin
Patrick Etc.30-Aug-07 18:08
Patrick Etc.30-Aug-07 18:08 
GeneralRe: parallel programming in c#????????? Pin
Judah Gabriel Himango31-Aug-07 3:53
sponsorJudah Gabriel Himango31-Aug-07 3:53 
GeneralRe: parallel programming in c#????????? Pin
Patrick Etc.31-Aug-07 4:50
Patrick Etc.31-Aug-07 4:50 
GeneralRe: parallel programming in c#????????? Pin
Scott Dorman31-Aug-07 5:53
professionalScott Dorman31-Aug-07 5:53 
GeneralRe: parallel programming in c#????????? Pin
pbraun31-Aug-07 5:52
pbraun31-Aug-07 5:52 
GeneralRe: parallel programming in c#????????? Pin
Judah Gabriel Himango31-Aug-07 8:11
sponsorJudah Gabriel Himango31-Aug-07 8:11 
GeneralRe: parallel programming in c#????????? Pin
pbraun31-Aug-07 10:53
pbraun31-Aug-07 10:53 
GeneralRe: parallel programming in c#????????? Pin
Judah Gabriel Himango1-Sep-07 8:50
sponsorJudah Gabriel Himango1-Sep-07 8:50 
AnswerRe: parallel programming in c#????????? Pin
ekynox30-Aug-07 15:38
ekynox30-Aug-07 15:38 
GeneralRe: parallel programming in c#????????? Pin
Judah Gabriel Himango31-Aug-07 4:07
sponsorJudah Gabriel Himango31-Aug-07 4:07 

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.