WordPress database error: [INSERT, UPDATE command denied to user '51213-2'@'10.10.20.185' for table 'wp_options']
INSERT INTO `wp_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_doing_cron', '1714222064.8383710384368896484375', 'yes') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)


Warning: Cannot modify header information - headers already sent by (output started at /home/lexiqued/www/WordPress/wp-includes/wp-db.php:1502) in /home/lexiqued/www/WordPress/wp-includes/rest-api/class-wp-rest-server.php on line 1372

Warning: Cannot modify header information - headers already sent by (output started at /home/lexiqued/www/WordPress/wp-includes/wp-db.php:1502) in /home/lexiqued/www/WordPress/wp-includes/rest-api/class-wp-rest-server.php on line 1372

Warning: Cannot modify header information - headers already sent by (output started at /home/lexiqued/www/WordPress/wp-includes/wp-db.php:1502) in /home/lexiqued/www/WordPress/wp-includes/rest-api/class-wp-rest-server.php on line 1372

Warning: Cannot modify header information - headers already sent by (output started at /home/lexiqued/www/WordPress/wp-includes/wp-db.php:1502) in /home/lexiqued/www/WordPress/wp-includes/rest-api/class-wp-rest-server.php on line 1372

Warning: Cannot modify header information - headers already sent by (output started at /home/lexiqued/www/WordPress/wp-includes/wp-db.php:1502) in /home/lexiqued/www/WordPress/wp-includes/rest-api/class-wp-rest-server.php on line 1372

Warning: Cannot modify header information - headers already sent by (output started at /home/lexiqued/www/WordPress/wp-includes/wp-db.php:1502) in /home/lexiqued/www/WordPress/wp-includes/rest-api/class-wp-rest-server.php on line 1372

Warning: Cannot modify header information - headers already sent by (output started at /home/lexiqued/www/WordPress/wp-includes/wp-db.php:1502) in /home/lexiqued/www/WordPress/wp-includes/rest-api/class-wp-rest-server.php on line 1372

Warning: Cannot modify header information - headers already sent by (output started at /home/lexiqued/www/WordPress/wp-includes/wp-db.php:1502) in /home/lexiqued/www/WordPress/wp-includes/rest-api/class-wp-rest-server.php on line 1372
{"id":545,"date":"2011-09-24T23:08:14","date_gmt":"2011-09-24T22:08:14","guid":{"rendered":"http:\/\/www.jonathanantoine.com\/?p=545"},"modified":"2011-09-27T00:50:52","modified_gmt":"2011-09-26T23:50:52","slug":"wpf-4-5-%e2%80%93-part-8-no-more-airspace-problems-integrating-wpf-with-win32","status":"publish","type":"post","link":"http:\/\/www.jonathanantoine.com\/2011\/09\/24\/wpf-4-5-%e2%80%93-part-8-no-more-airspace-problems-integrating-wpf-with-win32\/","title":{"rendered":"WPF 4.5 \u2013 Part 8 : No more airspace problems (Integrating WPF with win32 : finally I can use the WebBrowser control !)"},"content":{"rendered":"

\"\"<\/a>Integrating win 32 component is already possible in WPF 4.0, even in WPF 3.5 but there is the well-know issue : airspace problems<\/a>. Each render technology belongs to only one airspace only. So when you place Win32 components in your WPF application they behave as black hole for input, render transformation are not (well) applied, etc.<\/p>\n

With this 4.5 release, the WPF team solves this drawback. In this post more explanation and an example of how it improves developers’ life will be gived.<\/p>\n

This post is a part of a serie on WPF 4.5 new features<\/a>.<\/p>\n

<\/p>\n

What can’t be done in WPF4.0<\/h3>\n

I’ll only write about the integration of Winform\/Win32 controls into WPF because this is the only subject I know wel.
\nBefore WPF 4.5, if you add a Win32 component into a wpf application using the hwndhost control you have some limitations:<\/p>\n