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.

enter image description here

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

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -