<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>WPF 4.0 Chromium WebBrowser</title><link>http://wpfchromium4.codeplex.com/project/feeds/rss</link><description>Being able to render and interact with webpages within WPF opens up some great opportunities. This project mixes Google&amp;#8217;s Chromium project, a great wrapper called Awesomium and a little WPF 4.0 pixie dust...</description><item><title>Source code checked in, #20228</title><link>http://wpfchromium4.codeplex.com/SourceControl/changeset/changes/20228</link><description>Upgrade&amp;#58; New Version of LabDefaultTemplate.xaml. To upgrade your build definitions, please visit the following link&amp;#58; http&amp;#58;&amp;#47;&amp;#47;go.microsoft.com&amp;#47;fwlink&amp;#47;&amp;#63;LinkId&amp;#61;254563</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 20:45:27 GMT</pubDate><guid isPermaLink="false">Source code checked in, #20228 20121001084527P</guid></item><item><title>Source code checked in, #20227</title><link>http://wpfchromium4.codeplex.com/SourceControl/changeset/changes/20227</link><description>Checked in by server upgrade</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 20:44:38 GMT</pubDate><guid isPermaLink="false">Source code checked in, #20227 20121001084438P</guid></item><item><title>New Post: Weird missing assembly error</title><link>http://wpfchromium4.codeplex.com/discussions/241342</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Changing the project framework to DotNet 4 (not the client profile) solved this for me.&lt;/p&gt;&lt;/div&gt;</description><author>itbhari</author><pubDate>Fri, 22 Jul 2011 10:45:40 GMT</pubDate><guid isPermaLink="false">New Post: Weird missing assembly error 20110722104540A</guid></item><item><title>New Post: can't compile your source</title><link>http://wpfchromium4.codeplex.com/discussions/230170</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Guys, please follow the blog of Chris Cavanagh.&lt;br /&gt;The Awesomium is offering free indie license now!&lt;br /&gt;&lt;a href="http://chriscavanagh.wordpress.com/2011/05/11/awesomium-free-indie-license/"&gt;http://chriscavanagh.wordpress.com/2011/05/11/awesomium-free-indie-license/&lt;/a&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>Koichi</author><pubDate>Sun, 03 Jul 2011 21:20:05 GMT</pubDate><guid isPermaLink="false">New Post: can't compile your source 20110703092005P</guid></item><item><title>New Post: can't compile your source</title><link>http://wpfchromium4.codeplex.com/discussions/230170</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I can't get this to work either. &amp;nbsp;I extracted the files specified in the blog. &amp;nbsp;Might be a good idea to just upload the source with all the correct files in there so when people download it, they don't have to waste time trying to figure out what files they need and where to put them.&lt;/p&gt;&lt;/div&gt;</description><author>kayhustle</author><pubDate>Tue, 28 Jun 2011 01:27:30 GMT</pubDate><guid isPermaLink="false">New Post: can't compile your source 20110628012730A</guid></item><item><title>New Post: can't compile your source</title><link>http://wpfchromium4.codeplex.com/discussions/230170</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I moved the code to compile with the v10 tools, have the proper folder structure, and I'm not able to build. It's just not finding the file, even though it indeed does exist. What are the chances I could get this working? Or should I skip it and just use the Awesomium library?&lt;/p&gt;&lt;/div&gt;</description><author>BrentonUnger</author><pubDate>Thu, 23 Jun 2011 22:25:08 GMT</pubDate><guid isPermaLink="false">New Post: can't compile your source 20110623102508P</guid></item><item><title>Patch Uploaded: #9387</title><link>http://wpfchromium4.codeplex.com/SourceControl/list/patches</link><description>
&lt;p&gt;&lt;a href='http://www.codeplex.com/site/users/view/lholden'&gt;lholden&lt;/a&gt; has uploaded a patch.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;The WebBrowser object is never destroyed.&lt;br /&gt;&lt;br /&gt;The delegate added to Application.Current.MainWindow.Closing in the WebBrowser constructor is never removed so a reference to the WebBrowser control from the MainWindow remains.  This causes a problem in applications that repeatedly create and destroy WebBrowser objects.&lt;br /&gt;&lt;br /&gt;I&amp;#39;ve attached a fix for the problem.  Note that I switched from using delegates in order to quickly create the fix, the same fix should be possible using delegates.&lt;/p&gt;</description><author>lholden</author><pubDate>Wed, 11 May 2011 19:10:34 GMT</pubDate><guid isPermaLink="false">Patch Uploaded: #9387 20110511071034P</guid></item><item><title>Patch Uploaded: #9001</title><link>http://wpfchromium4.codeplex.com/SourceControl/list/patches</link><description>
&lt;p&gt;&lt;a href='http://www.codeplex.com/site/users/view/tdenovan'&gt;tdenovan&lt;/a&gt; has uploaded a patch.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;This is a patch to bring the awesomium wrapper up to compatibility with awesomium 1.6.1. rc4. RC 4 fixes a bug within awesomium supposedly caused by plugins within Chrome &amp;#40;despite the fact all plugins had been disabled&amp;#41;. Nevertheless, incorporating RC4 does fix the bug &amp;#40;it manifested as a popup error message stating that binding_utils had encountered an error&amp;#41;.&lt;/p&gt;</description><author>tdenovan</author><pubDate>Sun, 03 Apr 2011 23:29:41 GMT</pubDate><guid isPermaLink="false">Patch Uploaded: #9001 20110403112941P</guid></item><item><title>New Post: Weird missing assembly error</title><link>http://wpfchromium4.codeplex.com/discussions/241342</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I was able to get around it but it's really dumb and hackish.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Instead of adding the Cjc.ChromiumBrowser to my solution I've started adding my project to the Demoprogram and it works!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Warning: Don't rename the demo program because then it won't work again.....&lt;/p&gt;&lt;/div&gt;</description><author>vanp</author><pubDate>Wed, 30 Mar 2011 16:22:00 GMT</pubDate><guid isPermaLink="false">New Post: Weird missing assembly error 20110330042200P</guid></item><item><title>New Post: Weird missing assembly error</title><link>http://wpfchromium4.codeplex.com/discussions/241342</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I'm having the same problem and I'm going round in circles trying to fix it. &amp;nbsp;I now have the demo program and my program in the same project - the demo program works fine when set as the Startup project, mine works fine when set as the startup project. &amp;nbsp;I have set the references in my project to match the demo project exactly. &amp;nbsp;After I have set the references, I add "using Cjc.ChromiumBrowser" - Visual Studio even predicts "Cjc" and "ChromiumBrowser".&lt;/p&gt;
&lt;p&gt;YET as soon as I hit compile, it changes its mind and gives me this error. &amp;nbsp;It marks "Cjc" with the red underlining and refuses to predict "Cjc" any more. &amp;nbsp;It's as if it loses the reference completely even though nothing has changed. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have spent days trying to figure this out. &amp;nbsp;I need some way of rendering HTML in a WPF control, and I can't find any other options out there other than to use Awesomium. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;vanp - please tell me you got somewhere with this? &amp;nbsp;I get the feeling these discussion boards have been abandoned. &amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>iv</author><pubDate>Wed, 30 Mar 2011 16:12:51 GMT</pubDate><guid isPermaLink="false">New Post: Weird missing assembly error 20110330041251P</guid></item><item><title>New Post: Cannot include WebBrowser control in my project</title><link>http://wpfchromium4.codeplex.com/discussions/248287</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi there&lt;/p&gt;
&lt;p&gt;First of all thanks for each of your involvement on this project, a full WPF WebBrowser control is badly needed. &amp;nbsp;Personally I need to use (and modify) such a control for viewing HTML documents on a multi-touch screen - I need to support basic WPF manipulations
 (resize, rotate etc), as well as a few non-standard gestures on the document. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;It took me a while but I eventually got the source to compile. &amp;nbsp;The compiled demo application runs. &amp;nbsp;(It would be worthwhile including a readme file with the release describing exactly how to do this; I found the information from many discussions/websites.)
 &amp;nbsp;I am still however having a great deal of difficulty actually using the control. &amp;nbsp;I have tried a variety of things, none of which have helped. &amp;nbsp;I began by adding the projects Cjc.AwesomiumWrapper and&amp;nbsp;Cjc.ChromiumBrowser to my existing
 project. &amp;nbsp;I add the Awesomium directory in the correct place. &amp;nbsp;I have tried setting up the references in every way I know how - including adding a direct reference to the missing file itself - but always get the following warning in the designer:&lt;/p&gt;
