Hi Christian Any problem you're experiencing with intellisense is due to prototype (and other javascript libraries) breaking the intellisense in Visual Studio 2008. Microsoft is aware of the problem and have fixed JQuery (via a hotfix), YUI and Ext in the beta SP1. I haven't heard anything on the prototype front, but I know it's been promised. If memory serves me correctly, they use a virtual dom and something to do with the prototype way of extending objects breaks it. I think the typelibbuilder is responsible for building metadata about the javascript, but it doesn't crash for me, i just don't get intellisense.
You should post further questions to the [EMAIL PROTECTED] as this mailing list is reserved for core development discussions. Gareth On Wed, May 14, 2008 at 7:37 PM, Christian Schweizer < [EMAIL PROTECTED]> wrote: > > Hello all > > I am new to the prototype framework and to JScript development in > general. For a customer project we are using prototype and > script.aculo.us. At first I tried to go through the tutorials but > already for the first step I get the following exception: > "Microsoft JScript runtime error: Object doesn't support this property > or method" occured in typelibbuilder.exe... > > It occures when I add the script reference in the head of my .aspx > page in the Visual Studio web designer. I am using Visual Studio 2008. > When I run the page in IE no error occurs. So it seems that the error > is connected to the Visual Studio Intellisense somehow. > > Can someone help me? > > Best regards > Christian > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Prototype: Core" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/prototype-core?hl=en -~----------~----~----~----~------~----~------~--~---
