views:

18

answers:

1

When i run a Qooxdoo Hello World application directly from file system, it loads in a blink while from IIS its takes few milli secs, but when i load it in a vs2008 project and add sdk in that project too then on running very same hello world app takes 8 to 10 minutes to load.

Actually i want to make a .Net application and qooxdoo application on same domain and i am trying to run application in source mode rather than build mode so that i may modify app code easily and test quickly

A: 

I have a fair bit of experience with qooxdoo, but none with VS2008 at all. I'm afraid this has to be treated by some VS expert. Have you tried other frameworks, like Dojo? Is the effect the same? The generated "hello world" app uses relative paths to reference classes from the SDK. Could you check if this is understood by VS? Is there some indexing going on in the background, maybe something that makes the first load slow, but doesn't interfer with subsequent loads? - Just some guesses.

ThomasH