How about using Firefox (and more importantly Firebug) from Studio (right click on aspx file, choose "Browse With"), to make sure all libraries are getting loaded
On Dec 18, 1:28 pm, paulcurtis <p...@inventome.com> wrote: > Hi, > > I really can't work this out. Im testing the async version of > treeview, just retrieving JSON from a static file for the time being. > > I have it set up in visual studio, running on the in built development > server. I have an aspx file and a plain htm file containing the JSON. > (I've deconstructed my real project down to this simple test case) > > I cannot get the treeview to work (retrieve the json) from IE 7 but > the exact same setup works fine in mozilla. > > If i run the set up based on the demo from my local file system within > IE i get a message about active x and scripting and it works fine. > (that's just html files) > > So this is only from visual studio (via built in development server) > and just IE. I assume it's some kind of security settings within IE > but i've tried every combination i can think off. From trusted sites > to lowering all security. > > Has anyone seen anything similar? Or might point me in the right > direction, it's driving me nuts! > > cheers > paul