&lt;p&gt;&amp;quot;System.IO.FileNotFoundException Could not load file or assembly 'Cjc.AwesomiumWrapper.dll' or one of its dependencies. The specified module could not be found.&amp;quot;&lt;/p&gt;
&lt;p&gt;When I rebuild the Cjc.* projects, the references are found in my project and I use the WebBrowser control - but then my project will not run. &amp;nbsp;When I rebuild my project, the references are lost and I get the following error: &amp;nbsp;&lt;br&gt;
&amp;quot;Error&lt;span&gt; &lt;/span&gt;6&lt;span&gt; &lt;/span&gt;The type or namespace name 'Cjc' could not be found (are you missing a using directive or an assembly reference?)&amp;quot;&lt;/p&gt;
&lt;p&gt;I expected the difference between .NET 3.5 and .NET 4.0 to be the problem but I have tried every combination of targeted framework, .NET3.5 and .NET4.0, v90 and v100 toolset with no luck. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;Though I will need to modify the source code eventually, I have also tried just using the compiled DLLs to be able to use the control in my project. &amp;nbsp;Again no luck. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;It seems the goal of this project is a WPF WebBrowser control that can be used like any other WPF control. &amp;nbsp;I appreciate that it is still under development but unless I have really missed the boat it really seems impossible to do at this point! &amp;nbsp;Can
 anyone help me out getting this control into my project?&lt;/p&gt;
