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

How to understand 2 main() functions after using uftrace to profile the C++ program? -

c# - Update a combobox from a presenter (MVP) -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -