Hi,
I have added the following to the head of my page:
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="Server">
<script src="MicrosoftAjax.js" type="text/javascript"></script>
<script src="MindFusion.Diagramming.js" type="text/javascript"></script>
</asp:Content>
Remember, I'm using a master page.
The result is that I can now run in FireFox and Chrome (I actually placed alerts in the onNodeCreated function and they fire). Plus I now see the anchor handles on the shapes when I hover them.
However, IE is a problem; at least when I emulate IE7 and IE8 from the Developers Tools page. Selecting IE9, 10 or Edge for Document mode works fine.
Here are the error messages for IE7 and IE8:
IE7:
Unhandled exception at line 1, column 1 in
http://vs2013-jim/NavviaNewDev/MindFusion.Diagramming.js0x800a0404 - JavaScript runtime error: Expected identifier, string or number
IE8:
Unhandled exception at line 1, column 243342 in eval code
0x800a01b6 - JavaScript runtime error: Object doesn't support property or method 'addEventListener'
Many of our clients are still running IE8, so hopefully you can shed some light on what might be happening.
Thanks
Jim