Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.

  1. #1

    Default com instantiation

    :confused; Using CFMX 6.1 and have been tasked with calling a 3rd party com
    object. So far only getting instantiation error when using cfobject. What is
    the correct process to follow? Any guidelines would be appreciated.

    Thanks in advance.

    CFhound Guest

  2. Similar Questions and Discussions

    1. Dynamic Object Instantiation
      Hello All, I am dynamically instantiating a new VBox in a tab container (tbFlyingHours). No problem with that. It exists and can be interacted...
    2. WebService class instantiation
      I have a question regarding WebService class instantiation through ActionScript for Flex. Everywhere I have seen the WebService class...
    3. Class Instantiation in PHP5
      I need to do something like the following with php5.0.1 and it's not working no matter what I try... Any suggestions? class foo extends blah{...
    4. COM instantiation hangs in web method
      I have a web service running on localhost. In this web method I am instantiating a COM object as follows dim obj as New MyCOMObject 'The dll...
    5. Instantiation
      Here's a general question. When should I instantiate, and when should I not? Is an instantiated object necessarily a controller? Should I even...
  3. #2

    Default Re: com instantiation

    Information and sample code can be found at: [url]http://cfregex.com/cfcomet/[/url]
    MikerRoo Guest

  4. #3

    Default Re: com instantiation

    Helpful information, but still getting not a com object error. The com object resides on another (remote) server.
    CFhound Guest

  5. #4

    Default Re: com instantiation

    Com objects are registered to the local machine only, and I dont know of a way to instigate an object on another server.
    Abinidi Guest

  6. #5

    Default Re: com instantiation

    See if the COM object owner can build a Web service for you to communicate with the object.
    philh 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