&lt;/div&gt;</description><author>iv</author><pubDate>Thu, 03 Mar 2011 11:57:03 GMT</pubDate><guid isPermaLink="false">New Post: Cannot include WebBrowser control in my project 20110303115703A</guid></item><item><title>New Post: AccessViolationExceptions and OutOfMemoryExceptions</title><link>http://wpfchromium4.codeplex.com/discussions/246115</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi guys,&lt;/p&gt;
&lt;p&gt;Alright so I've tried everything I can think of - I can finally get the Window to load but as soon as it touches the webView I get AccessViolationExceptions and OutOfMemoryExceptions.&lt;/p&gt;
&lt;p&gt;Since I don't have Visual Studio 2008 installed (and probably won't ever again) I used the pre-combiled AwesomiumWrapper that Koichi compiled. That got me building finally and allowed me to load the Window, however now I am stuck getting the aforementioned
 exceptions any time the webView is touched i.e. navigating initially etc... please help! :-)&amp;nbsp;&lt;/p&gt;
&lt;p&gt;To clarify - I fail at &amp;quot;webCore.Update()&amp;quot; and &amp;quot;webView.LoadUrl()&amp;quot;...&lt;/p&gt;
&lt;p&gt;My Environment:&lt;/p&gt;
&lt;p&gt;Win 7 64 Professional&lt;/p&gt;
&lt;p&gt;VS2010&lt;/p&gt;
&lt;p&gt;Thanks in advance,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Azad&lt;/p&gt;
&lt;/div&gt;</description><author>taicho</author><pubDate>Tue, 15 Feb 2011 15:18:27 GMT</pubDate><guid isPermaLink="false">New Post: AccessViolationExceptions and OutOfMemoryExceptions 20110215031827P</guid></item><item><title>New Post: can't compile your source</title><link>http://wpfchromium4.codeplex.com/Thread/View.aspx?ThreadId=230170</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Alright, to get rid of the missing header files compilation errors, you have to download the required Awesomium SDK and extract the source files into the associated paths for the AwesomiumWrapper to compile successfully.&lt;/p&gt;
&lt;p&gt;Since the Awesomium 1.6 RC1 SDK is not listed in the available downloads, you can either get it using the direct link above or merge the current edition of WPF Chromium with the current edition of Awesomium SDK.&lt;/p&gt;
&lt;p&gt;Note, that both Visual Studio 2008 and Visual Studio 2010 are still required to be installed on the same machine for a successful compilation of the projects.&lt;/p&gt;
&lt;/div&gt;</description><author>Koichi</author><pubDate>Mon, 17 Jan 2011 11:52:12 GMT</pubDate><guid isPermaLink="false">New Post: can't compile your source 20110117115212A</guid></item><item><title>New Post: can't compile your source</title><link>http://wpfchromium4.codeplex.com/Thread/View.aspx?ThreadId=230170</link><description>&lt;div style="line-height: normal;"&gt;I think you might have missed the point.&lt;/div&gt;</description><author>andersonimes</author><pubDate>Fri, 14 Jan 2011 14:57:44 GMT</pubDate><guid isPermaLink="false">New Post: can't compile your source 20110114025744P</guid></item><item><title>New Post: Weird missing assembly error</title><link>http://wpfchromium4.codeplex.com/Thread/View.aspx?ThreadId=241342</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;The exact compile error is: &amp;quot;The type or namespace name 'Cjc' could not be found (are you missing a using directive or an assembly reference?)&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;br&gt;
I've added the project references and Cjc.ChromiumBrowser and Cjc.Awesomium assembles were both added in the references folder but whenever I try to use the namespace or reference it in xaml it gives me this error. &amp;nbsp;The demo program works fine and I have
 a copy of Awesomium in the project folder.&lt;/p&gt;
