but you've done nothing to solve it, or help anyone else solve it. you don't show what javascript libraries you use in the project. you didn't use the debugger to determine which library has the problem. We don't know what templates you have installed,
which template you picked. we don't know which version of the javascript libraries you are using. we don't know if you are using webforms or razor, ajax, validation, etc.
I am using
Visual Studio 2010 Service Pack 1
ASP.NET MVC 3 Web Application Template
Razor View Engine (C#)
No validation
JavaScript Libraries included with ASP.NET MVC 3 with Visual Studio Service Pack 1
jQuery 1.5.1
Microsoft Ajax (unknown version)
Using file system web application (no IIS)
I am not currently using any jQuery or Ajax code and very little CSS. Just the ASP.NET MVC 3, Entity Framework 4.1 and SQL Server 2001 Express. Again, I am not doing anything to cause this error. As I said above, the code is in a generated code in a generated
file. I dont know which library it came from. I gave the name of the file in my OP. I did not write the code that is causing the error. I searched the entire solution including the default script files and I could not find the text "ver >= 9.0" and "onDOMNodeInserted".
I dont know where the code thaat is causing the error is coming from.
blackwe
Member
42 Points
27 Posts
Re: Microsoft JScript runtime error: Object doesn't support property or method 'addEventListener'
Dec 04, 2011 02:16 AM|LINK
I am using
Visual Studio 2010 Service Pack 1
ASP.NET MVC 3 Web Application Template
Razor View Engine (C#)
No validation
JavaScript Libraries included with ASP.NET MVC 3 with Visual Studio Service Pack 1
jQuery 1.5.1
Microsoft Ajax (unknown version)
Using file system web application (no IIS)
I am not currently using any jQuery or Ajax code and very little CSS. Just the ASP.NET MVC 3, Entity Framework 4.1 and SQL Server 2001 Express. Again, I am not doing anything to cause this error. As I said above, the code is in a generated code in a generated file. I dont know which library it came from. I gave the name of the file in my OP. I did not write the code that is causing the error. I searched the entire solution including the default script files and I could not find the text "ver >= 9.0" and "onDOMNodeInserted". I dont know where the code thaat is causing the error is coming from.