Click here to Skip to main content
15,892,005 members
Home / Discussions / C#
   

C#

 
GeneralRe: Declaration in C# Pin
deviduttayahoo28-Oct-07 22:03
deviduttayahoo28-Oct-07 22:03 
AnswerRe: Declaration in C# Pin
Steve Echols28-Oct-07 5:26
Steve Echols28-Oct-07 5:26 
QuestionNew to C# - Socket, Read/Write problem. Pin
unknown_Sheep28-Oct-07 4:25
unknown_Sheep28-Oct-07 4:25 
Questionmulticolor DataGridView Pin
Assaf8228-Oct-07 3:19
Assaf8228-Oct-07 3:19 
AnswerRe: multicolor DataGridView Pin
Giorgi Dalakishvili28-Oct-07 3:50
mentorGiorgi Dalakishvili28-Oct-07 3:50 
GeneralRe: multicolor DataGridView Pin
Assaf8228-Oct-07 4:09
Assaf8228-Oct-07 4:09 
GeneralRe: multicolor DataGridView Pin
Giorgi Dalakishvili28-Oct-07 4:16
mentorGiorgi Dalakishvili28-Oct-07 4:16 
QuestionNamespace and Dataset! Pin
khalidelmeknesi28-Oct-07 3:10
khalidelmeknesi28-Oct-07 3:10 
I have an DataSet with 2 tables. In one of the 2 TableAdapters are some methods I will use in an other method..So I made this code:

protected void Button1_Click1(object sender, EventArgs e)
{
PersoonTableAdapter data = new PersoonTableAdapter();
}

I will make an object of the tableadapter. It gives me an error abbout:

The type or namespace name 'PersoonTableAdapter' could not be found (are you missing a using directive or an assembly reference?)

I will add now a namespace like:

using rooster.DataSetRooster;
using rooster.app_code.DataSetRooster;
using PersoonTableAdapter;

But they all not work..

See here my dataset and my code:

picture 1
picture 2
AnswerRe: Namespace and Dataset! Pin
Paul Conrad28-Oct-07 6:35
professionalPaul Conrad28-Oct-07 6:35 
GeneralRe: Namespace and Dataset! Pin
khalidelmeknesi28-Oct-07 16:26
khalidelmeknesi28-Oct-07 16:26 
GeneralRe: Namespace and Dataset! Pin
Paul Conrad28-Oct-07 16:53
professionalPaul Conrad28-Oct-07 16:53 
QuestionLicensing in .NET Pin
danielk_28-Oct-07 2:33
danielk_28-Oct-07 2:33 
AnswerRe: Licensing in .NET Pin
Scott Dorman28-Oct-07 3:24
professionalScott Dorman28-Oct-07 3:24 
GeneralRe: Licensing in .NET Pin
jmcc2k24-Nov-10 17:37
jmcc2k24-Nov-10 17:37 
QuestionGraph Pin
babbelfisken28-Oct-07 2:05
babbelfisken28-Oct-07 2:05 
AnswerRe: Graph Pin
Robert Rohde28-Oct-07 2:10
Robert Rohde28-Oct-07 2:10 
QuestionArray as a buffer in multithreading Pin
szolDat28-Oct-07 1:37
szolDat28-Oct-07 1:37 
AnswerRe: Array as a buffer in multithreading Pin
Robert Rohde28-Oct-07 2:21
Robert Rohde28-Oct-07 2:21 
AnswerRe: Array as a buffer in multithreading Pin
Guffa28-Oct-07 3:37
Guffa28-Oct-07 3:37 
GeneralRe: Array as a buffer in multithreading Pin
szolDat28-Oct-07 7:53
szolDat28-Oct-07 7:53 
AnswerRe: Array as a buffer in multithreading Pin
Guffa28-Oct-07 10:09
Guffa28-Oct-07 10:09 
AnswerRe: Array as a buffer in multithreading Pin
szolDat28-Oct-07 10:40
szolDat28-Oct-07 10:40 
GeneralRe: Array as a buffer in multithreading Pin
Guffa29-Oct-07 11:59
Guffa29-Oct-07 11:59 
AnswerRe: Array as a buffer in multithreading Pin
szolDat29-Oct-07 12:53
szolDat29-Oct-07 12:53 
QuestionControls Display Delay Pin
half-life28-Oct-07 0:39
half-life28-Oct-07 0:39 

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.