Is it possible to create a Mono bundle that includes WPF libraries?
        Posted  
        
            by Thiado de Arruda
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Thiado de Arruda
        
        
        
        Published on 2010-06-02T21:55:53Z
        Indexed on 
            2010/06/05
            11:32 UTC
        
        
        Read the original article
        Hit count: 242
        
I know WPF libraries aren´t implemented by mono class library, however(as far as I know) the mono 2.6 runtime is fully compatible with the .NET 2.0/3.5 runtime, so if the WPF libraries only make PInvoke calls to windows api it is theoretically possible to run a wpf application on windows using the mono runtime. The reason for wanting that is deploying a wpf application as a standalone executable for windows. Has anyone tried something like that before? If so, what were the results?
© Stack Overflow or respective owner