Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. error with application scope objects

error with application scope objects

Scheduled Pinned Locked Moved Web Development
xmlhelpsysadminquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    lejuan5150
    wrote on last edited by
    #1

    hi guys ... i get this error when i put the following code in the application_onStart event of the globals.asa file ... the set application("objWORK_QUEUE_XSLT") = objXslt line causes the error ... anyone know the problem? ERROR: Response object, ASP 0185 (0x80020003) A default property was not found for the object. CODE: 'cache xslts dim objXslDoc dim strFilePath dim objXslt set objXslDoc = createObject("Msxml2.FreeThreadedDOMDocument.4.0") objXslDoc.async = false strFilePath = server.mapPath("..\..\xml\workQueue.xslt") objXslDoc.load strFilePath set objXslt = createObject("Msxml2.XSLTemplate.4.0") objXslt.stylesheet = objXslDoc set application("objWORK_QUEUE_XSLT") = objXslt

    P 1 Reply Last reply
    0
    • L lejuan5150

      hi guys ... i get this error when i put the following code in the application_onStart event of the globals.asa file ... the set application("objWORK_QUEUE_XSLT") = objXslt line causes the error ... anyone know the problem? ERROR: Response object, ASP 0185 (0x80020003) A default property was not found for the object. CODE: 'cache xslts dim objXslDoc dim strFilePath dim objXslt set objXslDoc = createObject("Msxml2.FreeThreadedDOMDocument.4.0") objXslDoc.async = false strFilePath = server.mapPath("..\..\xml\workQueue.xslt") objXslDoc.load strFilePath set objXslt = createObject("Msxml2.XSLTemplate.4.0") objXslt.stylesheet = objXslDoc set application("objWORK_QUEUE_XSLT") = objXslt

      P Offline
      P Offline
      Paul Watson
      wrote on last edited by
      #2

      Bit of a weird one. This might help[^]. Speaks of Application("myCompiledStylesheet").stylesheet = xslDoc; and Application("myCompiledStylesheet") = Server.CreateObject ("MSXML2.XSLTemplate"); regards, Paul Watson Bluegrass South Africa Miszou wrote: I have read the entire internet. on how boring his day was. Crikey! ain't life grand?

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups