Caliburn.micro View ViewModel name resolution issue
        Posted  
        
            by 
                user1459773
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user1459773
        
        
        
        Published on 2012-06-15T21:35:00Z
        Indexed on 
            2012/06/16
            3:16 UTC
        
        
        Read the original article
        Hit count: 234
        
I am using a namespace called ComShorCaliburnWPF.ViewModules.Views.ShortMenuWindows.GWDSCT on my View.xaml and View.cs, for my ViewModel.cs and my IoC container I am using ComShorCaliburnWPF.ViewModules.Views.ShortMenuWindows.GWDSCT. When I remove the GWDSCT at the end it works fine, but in its current state it does not. I would like it to work how it is now because it accurately reflects where the files are located. Any suggestions?
© Stack Overflow or respective owner