.net - How to access components inside a project folder? -


i writing first vb.net app , encountered difficulties. added folder project called 'appdata' in added new ado.net entity data model (database first). first problem able create component cannot see generated model classes (when doing same thing in c# project don't have problem)

the second problem when trying access folder 'appdata' created. in c# declare instance referencing folder name first: appdata.someclassname instance;

but when trying similar thing in vb.net like: dim instance appdata.someclassname compile error says : 'appdata' not declared. may inaccessible due protection level

thanks lot whom help.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -