GoJS Swim Lanes Rendering

Has anyone tried to render GoJS source code like “Swim Lanes” into a Visual Studio .NET 2010 browser? I followed the technique like in the GoJS/HTML Canvas Video with no success.

GoJS (like many other visualizing components) is not supported by IE8 unless you first install Google Chrome Frame on the browser’s machine.

I have since used Google Chrome 24 as my default browser and I have also updated my VS.NET 2010 to support HTML5 source coding. These changes and updates have allowed me to see the rendered objects in my IDE’s browser.

Thank you for the Tech tip!