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

Popular posts from this blog

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

android - ConstraintLayout: Realign baseline constraint in case if dependent view visibility was set to GONE -

c# - Populating Gridview inside Listview ItemTemplate On Web User Control from Code Behind -