irrallprayema
New Member
I am running an asp.net 3.5 website on IIS 7.5. The default page loads fine in chrome firefox.However when running in IE 9 I am getting this error:\[code\]SCRIPT5007: Unable to get value of the property 'onBeforeSeek': object is null or undefined\[/code\]I tried to put a metatag in the default.aspx page: \[code\]<meta http-equiv="X-UA-Compatible" content="IE=8">\[/code\]This does not fix the problem? Anyone know how to fix this?