We were unable to load Disqus. If you are a moderator please see our troubleshooting guide.

Xiangxiang Li • 3 years ago

Is it possible not see the black console window when starting the app?

Tomas Rocek • 7 years ago

Nice article, it works very well. One note: to the Program.cs you have to add using System.Runtime.InteropServices;

David Cater • 9 years ago

Nice job! Using this today. This was exactly what I needed. Now I want to see if I can use the Xaml parsing engine when running as a console application to instantiate a DocumentTree consisting solely of non-UI objects (basically just leveraging the Xaml architecture for object instantiation).

Thanks!