&lt;p&gt;&lt;br&gt;
In fact, I've compiled the demo program then confirming that it works I've added a new project to the solution while changing the startup program from the Demoprogram to the new project and added the necessary references but still no luck.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;What am I missing here? &amp;nbsp;Why can the DemoProgram recognize the Cjc assemblies but anything I make can't?&lt;/p&gt;
&lt;/div&gt;</description><author>vanp</author><pubDate>Tue, 11 Jan 2011 20:22:57 GMT</pubDate><guid isPermaLink="false">New Post: Weird missing assembly error 20110111082257P</guid></item><item><title>New Post: what is the snapshot project all about?</title><link>http://wpfchromium4.codeplex.com/Thread/View.aspx?ThreadId=239913</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;figured it out. thanks anyway.&lt;/p&gt;
&lt;/div&gt;</description><author>sequoyan</author><pubDate>Thu, 30 Dec 2010 04:47:14 GMT</pubDate><guid isPermaLink="false">New Post: what is the snapshot project all about? 20101230044714A</guid></item><item><title>New Post: what is the snapshot project all about?</title><link>http://wpfchromium4.codeplex.com/Thread/View.aspx?ThreadId=239913</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I don't see any mention of what it does/offers on your site or here.&lt;/p&gt;
&lt;p&gt;Thanks for publishing the code, I'm enjoying the investigation of what it offers...&lt;/p&gt;
&lt;/div&gt;</description><author>sequoyan</author><pubDate>Wed, 29 Dec 2010 17:07:53 GMT</pubDate><guid isPermaLink="false">New Post: what is the snapshot project all about? 20101229050753P</guid></item><item><title>Patch Uploaded: #7242</title><link>http://wpfchromium4.codeplex.com/SourceControl/PatchList.aspx</link><description>
&lt;p&gt;&lt;a href='http://www.codeplex.com/site/users/view/sdamar'&gt;sdamar&lt;/a&gt; has uploaded a patch.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;Wrapping ResourceInterceptor functionality for use with c&amp;#35;.&lt;br /&gt;&lt;br /&gt;I&amp;#39;m not experience at writing c&amp;#43;&amp;#43;-cli code for wrapper, so any feedback will be appreciated. I am concerned that I may have introduced some memory leaks. &lt;/p&gt;</description><author>sdamar</author><pubDate>Mon, 01 Nov 2010 15:41:59 GMT</pubDate><guid isPermaLink="false">Patch Uploaded: #7242 20101101034159P</guid></item><item><title>New Post: can't compile your source</title><link>http://wpfchromium4.codeplex.com/Thread/View.aspx?ThreadId=230170</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;The blog belongs to Chris Cavanagh actually, as well as this project.&lt;/p&gt;
&lt;/div&gt;</description><author>Koichi</author><pubDate>Thu, 28 Oct 2010 17:34:35 GMT</pubDate><guid isPermaLink="false">New Post: can't compile your source 20101028053435P</guid></item><item><title>New Post: can't compile your source</title><link>http://wpfchromium4.codeplex.com/Thread/View.aspx?ThreadId=230170</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I get what you are saying here, but there is no readme in the source tree (like people with complicated builds
&lt;em&gt;usually&lt;/em&gt;&amp;nbsp;do), nor are there instructions on the Codeplex wiki. To be able to figure this out, someone has to:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;go to a&amp;nbsp;&lt;em&gt;random article on your blog (the link doesn't even say that it will take you to compilation instructions... just that it contains &amp;quot;more details&amp;quot;) OR&lt;/em&gt;
&lt;/li&gt;&lt;li&gt;endure this self-important post in the discussion group for this project.&amp;nbsp;
&lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;&lt;em&gt;&amp;nbsp;&lt;/em&gt;Please learn to package your source code in such a way that it is self-documenting or, at the very least, provide good documentation on the project site.&lt;/p&gt;
&lt;/div&gt;</description><author>andersonimes</author><pubDate>Fri, 22 Oct 2010 18:59:32 GMT</pubDate><guid isPermaLink="false">New Post: can't compile your source 20101022065932P</guid></item></channel></rss>