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

sql server - NHibernate incorrectly creating ManyToMany table - Cannot define PRIMARY KEY constraint on nullable column error -

All overlapping substrings matching a java regex -

c++ - Using OpenSSL in a multi-threaded application -