I am currently working on a new project wherein the client wishes to run the application in IE11. From what information I have gathered so far, its made using the WebPart Framework.
As of now the debugger is not throwing any errors but I see none of the buttons such as delete control, copy control etc are working. I have modified some methods so now the drag drop javascript file works by which we drag and drop the user controls on the
sections which is managed by WebPart.
I have tried to debug alot and i am new to .NET so I was wondering is this WebPart framework the culprit behind these issues ? Does it have compatibility issues? It works fine till IE8, but in IE11 the application just does not work. What can
be a way forward ? Will WebPart not work anymore and is upgrading the .NET framework from 2.0 to 4.5 the only solution left ?
Thanks ,
Samantha