visual studio - Beginner: The name does not exist -
i ask question, because either uncommon, or common google not anymore. have pretty basic c# solution, containing 3 folders models, viewmodels , views.
in xaml reference models using:
xmlns:models="clr-namespace:cimanager.models"
then type "models:" , intellisense suggestest
models:selecteditemcontentconverter"
great!
but once typed, hits me "the name "selcteditemtocontentconverter" not exist.. yadayada
i have read sooo many threads regarding this, , tried build/rebuild/run admin/delete bin.
if copy selecteditemcontentconverter.cs file viewmodels instead, , reference that, works.
why intellisense suggest file if not exist?
Comments
Post a Comment