Error in TMCallback.js: this.transMgr has no properties

Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.

  1. #1

    Default Error in TMCallback.js: this.transMgr has no properties

    I'm building a Dreamweaver extension.
    Most of the time I'm fine. But when I test my extension occasionally,
    randomly(?) and only on some PCs I get the message

    In line 48 in file "C:\Program Files\Dreamweaver MX
    2004\Configuration\Translators\TMCallback.js":
    TypeError: this.transMgr has no properties
    (translated from german)

    Anybody got any idea about that one? I searched the archives but only found
    stuff about TMCallback.js "running a long time"...

    Since I didn't do anything with translators (at least nothing I'm aware of) I
    was quite stuck.
    I commented out the line and everything worked fine - but that's no solution
    of course.

    Unfortunatly I can't give a simple example to show the error - because at the
    moment the error seems gone.
    But the weird feeling stucks...

    Btw: I'm working with Dreamweaver MX 2004 7.0.1 running on Windows XP. The
    error occured on different systems (Windows XP Pro, Windows Server 2003).

    Thanx in advance

    gero23 Guest

  2. Similar Questions and Discussions

    1. Error when clicking on template properties
      When I go to some pages of the same template style and click on template properties I get the following error: "The template that you're trying to...
    2. TypeError: Error #1009: null has no properties.
      I have an HttpService: <mx:HTTPService id="handler" url="sample.xml" useProxy="false" method="POST" result="resultHandler(event)"...
    3. TMCallback.js error
      I too have got the same error nearly thrice before it crashed. I don't know if it is a bug. Pankaj.
    4. Making Custom Control Properties Visible in Visual Studio's Properties Palette
      I am learning how to use the System.ComponentModel class in VB.NET so that I can add my ASP.NET controls to Visual Studio .NET 2003. I have managed...
    5. Requested properties error???
      > However I can't understand what could be causing it! Neither can we, unless you show us your code, and indicate the line that generates the...
  3. #2

    Default Re: Error in TMCallback.js: this.transMgr has no properties

    Try shutting down DW and deleting the (User)
    Configuration/*FileCache*.dat file(s).

    DW caches the compiled JS for pages for performance), and there are a
    few cases where the cache handler does not recognize when external .js
    files are updated, so the cache gets stale. Deleting the cache forces DW
    to refresh it.

    HTH,
    Randy

    > I'm building a Dreamweaver extension.
    > Most of the time I'm fine. But when I test my extension occasionally,
    > randomly(?) and only on some PCs I get the message
    >
    > In line 48 in file "C:\Program Files\Dreamweaver MX
    > 2004\Configuration\Translators\TMCallback.js":
    > TypeError: this.transMgr has no properties
    > (translated from german)
    Randy Edmunds Guest

  4. #3

    Default Re: Error in TMCallback.js: this.transMgr has noproperties

    Thank you for the quick answer.

    Since the error does not pop up at the moment I cannot test if your solution
    works.
    I'll let you (and everbody else) know as soon as I know it for myself.

    gerhard

    gero23 Guest

  5. #4

    Default Re: Error in TMCallback.js: this.transMgr has noproperties

    Randy
    I was having the same issue, and your tip fixed it. -PLEASE- macromedia, make
    this a tech note! Took me forever to find this solution.

    And to add to Randy's comment--the file is found on an XP machine at:

    C:\Documents and Settings\(YOUR USERNAME)\Application
    Data\Macromedia\Dreamweaver MX 2004\Configuration\FileCache.dat

    oldbenway Guest

  6. #5

    Default Re: Error in TMCallback.js: this.transMgr has no properties

    Bada bing:

    [url]http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_19105[/url]

    HTH,
    Randy

    > -PLEASE- macromedia, make this a tech note!
    Randy Edmunds Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139