问题描述
错误如下图<UserControlx:Class="Platform.Modules.Settings.orgnizeView"xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"xmlns:d="http://schemas.microsoft.com/expression/blend/2008"xmlns:dxmvvm="http://schemas.devexpress.com/winfx/2008/xaml/mvvm"xmlns:ViewModels="clr-namespace:Platform.Modules.Settings"mc:Ignorable="d"d:DesignHeight="300"d:DesignWidth="300"><UserControl.DataContext><ViewModels:orgnizeViewModel/></UserControl.DataContext><Grid></Grid></UserControl>
这个类是我自己写的viewmodel类,确实是存在于这个命名空间内的,但是vs2015却提示我不存在,实在是百思不得其解,最可恨的是我输入<ViewModels:的时候VS还联想出了这个类...........还请各位解答下我的疑惑
解决方案
本帖最后由 qqlovehk 于 2015-12-24 23:34:27 编辑
解决方案二:
顶一下,看看缺少什么吧,有时候有提示也可以忽略的
解决方案三:
解决方案四:
引用2楼andywangguanxi的回复:但是我这个是在同一程序集里面的,你看看最后面的那张截图
解决方案五:
是不是冲突了?