The type name does not exist in the type c# within InitializeComponent() -


i stuck on error, problem whenever try add object datagrid form , link sql database able preview data fine. upon compiling getting above error the type not exit in type - when double click on error takes me initializecomponent() method.

here sample of code error occurring :

this.wordsdataset = new spellingapplication.wordsdataset(); this.wordlisttableadapter = new wordapplication.wordsdatasettableadapters.wordlisttableadapter(); 

so doing @ stage selecting object datagrid toolbox placing on form , linking object sql via small arrow , able preview data , error when compiling.

i have read stack overflow threads , unable correct problem

within project properties application set .net framework 4.5 , build application target @ x64 per suggested of treads on here.

any appreciated , if can clarify answer in simple terms / provide step step instructions appreciated newbie c# / vs2015

hi guys have fix error

thanks tread the type name 'datasettableadapters' not exist in type

i renamded namespace folder structure correct :

this.worddataset = new spellingapplication.worddataset(); this.worddataset = new worddataset(); fix

this applies tableadapter once again there no stupid question ask or way of asking , please feel free ask question on tread newbie advancing in software engineering , glad help.


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -