Ticket Q580248
Visible to All Users

The tag 'ViewModelSource' does not exist in XML namespace 'http://schemas.devexpress.com/winfx/2008/xaml/mvvm'

created 11 years ago

This is my very first WPF project, so bear with me if I made any stupid questions…
I'm trying to follow the POCO approach to create ViewModels for a chat application prototype. I've read the article https://community.devexpress.com/blogs/wpf/archive/2013/12/04/devexpress-mvvm-framework-introduction-to-poco-viewmodels.aspx but my application is failing with the error: The tag 'ViewModelSource' does not exist in XML namespace 'http://schemas.devexpress.com/winfx/2008/xaml/mvvm'
I'm attaching the project so that you can reproduce the problem without difficulty at your side.

Answers approved by DevExpress Support

created 11 years ago (modified 11 years ago)

Hi Felipe,
Please add a reference to the DevExpress.Xpf.Core.v13.2 assembly to the application to avoid this problem.
Thanks,
Elliot

    Comments (2)

      That didn't work for me in version 14.2. Any other work around? I get the same error.

      Alexander Russkov (DevExpress) 11 years ago

        Hi Jordan,
        Did you mean 13.2? Version 14.2 has not been released yet. I have added a reference to the "DevExpress.Xpf.Core.v13.2" assembly into your project and it worked properly. I have also added the "local" namespace. Please find the corrected project in the attachment and let us know if you need further assistance.

        Thanks,
        Alexander

        Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

        Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.