c# - Can't reference dataset in visual studio 2010 Express -
for reason i'm getting error states can't find dataset in project when there. i've attached screenshot, notice red squares i've drawn on screenshot. datasource there, database there, still getting error in code.
getting frustrating!! there i'm missing here??
just because dataset in project not mean can reference in class. need create instance of dataset in class.
honestralphsusedcarsdataset yourdataset = new honestralphsusedcarsdataset();
edit: typo in original post, if copy/pasted before, try now.
Comments
Post a Comment