Recreating Dreamweaver CS6 configuration leaves non functional extension

After recreating the Dreamweaver CS6 configuration folder due to a very bad extension installation, I am unable to remove the bad extension from the Extension Manager list, is it possible to manually remove it since it will never work if I do not install it again?

Please delete all files from "C:\Users\<YourUserName>\AppData\Roaming\Adobe\Extension Manager CS6\EM Store\Dreamweaver CS6", "C:\Users\<YourUserName>\AppData\Roaming\Adobe\Extension Manager CS6\Mxi Flag\Dreamweaver CS6" (Windows) or "/Users/<YourUserName>/Library/Application Support/Adobe/Extension Manager CS6/EM Store/Dreamweaver CS6", "/Users/<YourUserName>/Library/Application Support/Adobe/Extension Manager CS6/Mxi Flag/Dreamweaver CS6" (Mac).

Similar Messages

  • I keep getting the error "Macintosh HD:Applications:Adobe Dreamweaver CS6:Configuration:Shared:MM:Scripts:Cmn:Ul.js" (error 2)

    Please, Please, Please Help!!!! I keep getting this error when I start Dreamweaver.  I press okay and then it appears again.  I press okay again and I am able to get into the program, but once I imported my previous webpage it looks all jumbled and the spry components in my previous webpage won't work.  Please can someone assist.

    This is the error that I continue to get. I click okay DW loads and then it appears again.  When I try to open one of my previous html pages, I get a list of of java errors.  The layout of my is jumbled and none of the spry's that I had are working.

  • Start up of Adobe Dreamweaver CS6 with the following error message

    I have the following pop-up error message about Javascript error (s) occurred.
    At start up of Adobe Dreamweaver CS6.0 after an Update. Adobe Dreamweaver CS6 12.  2. I am on Windows Vista Home edition.
    It suggest at line 17 of the file “C:\ Program Files \Adobe \ Adobe Dreamweaver CS6\ Configuration \ Shared\ BC \ JS\ bc_ui_utils.js” MM.BC has no properties.
    What is the remedy to this and has there been a recent patch on this Javascript error?  Where can I get this patch. Thanks.
    Please advice.

    <?php require_once('Connections/attending.php');?>
    <?php if (!function_exists("GetSQLValueString"))
    {if (!function_exists("GetSQLValueString")) {
    function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")
      if (PHP_VERSION < 6) {
        $theValue = get_magic_quotes_gpc() ? stripslashes($theValue) : $theValue;
      $theValue = function_exists("mysql_real_escape_string") ? mysql_real_escape_string($theValue) : mysql_escape_string($theValue);
      switch ($theType) {
        case "text":
          $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
          break;   
        case "long":
        case "int":
          $theValue = ($theValue != "") ? intval($theValue) : "NULL";
          break;
        case "double":
          $theValue = ($theValue != "") ? doubleval($theValue) : "NULL";
          break;
        case "date":
          $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
          break;
        case "defined":
          $theValue = ($theValue != "") ? $theDefinedValue : $theNotDefinedValue;
          break;
      return $theValue;
    mysql_select_db($database_attending, $attending);
    $query_rsattend = "SELECT * FROM attendlist ORDER BY surname ASC";
    $rsattend = mysql_query($query_rsattend, $attending) or die(mysql_error());
    $row_rsattend = mysql_fetch_assoc($rsattend);
    $totalRows_rsattend = mysql_num_rows($rsattend);
    $editFormAction = $_SERVER['PHP_SELF'];
    if (isset($_SERVER['QUERY_STRING'])) {
      $editFormAction .= "?" . htmlentities($_SERVER['QUERY_STRING']);
    if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "form1")) {
      $insertSQL = sprintf("INSERT INTO attendlist (Windowsid, title, firstname, surname, extension, mobile, jobrole, course, cpg, mgrname, room, Adate) VALUES (%s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s)",
                           GetSQLValueString($_POST['Wid'], "text"),
                           GetSQLValueString($_POST['title'], "text"),
                           GetSQLValueString($_POST['firstname'], "text"),
                           GetSQLValueString($_POST['surname'], "text"),
                           GetSQLValueString($_POST['contactno'], "text"),
                           GetSQLValueString($_POST['mobile'], "text"),
                           GetSQLValueString($_POST['jobrole'], "text"),
                           GetSQLValueString($_POST['courses'], "text"),
                           GetSQLValueString($_POST['cpg2'], "text"),
                           GetSQLValueString($_POST['mgrname2'], "text"),
                           GetSQLValueString($_POST['troom'], "text"),
                           GetSQLValueString($_POST['Adate2'], "date"));
      mysql_select_db($database_attending, $attending);
      $Result1 = mysql_query($insertSQL, $attending) or die(mysql_error());
      $insertGoTo = "Listing.php";
      if (isset($_SERVER['QUERY_STRING'])) {
        $insertGoTo .= (strpos($insertGoTo, '?')) ? "&" : "?";
        $insertGoTo .= $_SERVER['QUERY_STRING'];
      header(sprintf("Location: %s", $insertGoTo));
    if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "form1")) {
      $insertSQL = sprintf("INSERT INTO attendlist (title, firstname, surname, extension, mobile, jobrole, course, cpg, mgrname, room, Adate) VALUES (%s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s)",
                           GetSQLValueString($_POST['title'], "text"),
                           GetSQLValueString($_POST['firstname'], "text"),
                           GetSQLValueString($_POST['surname'], "text"),
                           GetSQLValueString($_POST['contactno'], "text"),
                           GetSQLValueString($_POST['mobile'], "text"),
                           GetSQLValueString($_POST['jobrole'], "text"),
                           GetSQLValueString($_POST['courses'], "text"),
                           GetSQLValueString($_POST['cpg2'], "text"),
                           GetSQLValueString($_POST['mgrname2'], "text"),
                           GetSQLValueString($_POST['troom'], "text"),
                           GetSQLValueString($_POST['Adate2'], "date"));
      mysql_select_db($database_attending, $attending);
      $Result1 = mysql_query($insertSQL, $attending) or die(mysql_error());
      $insertGoTo = "Listing.php";
      if (isset($_SERVER['QUERY_STRING'])) {
        $insertGoTo .= (strpos($insertGoTo, '?')) ? "&" : "?";
        $insertGoTo .= $_SERVER['QUERY_STRING'];
      header(sprintf("Location: %s", $insertGoTo));
    } ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Register</title>
    <style type="text/css">
    <!--
    body {
              font: 100%/0.8 Verdana, Arial, Helvetica, sans-serif;
              background-color: #4E5869;
              margin: 0;
              padding: 0;
              color: #000;
    /* ~~ Element/tag selectors ~~ */
    ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
              padding: 0;
              margin: 0;
    h1, h2, h3, h4, h5, h6, p {
              margin-top: 0;           /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
              padding-right: 15px;
              padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
    a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
              border: none;
    /* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
    a:link {
              color:#414958;
              text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
    a:visited {
              color: #4E5869;
              text-decoration: underline;
    a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
              text-decoration: none;
    /* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
    .container {
              width: 80%;
              max-width: 960px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
              min-width: 780px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
              background-color: #FFF;
              margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
    /* ~~the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo~~ */
    .header {
              background-color: #6F7D94;
    /* ~~ This is the layout information. ~~
    1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.
    .content {
              padding: 10px 0;
    /* ~~ This grouped selector gives the lists in the .content area space ~~ */
    .content ul, .content ol {
              padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
    /* ~~ The footer ~~ */
    .footer {
              padding: 10px 0;
              background-color: #6F7D94;
    /* ~~ miscellaneous float/clear classes ~~ */
    .fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
              float: right;
              margin-left: 8px;
    .fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
              float: left;
              margin-right: 8px;
    .clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
              clear:both;
              height:0;
              font-size: 1px;
              line-height: 0px;
    -->
    </style>
    <link href="SpryAssets/SpryValidationTextField.css" rel="stylesheet" type="text/css" />
    <link href="SpryAssets/SpryValidationSelect.css" rel="stylesheet" type="text/css" />
    <script src="SpryAssets/SpryValidationTextField.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryValidationSelect.js" type="text/javascript"></script>
    <script language='JavaScript' type='text/javascript' src='TSScript/yahoo.js'></script>
    <script language='JavaScript' type='text/javascript' src='TSScript/event.js'></script>
    <script language='JavaScript' type='text/javascript' src='TSScript/dom.js'></script>
    <script language='JavaScript' type='text/javascript' src='TSScript/calendar.js'></script>
    <link rel='stylesheet' type='text/css' href='TSScript/TSCalendar/calendar.css' />
    <script language='JavaScript' type='text/javascript' src='TSScript/TSCalendar/TSCalendar.js'></script>
    </head>
    <body>
    <div class="container">
      <div class="header"><!-- end .header --><img src="Cerner At Imperial2.jpg" width="960" height="150" alt="" /></div>
      <div class="content">
        <h3>Attendance Register
        </h3>
        <form action="<?php echo $editFormAction; ?>" id="form1" name="form1" method="POST">
          <table width="780" border="0" cellspacing="10" summary="Cerner@Imperial">
            <tr>
              <td><div align="right">* User ID</div></td>
              <td colspan="2"><span id="sprytextfield1">
                <input name="Wid" type="text" id="Wid" tabindex="1" size="18" maxlength="10" />
              <span class="textfieldRequiredMsg"> a value is required.</span></span></td>
              <td> </td>
            </tr>
            <tr>
              <td><div align="right">* Title</div></td>
              <td colspan="2"><span id="spryselect1">
                <select name="title" id="title" tabindex="2">
                  <option value="0">Select</option>
                  <option value="Ms">Ms</option>
                  <option value="Mrs">Mrs</option>
                  <option value="Mdm">Mdm</option>
                  <option value="Mr">Mr</option>
                  <option value="Dr">Dr</option>
                  <option value="Professor">Prof</option>
                </select>
    <span class="selectRequiredMsg">    Please select an item.</span></span></td>
              <td> </td>
            </tr>
            <tr>
              <td><div align="right">* First name</div></td>
              <td colspan="2"><span id="sprytextfield2">
                <input name="firstname" type="text" id="firstname" tabindex="3" size="40" maxlength="30" />
              <span class="textfieldRequiredMsg"> a value is required.</span></span></td>
              <td> </td>
            </tr>
            <tr>
              <td><div align="right">* Surname</div></td>
              <td colspan="2"><span id="sprytextfield5">
                <input name="surname" type="text" id="surname" tabindex="4" size="40" maxlength="30" />
              <span class="textfieldRequiredMsg"> a value is required.</span></span></td>
              <td> </td>
            </tr>
            <tr>
              <td><div align="right">* Contact/ Bleep</div></td>
              <td colspan="2"><span id="sprytextfield3">
                <input name="contactno" type="text" id="contactno" tabindex="5" size="10" maxlength="6" />
              <span class="textfieldRequiredMsg">A value is required.</span></span></td>
              <td> </td>
            </tr>
            <tr>
              <td><div align="right">Mobile (optional)</div></td>
              <td colspan="2"><input name="mobile" type="text" id="mobile" tabindex="6" size="25" maxlength="18" />          <span class="textfieldRequiredMsg">A value is required.</span><span class="textfieldInvalidFormatMsg">Invalid format.</span></td>
              <td> </td>
            </tr>
            <tr>
              <td> </td>
              <td colspan="2"> </td>
              <td> </td>
            </tr>
            <tr>
              <td><div align="right">* Job role</div></td>
              <td colspan="2"><span id="spryselect2">
                <select name="jobrole" id="jobrole" tabindex="7">
                  <option value="0">Select</option>
                  <option value="Doctor">Doctor</option>
                  <option value="CNS/NP">CNS/NP</option>
                  <option value="Midwife">Midwife</option>
                  <option value="Other Staff">Other Staff</option>
                  <option value="Nurse IP HCA">Nurse IP &amp; HCA</option>
                  <option value="Nurse OP HCA">Nurse OP &amp; HCA</option>
                  <option value="IP Physician Assitant">IP Physician Assistant</option>
                  <option value="OP Phlebotomist">OP Phlebotmist</option>
                  <option value="Pharmacists">Pharmacists</option>
                  <option value="Therapist AHP">Therapist &amp; AHP</option>
                  <option value="Medical Secretary">Medical Secretary</option>
                  <option value="Bed Manager">Bed Manager</option>
                  <option value="Medical Record Staff">Medical Records</option>
                  <option value="Medical Records Manager">Medical Records Mgr</option>
                  <option value="OP Booking Clerk">OP Booking Clerk</option>
                  <option value="OP Receptionist">OP Receptionist</option>
                  <option value="ED Admin">ED Admin</option>
                  <option value="Ward Administrator">Ward Administrator</option>
                  <option value="IP Wait List Clerk/Mgr">IP Wait List Clerk/Mgr</option>
                  <option value="Antenatal Supervisor">Antenatal Supervisor</option>
                  <option value="Clinical Coder">Clinical Coder</option>
                  <option value="Clinical Coding Mgr">Clinical Coding Mgr</option>
                  <option value="Pi Help Desk Backoffice">Pi Help Desk Analyst/Back Office</option>
                </select>
              <span class="selectInvalidMsg">Please select a valid item.</span></span></td>
              <td> </td>
            </tr>
            <tr>
              <td><div align="right">* Manager's Name</div></td>
              <td colspan="2"><span id="sprytextfield4">
              <input name="mgrname2" type="text" id="mgrname2" tabindex="8" size="40" maxlength="30" />
              <span class="textfieldRequiredMsg">A value is required.</span></span></td>
              <td> </td>
            </tr>
            <tr>
              <td><div align="right">* Attendance Data </div></td>
              <td colspan="2">
                <span id="sprytextfield6">
                <input name="Adate2" type="text" id="Adate2" tabindex="9" />
                <span class="textfieldRequiredMsg"> a value is required.</span><span class="textfieldInvalidFormatMsg"> invalid format.</span></span>
    </td>
              <td> </td>
            </tr>
            <tr>
              <td> </td>
              <td colspan="2"> </td>
              <td> </td>
            </tr>
            <tr>
              <td><div align="right">* Course</div></td>
              <td colspan="2">
              <select name="courses" id="courses" tabindex="10">
                <option value="0">Select</option>
                <option value="Doctors">Doctors</option>
                <option value="Nurse IP">Nurse IP</option>
                <option value="Nurse OP">Nurse OP</option>
                <option value="Midwife">Midwife</option>
                <option value="HCA">HCA</option>
                <option value="Pharmacist">Pharmacist</option>
                <option value="Back Office Staff">Back Office Staff</option>
                <option value="AHP">AHP</option>
                <option value="Pi Help Desk Analyst">Pi Help Desk Analyst</option>
                <option value="Medical Secretary">Medical Secretary</option>
                <option value="OP Phlebotmist">OP Phlebotmist</option>
                <option value="Champion Users Doctors">Champion Users Doctors</option>
                <option value="Champion Users Nurse IP">Champion Users Nurse IP</option>
              </select></td>
              <td> </td>
            </tr>
            <tr>
              <td><div align="right">* Location &amp; Room</div></td>
              <td><select name="troom" id="troom" tabindex="11">
                <option value="0">Select</option>
                <option value="CXH">Charing Cross</option>
                <option value="HH">Hammersmith Hammersmith</option>
                <option value="QEH">Queen Charlottee Hospital</option>
                <option value="SMH">St Mary's Hospital</option>
                <option value="WEH">Western Eye Hospital</option>
                <option value="SCC">St Charles Community</option>
              </select></td>
              <td> </td>
              <td> </td>
            </tr>
            <tr>
              <td><div align="right">* CPG</div></td>
              <td><select name="cpg2" id="cpg2" tabindex="12">
                <option value="0">Select</option>
                <option value="CPG 1 Medicine">CPG1 - Medicine</option>
                <option value="CPG 2 Surgery &amp; Cancer">CPG2 - Surgery and Cancer</option>
                <option value="CPG3 Specialist Services">CPG3 - Specialist Services</option>
                <option value="CPG4 Circulatory Services and Renal Medicine">CPG4 - Circulatory Services and Renal Medicine</option>
                <option value="CPG5 Womens and Childrens">CPG5 - Womens and Childrens</option>
                <option value="CPG6 Clinical and Investigative Sciences">CPG6 - Clinical and Investigative Sciences</option>
                <option value="CP7 Private Patients">CPG7 - Private Patients</option>
                <option value="Others">Others</option>
              </select></td>
              <td> </td>
              <td> </td>
            </tr>
            <tr>
              <td> </td>
              <td><input type="submit" name="submitbt" id="submitbt" value="Submit" /></td>
              <td> </td>
              <td> </td>
            </tr>
            <tr>
              <td> </td>
              <td colspan="2"> </td>
              <td> </td>
            </tr>
            <tr>
              <td><div align="center">* Mandatory Fields</div></td>
              <td colspan="2"> </td>
              <td> </td>
            </tr>
            <tr>
              <td> </td>
              <td colspan="2"> </td>
              <td> </td>
            </tr>
            <tr>
              <td> </td>
              <td colspan="2"> </td>
              <td> </td>
            </tr>
          </table>
          <input type="hidden" name="MM_insert" value="form1" />
        </form>
        <p> </p>
        <p> </p>
        <!-- end .content --></div>
      <div class="footer"></div>
    <script type="text/javascript">
    var sprytextfield1 = new Spry.Widget.ValidationTextField("sprytextfield1", "none", {validateOn:["blur", "change"]});
    var spryselect1 = new Spry.Widget.ValidationSelect("spryselect1", {validateOn:["blur", "change"]});
    var sprytextfield2 = new Spry.Widget.ValidationTextField("sprytextfield2", "none", {validateOn:["blur", "change"]});
    var sprytextfield3 = new Spry.Widget.ValidationTextField("sprytextfield3", "none", {validateOn:["blur", "change"]});
    var sprytextfield4 = new Spry.Widget.ValidationTextField("sprytextfield4", "integer", {validateOn:["blur", "change"]});
    var spryselect2 = new Spry.Widget.ValidationSelect("spryselect2", {invalidValue:"-1", isRequired:false, validateOn:["blur", "change"]});
    var sprytextfield4 = new Spry.Widget.ValidationTextField("sprytextfield4", "none", {validateOn:["blur"]});
    var sprytextfield5 = new Spry.Widget.ValidationTextField("sprytextfield5", "none", {validateOn:["blur", "change"]});
    var sprytextfield6 = new Spry.Widget.ValidationTextField("sprytextfield6", "date", {validateOn:["change"], format:"dd/mm/yyyy"});
        </script>
    </body>
    </html>
    <?php
    mysql_free_result($rsattend);
    ?>

  • How do I enable syntax highlighting for jspf files on Dreamweaver CS6 on Windows?

    I followed the instructions (which I modified for CS6) in this posting: http://blog.metameister.com/blog/2011/04/08/open-new-file-types-and-add-syntax-highlightin g-in-dreamweaver-cs5-on-window…
    but it did not work for CS6.
    How do I enable syntax highlighting for jspf files on Dreamweaver CS6 on Windows 7?
    cheers
    Marvin in Edmonton

    Ok, I figured it out after hunting for a few hours.
    Step 1. Add the File Type
    In Dreamweaver’s toolbar:
    Select Edit > Preferences; 
    under File Types / Editors, add .jspf to the line “Open in Code View:”.
    Step 2. Extensions.txt
    Add file type .jspf to the Extensions.txt files. There are two of these files:
    C:\Users\[username]\AppData\Roaming\Adobe\Dreamweaver CS6\en_US\Configuration
    C:\Program Files (x86)\Adobe\Adobe Dreamweaver CS6\configuration
    Step 3. MMDocumentTypes.xml
    Add jspf to the MMDocumentTypes.xml files. Open this file in Notepad or Text Editor. Do not modify the Dreamweaver configuration files within Dreamweaver.
    There are three MMDocumentTypes.xml files to be modified: 
    C:\Program Files (x86)\Adobe\Adobe Dreamweaver CS6\configuration\DocumentTypes
    C:\Users\mhaagsma\AppData\Roaming\Adobe\Dreamweaver CS6\en_US\Configuration
    C:\Users\mhaagsma\AppData\Roaming\Adobe\Dreamweaver CS6\en_US\Configuration\DocumentTypes\
    Step 4. Restart Dreamweaver
    Hopefully the file type will now be recognized and appear with syntax highlighting.

  • Dreamweaver won't recognize some file extensions

    I recently switched from using Dreamweaver CS6 on a PC to using it on a Mac. The problem is some of the files I need to work with end in .yaml but Dreamweaver won't let me open those files. I read I need to add the extension to the Extensions.txt file located in Dreamweaver CS6 > Configuration. However, while I've added "YAML," to the beginning of the section ending in "...:All Documents", added a "YAML: Djando Files" line to the file, saved the .txt file, and quit and restarted Dreamweaver, it still won't recognize the extension.
    Thoughts?
    Chris

    Did you add it to the "Open in Code View" section in preferences?
    Change, add recognized file extensions | Dreamweaver

  • Problems Creating a "Fluid Grid Layout" with Adobe Dreamweaver CS6

    I am trying to create a fluid grid layout in Dreamweaver CS6 (which I know how to do), the problem is Dreamweaver started automatically saving the boilerplate.css & respond.min.js in the Dreamweaver program folder (C:\Program Files (x86)\Adobe\Adobe Dreamweaver CS6\configuration\BuiltIn\Fluid Grid Layout\) it does not ask me to save the boilerplate.css or the respond.min.js docs as it normally does. Dreamweaver CS6 also creates a css document instead of the html page it should create. I called Adobe support, however they offer no support for "Fluid Grid Layouts", and I cannot seem to find a solution to this problem anywhere on the internet. If anyone knows how to fix this so it will work properly again it will be greatly appreciated!

    Hi toger02,
    If you have restored the preferences correctly and the issue is still unresolved I would recommend checking the workflow again.
    Define a new site in Dreamweaver.
    File < New Fluid Grid Layout < Create. Doctype set to HTML5 and no CSS file attached.
    A dialog box will pop up, prompting you to save the CSS for this design. This is your custom style sheet. Give a "filename.css" < Click Save.
    Once you've done that, the layout for the mobile device appears in the design view as an "untitled" new document with related files listed as "boilerplate.css","respond.min.js" and "filename.css" i.e your custom CSS file.
    File < Save < "filename.html". < Save. On clicking Save it will show a popup with the message: Copy Dependent Files, which are boilerplate.css and respond.min.js.
    I hope this helps else let us know if issue is on all the new sites and fluid grid pages that you create?
    Thanks,
    Bhawna

  • Cannot use Dreamweaver CS6 because of "running for long time" script issue

    Started getting this error yesterday, it’s killing me....
    Dialog box says: "A script in file ~:Applications:ADOBE CS6:Adobe Dreamweaver CS6:Configuration:Shared:BC:JS:bc_sites.js has been running for a long time.  Do you want to continue?"
    The message keeps persisting almost everytime I try to edit something, the Yes or No options don’t seem to do anythin other than remove the dialogue box temporarily.
    Searched for a solution to this but only found unanswered questions, so I uninstalled the app, re-installed it and all seemed to be ok for a short while and now the issue is back.
    I’m using business catalyst and like the improved imtegration, but this is broken!!
    Please Help..

    designchiefkm wrote:
    Hi, yeah that link leads to "Ask the experts" which is this community forum...
    very bland support me thinks...
    I'm a strong supporter of DW and Adobe, but it's one of the reasons I'm not in the Cloud or using BC.  Support is charged at a per-incident or corporate rate: http://www.adobe.com/support/programs/ . 
    You can try trashing that Configuration folder ( http://helpx.adobe.com/dreamweaver/kb/troubleshoot-javascript-errors-dreamweaver-cs4.html - See steps 12 & 4 for details).  But that's about the extent of community support here for most technical issues.  Seeing as how you have only 3 posts since April  you probably were not around the last time customers spoke up and complained and prompted the Lambert Walsh letter almost 3 years back now. ( http://blogs.adobe.com/captivate/2009/08/open_letter_to_our_customers_o.html ).  Just don't be afraid to speak up or write to Adobe, they will listen.

  • Jquery mobile 1.4  AND Dreamweaver cs6

    dear
           dreamweaver cs6 can't support jquery mobile 1.4. I want to know how to resolve it. thank you for supporting.
    ciciyaa
    2013-11-14

    There are two ways to do this:
    Replace the jQuery Mobile files in the main Dreamweaver configuration folder. On Windows the location is C:\Program Files (x86)\Adobe\Adobe Dreamweaver CS6\configuration\Third Party Source Code\jquery-mobile. On a Mac, it's a similar location in the Applications folder. You will need Administrator permissions to change the files.
    If you don't want to change the files in the main configuration folder, open a blank page, and insert a jQuery Mobile page from the Insert panel or menu. This opens the following dialog box, which allows you to specify a custom location for the jQuery Mobile files (click the highlighted folder icons to choose the new folder(s)).

  • Cannot install onto DW CS6 with latest extension Manager hangs indefinitely ASP Shopping Cart DwZone Software Version 1.3.10 Where to find it Server Behaviors panel DwZone menu  ***Dreamweaver CC users: Please note this extension is only compatible wit

    EM CS6 log file has a single error line, yet it hangs right after license agreement at about 10% progress and never makes it any further.
    [DEBUG] Wed Nov 12 01:23:36 2014 [.187] (OWLMain.cpp,899) -APE environment initializd OK
    [DEBUG] Wed Nov 12 01:23:36 2014 [.187] (OWLMain.cpp,902) -C:\Program Files\Adobe\Adobe Extension Manager CS6
    [DEBUG] Wed Nov 12 01:23:36 2014 [.250] (OWLMain.cpp,937) -Create APE stage window OK
    [INFO] Wed Nov 12 01:23:36 2014 [.437] (OWLMain.cpp,969) -Load swf file succeed.
    [DEBUG] Wed Nov 12 01:23:38 2014 [.125] (OWLMain.cpp,143) -AIR is ready for the invocation from C++ side
    [TRACE] Wed Nov 12 01:23:38 2014 [.125] (CommandExecutorMfc.cpp,35) -MESSAGE
    [DEBUG] Wed Nov 12 01:23:38 2014 [.125] (..\Control\GetSupportedLocalList.cpp,56) -Sending Get Locale list request to AIR
    [DEBUG] Wed Nov 12 01:23:38 2014 [.125] (..\Control\OWLFrontController.cpp,404) --------------------Request (C++ side To AIR part ) Start--------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.125] (..\Control\OWLFrontController.cpp,407) -Method Name: airGetLocaleList
    [DEBUG] Wed Nov 12 01:23:38 2014 [.125] (..\Control\OWLFrontController.cpp,424) --1
    [DEBUG] Wed Nov 12 01:23:38 2014 [.125] (..\Control\OWLFrontController.cpp,450) --------------------Request (C++ side To AIR part ) End---------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.281] (..\Control\OWLFrontController.cpp,95) ------------------AIR request To C++ Start-----------------------------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.281] (..\Control\OWLFrontController.cpp,98) -Receive the request from AIR, Request name is externalCallBack
    [DEBUG] Wed Nov 12 01:23:38 2014 [.281] (..\Control\OWLFrontController.cpp,118) --1
    [DEBUG] Wed Nov 12 01:23:38 2014 [.281] (..\Control\OWLFrontController.cpp,118) -0
    [DEBUG] Wed Nov 12 01:23:38 2014 [.281] (..\Control\OWLFrontController.cpp,118) -en_US,da_DK,de_DE,cs_CZ,es_ES,fi_FI,fr_FR,hu_HU,it_IT,ja_JP,ko_KR,nb_NO,nl_NL,pl_PL,pt_B R,ru_RU,sv_SE,tr_TR,uk_UA,zh_CN,zh_TW
    [DEBUG] Wed Nov 12 01:23:38 2014 [.281] (..\Control\OWLFrontController.cpp,142) -----------------AIR request To C++ End--------------------------------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.281] (..\Control\PumpBridgeTalkMessageCommand.cpp,67) -PumpBridgeTalkMessageCommand::execute(), register bridge talk message handler.
    [DEBUG] Wed Nov 12 01:23:38 2014 [.296] (..\Control\OWLFrontController.cpp,165) -RequestId is-1. It is a request used to unlock OK/Cancel
    [DEBUG] Wed Nov 12 01:23:38 2014 [.296] (..\Control\GetSupportedLocalList.cpp,81) -Get Locale list completed
    [DEBUG] Wed Nov 12 01:23:38 2014 [.296] (..\MMFC\Source\MacrOS.cpp,1738) -=====Supported locales list items:=====
    [DEBUG] Wed Nov 12 01:23:38 2014 [.296] (..\MMFC\Source\MacrOS.cpp,1742) -en_US
    [DEBUG] Wed Nov 12 01:23:38 2014 [.296] (..\MMFC\Source\MacrOS.cpp,1742) -da_DK
    [DEBUG] Wed Nov 12 01:23:38 2014 [.296] (..\MMFC\Source\MacrOS.cpp,1742) -de_DE
    [DEBUG] Wed Nov 12 01:23:38 2014 [.296] (..\MMFC\Source\MacrOS.cpp,1742) -es_ES
    [DEBUG] Wed Nov 12 01:23:38 2014 [.296] (..\MMFC\Source\MacrOS.cpp,1742) -fi_FI
    [DEBUG] Wed Nov 12 01:23:38 2014 [.296] (..\MMFC\Source\MacrOS.cpp,1742) -fr_FR
    [DEBUG] Wed Nov 12 01:23:38 2014 [.312] (..\MMFC\Source\MacrOS.cpp,1742) -it_IT
    [DEBUG] Wed Nov 12 01:23:38 2014 [.312] (..\MMFC\Source\MacrOS.cpp,1742) -nb_NO
    [DEBUG] Wed Nov 12 01:23:38 2014 [.312] (..\MMFC\Source\MacrOS.cpp,1742) -nl_NL
    [DEBUG] Wed Nov 12 01:23:38 2014 [.312] (..\MMFC\Source\MacrOS.cpp,1742) -pt_BR
    [DEBUG] Wed Nov 12 01:23:38 2014 [.312] (..\MMFC\Source\MacrOS.cpp,1742) -sv_SE
    [DEBUG] Wed Nov 12 01:23:38 2014 [.312] (..\MMFC\Source\MacrOS.cpp,1762) -The User preferred language code is en_US
    [DEBUG] Wed Nov 12 01:23:38 2014 [.312] (..\MMFC\Source\MacrOS.cpp,1765) -en_US
    [DEBUG] Wed Nov 12 01:23:38 2014 [.312] (..\Control\OWLFrontController.cpp,404) --------------------Request (C++ side To AIR part ) Start--------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.312] (..\Control\OWLFrontController.cpp,407) -Method Name: airSetLocale
    [DEBUG] Wed Nov 12 01:23:38 2014 [.312] (..\Control\OWLFrontController.cpp,424) --2
    [DEBUG] Wed Nov 12 01:23:38 2014 [.312] (..\Control\OWLFrontController.cpp,424) -en_US
    [DEBUG] Wed Nov 12 01:23:38 2014 [.312] (..\Control\OWLFrontController.cpp,450) --------------------Request (C++ side To AIR part ) End---------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.312] (..\MacrExtensionManager.cpp,1327) -Extension Mnaager starts initializing
    [DEBUG] Wed Nov 12 01:23:38 2014 [.312] (..\MMFC\Source\MacrOS.cpp,4274) -Bare version is
    [DEBUG] Wed Nov 12 01:23:38 2014 [.312] (..\MMFC\Source\MacrOS.cpp,4275) -6.0.8.28
    [DEBUG] Wed Nov 12 01:23:38 2014 [.312] (..\MMFC\Source\MacrOS.cpp,4280) -Formal version is
    [DEBUG] Wed Nov 12 01:23:38 2014 [.312] (..\MMFC\Source\MacrOS.cpp,4281) -6.0.8.28
    [DEBUG] Wed Nov 12 01:23:38 2014 [.328] (..\Products\MacrExtensionManagerProduct.cpp,193) -Application name is Adobe Extension Manager CS6.exe
    [DEBUG] Wed Nov 12 01:23:38 2014 [.343] (..\Products\MacrCommonProduct.cpp,90) -Application path is C:\Program Files\Adobe\Adobe Bridge CS5.1
    [INFO] Wed Nov 12 01:23:38 2014 [.375] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Common Files\Adobe\Adobe Touch App Plugins), with value (en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.390] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Audition CS6), with value (en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.406] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Common Files\Adobe\XMP\Custom File Info Panels\4.0), with value (en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.421] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows), with value (en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.421] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Extension Manager CS6), with value (en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.421] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Bridge CS6), with value (en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.437] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Utilities - CS6\ExtendScript Toolkit CS6), with value (en_US).
    [DEBUG] Wed Nov 12 01:23:38 2014 [.453] (..\Control\OWLFrontController.cpp,404) --------------------Request (C++ side To AIR part ) Start--------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.453] (..\Control\OWLFrontController.cpp,407) -Method Name: airCallBack
    [DEBUG] Wed Nov 12 01:23:38 2014 [.453] (..\Control\OWLFrontController.cpp,424) -0
    [DEBUG] Wed Nov 12 01:23:38 2014 [.453] (..\Control\OWLFrontController.cpp,424) -0
    [DEBUG] Wed Nov 12 01:23:38 2014 [.453] (..\Control\OWLFrontController.cpp,450) --------------------Request (C++ side To AIR part ) End---------------------------
    [INFO] Wed Nov 12 01:23:38 2014 [.468] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Utilities - CS5.5\ExtendScript Toolkit CS5.5), with value (en_GB).
    [INFO] Wed Nov 12 01:23:38 2014 [.484] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Dreamweaver CS5.5), with value (en_GB).
    [INFO] Wed Nov 12 01:23:38 2014 [.484] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Photoshop CS5.1), with value (en_GB).
    [INFO] Wed Nov 12 01:23:38 2014 [.484] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Media Encoder CS5.5), with value (en_GB).
    [INFO] Wed Nov 12 01:23:38 2014 [.484] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Illustrator CS5.1\Support Files\Contents\Windows), with value (en_GB).
    [INFO] Wed Nov 12 01:23:38 2014 [.500] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Common Files\Adobe\XMP\Custom File Info Panels\3.0), with value (en_GB).
    [INFO] Wed Nov 12 01:23:38 2014 [.500] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Extension Manager CS5.5), with value (en_GB).
    [INFO] Wed Nov 12 01:23:38 2014 [.500] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Device Central CS5.5), with value (en_GB).
    [INFO] Wed Nov 12 01:23:38 2014 [.515] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe InDesign CS5.5), with value (en_GB).
    [INFO] Wed Nov 12 01:23:38 2014 [.515] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Fireworks CS5.1), with value (en_GB).
    [INFO] Wed Nov 12 01:23:38 2014 [.531] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Common Files\Adobe\Bridge CS5.1 Extensions\Adobe Output Module), with value (en_GB).
    [INFO] Wed Nov 12 01:23:38 2014 [.531] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Common Files\Adobe\SwitchBoard), with value (en_GB,en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.546] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Flash Catalyst CS5.5), with value (en_GB).
    [INFO] Wed Nov 12 01:23:38 2014 [.546] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Flash CS5.5), with value (en_GB).
    [INFO] Wed Nov 12 01:23:38 2014 [.546] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Bridge CS5.1), with value (en_GB).
    [INFO] Wed Nov 12 01:23:38 2014 [.546] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe ExtendScript Toolkit CC), with value (en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.578] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Photoshop CS6), with value (en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.625] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe InCopy CS6), with value (en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.640] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Dreamweaver CS6), with value (en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.640] (..\MacrProductInfoFromCapsLib.cpp,273) -Got dummy languages for key (C:\Program Files\Adobe\Adobe Dreamweaver CS6), with value (da_DK,en_US;en_AE,en_US;en_GB,en_US;en_IL,en_US;en_XM,en_US;es_MX,es_ES;fi_FI,en_US;fr_C A,fr_FR;fr_MA,fr_FR;fr_XM,fr_FR;hu_HU,en_US;uk_UA,en_US;).
    [INFO] Wed Nov 12 01:23:38 2014 [.687] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Flash CS6), with value (en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.687] (..\MacrProductInfoFromCapsLib.cpp,273) -Got dummy languages for key (C:\Program Files\Adobe\Adobe Flash CS6), with value (da_DK,en_US;en_AE,en_US;en_GB,en_US;en_IL,en_US;es_MX,es_ES;fi_FI,en_US;fr_CA,fr_FR;fr_M A,fr_FR;hu_HU,en_US;nb_NO,en_US;uk_UA,en_US;).
    [INFO] Wed Nov 12 01:23:38 2014 [.703] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Media Encoder CS6), with value (en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.718] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Flash Builder 4.6), with value (en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.734] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Fireworks CS6), with value (en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.734] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Flash Builder 4.7), with value (en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.750] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe InDesign CS6), with value (en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.765] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Prelude CS6), with value (en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.781] (..\MacrProductInfoFromCapsLib.cpp,360) -For product (C:\Program Files\Adobe\Adobe Bridge CS5.1), the installed languages are (en_GB)
    [DEBUG] Wed Nov 12 01:23:38 2014 [.781] (..\MactProductInfoFromBridge.cpp,76) ----Begin to read xman configuration data file---
    [DEBUG] Wed Nov 12 01:23:38 2014 [.781] (..\MactProductInfoFromBridge.cpp,77) -The present xman data file is:
    [DEBUG] Wed Nov 12 01:23:38 2014 [.781] (..\MactProductInfoFromBridge.cpp,78) -C:\Program Files\Adobe\Adobe Bridge CS5.1\Configuration\XManConfig.xml
    [DEBUG] Wed Nov 12 01:23:38 2014 [.781] (..\MactProductInfoFromBridge.cpp,87) ----End to read  xman configuration data file---
    [DEBUG] Wed Nov 12 01:23:38 2014 [.781] (..\Control\macrgetXml_impl.cpp,68) -Sending XML contents to AIR
    [DEBUG] Wed Nov 12 01:23:38 2014 [.781] (..\Control\OWLFrontController.cpp,404) --------------------Request (C++ side To AIR part ) Start--------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.781] (..\Control\OWLFrontController.cpp,407) -Method Name: airParseXML
    [DEBUG] Wed Nov 12 01:23:38 2014 [.781] (..\Control\OWLFrontController.cpp,424) --3
    [DEBUG] Wed Nov 12 01:23:38 2014 [.781] (..\Control\OWLFrontController.cpp,424) -C:\Program Files\Adobe\Adobe Bridge CS5.1\Configuration\XManConfig.xml
    [DEBUG] Wed Nov 12 01:23:38 2014 [.781] (..\Control\OWLFrontController.cpp,424) -Configuration.VariableForExMan.Data
    [DEBUG] Wed Nov 12 01:23:38 2014 [.796] (..\Control\OWLFrontController.cpp,450) --------------------Request (C++ side To AIR part ) End---------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,95) ------------------AIR request To C++ Start-----------------------------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,98) -Receive the request from AIR, Request name is externalCallBack
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) --3
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -0
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -DisplayName
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -Bridge CS5.1
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -ProductName
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -Bridge
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -FamilyName
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -Bridge
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -ProductVersion
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -4.1
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -IconPath
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -Configuration/Icon.png
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -UserExtensionFolder
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -$UserDataFolder/Adobe/Bridge CS5.1/Configuration/Extensions
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -SupportedInSuite
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -CS5.5
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -$bridgeappfolder
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -$installfolder
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -$pluginsfolder
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,118) -$bridgeappfolder/Plug-Ins
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,118) -$presetsfolder
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,118) -$bridgeappfolder/Presets
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,118) -$bridge
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,118) -$UserDataFolder/Adobe/Bridge CS5.1/Configuration
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,118) -$startupscripts
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,118) -$adobecommon/Startup Scripts CS5.5
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,118) -$bridgestartupscripts
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,118) -$startupscripts/Adobe Bridge
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,118) -$extensions
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,118) -$adobecommon/Bridge CS5.1 Extensions
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,118) -$workspaces
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,118) -$UserDataFolder/Adobe/Bridge CS5.1/Workspaces
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,118) -$extensionworkspaces
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,118) -$extensions/Workspaces
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,118) -$userscripts
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,118) -$UserDataFolder/Adobe/Bridge CS5.1/Startup Scripts
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,142) -----------------AIR request To C++ End--------------------------------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,165) -RequestId is-3. It is a request used to unlock OK/Cancel
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\macrgetXml_impl.cpp,111) -XML contents parse completed
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Products\MacrCommonProduct.cpp,401) -Product Name for bridge-4.1 is Bridge
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\MacrProduct.cpp,1317) -Display Name for bridge-4.1 is Bridge CS5.1
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Products\MacrCommonProduct.cpp,444) -Product version forBridge CS5.1 is 4.1
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Products\MacrCommonProduct.cpp,463) -Language code for Bridge CS5.1 is en_GB
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Products\MacrCommonProduct.cpp,191) -Icon Path for Bridge CS5.1 is C:\Program Files\Adobe\Adobe Bridge CS5.1\Configuration\Icon.png
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Products\MacrCommonProduct.cpp,382) -Product Family Name for bridge-4.1 is Bridge
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\MacrProduct.cpp,211) -The product bridge-4.1 is not supported by CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\MacrProduct.cpp,173) -The product bridge-4.1 is supported by CS5.5
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\MacrProduct.cpp,1423) -EMStore path for Bridge CS5.1 is C:\Documents and Settings\mike\Application Data\Adobe\Extension Manager CS5.5\Configuration\Extensions\
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\MacrProduct.cpp,211) -The product bridge-4.1 is not supported by CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.843] (..\MacrProduct.cpp,211) -The product bridge-4.1 is not supported by CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.843] (..\MacrProduct.cpp,1283) -Preferred folder for Bridge CS5.1 is
    [DEBUG] Wed Nov 12 01:23:38 2014 [.843] (..\MacrProduct.cpp,211) -The product bridge-4.1 is not supported by CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.843] (..\MacrProduct.cpp,173) -The product bridge-4.1 is supported by CS5.5
    [DEBUG] Wed Nov 12 01:23:38 2014 [.843] (..\Products\MacrCommonProduct.cpp,90) -Application path is C:\Program Files\Adobe\Adobe Illustrator CS5.1\Support Files\Contents\Windows
    [INFO] Wed Nov 12 01:23:38 2014 [.843] (..\MacrProductInfoFromCapsLib.cpp,360) -For product (C:\Program Files\Adobe\Adobe Illustrator CS5.1\Support Files\Contents\Windows), the installed languages are (en_GB)
    [DEBUG] Wed Nov 12 01:23:38 2014 [.843] (..\MactProductInfoFromBridge.cpp,76) ----Begin to read xman configuration data file---
    [DEBUG] Wed Nov 12 01:23:38 2014 [.843] (..\MactProductInfoFromBridge.cpp,77) -The present xman data file is:
    [DEBUG] Wed Nov 12 01:23:38 2014 [.843] (..\MactProductInfoFromBridge.cpp,78) -C:\Program Files\Adobe\Adobe Illustrator CS5.1\Support Files\Contents\Windows\Configuration\XManConfig.xml
    [DEBUG] Wed Nov 12 01:23:38 2014 [.843] (..\MactProductInfoFromBridge.cpp,87) ----End to read  xman configuration data file---
    [DEBUG] Wed Nov 12 01:23:38 2014 [.843] (..\Control\macrgetXml_impl.cpp,68) -Sending XML contents to AIR
    [DEBUG] Wed Nov 12 01:23:38 2014 [.843] (..\Control\OWLFrontController.cpp,404) --------------------Request (C++ side To AIR part ) Start--------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.843] (..\Control\OWLFrontController.cpp,407) -Method Name: airParseXML
    [DEBUG] Wed Nov 12 01:23:38 2014 [.843] (..\Control\OWLFrontController.cpp,424) --4
    [DEBUG] Wed Nov 12 01:23:38 2014 [.843] (..\Control\OWLFrontController.cpp,424) -C:\Program Files\Adobe\Adobe Illustrator CS5.1\Support Files\Contents\Windows\Configuration\XManConfig.xml
    [DEBUG] Wed Nov 12 01:23:38 2014 [.843] (..\Control\OWLFrontController.cpp,424) -Configuration.VariableForExMan.Data
    [DEBUG] Wed Nov 12 01:23:38 2014 [.843] (..\Control\OWLFrontController.cpp,450) --------------------Request (C++ side To AIR part ) End---------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,95) ------------------AIR request To C++ Start-----------------------------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,98) -Receive the request from AIR, Request name is externalCallBack
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,118) --4
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,118) -0
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,118) -UserExtensionFolder
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,118) -$UserDataFolder/Adobe/Adobe Illustrator CS5.1 Extensions
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,118) -$illustrator
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,118) -$InstallFolder/../../..
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,118) -$plugin
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,118) -$InstallFolder/../../../Plug-ins
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,118) -$scripting
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,118) -$InstallFolder/../../../Scripting
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,118) -$presets
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,118) -$InstallFolder/../../../Presets
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,118) -DisplayName
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,118) -Illustrator CS5.1
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,118) -ProductName
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,118) -Illustrator
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Control\OWLFrontController.cpp,118) -ProductVersion
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Control\OWLFrontController.cpp,118) -15.1
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Control\OWLFrontController.cpp,118) -HostNameForCSXS
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Control\OWLFrontController.cpp,118) -ILST
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Control\OWLFrontController.cpp,118) -IconPath
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Control\OWLFrontController.cpp,118) -Configuration/ai_app_24px.png
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Control\OWLFrontController.cpp,118) -SupportedInSuite
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Control\OWLFrontController.cpp,118) -CS5.5
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Control\OWLFrontController.cpp,118) -DefaultLocale
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Control\OWLFrontController.cpp,118) -en_US
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Control\OWLFrontController.cpp,118) -EmStorePath
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Control\OWLFrontController.cpp,118) -$SharedRibsDataFolder/Adobe/Extension Manager CS5.5/Illustrator CS5.1
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Control\OWLFrontController.cpp,118) -Bit
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Control\OWLFrontController.cpp,118) -32
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Control\OWLFrontController.cpp,142) -----------------AIR request To C++ End--------------------------------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Control\OWLFrontController.cpp,165) -RequestId is-4. It is a request used to unlock OK/Cancel
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Control\macrgetXml_impl.cpp,111) -XML contents parse completed
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Products\MacrCommonProduct.cpp,401) -Product Name for illustrator-15.1 is Illustrator
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\MacrProduct.cpp,1317) -Display Name for illustrator-15.1 is Illustrator CS5.1
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Products\MacrCommonProduct.cpp,444) -Product version forIllustrator CS5.1 is 15.1
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Products\MacrCommonProduct.cpp,463) -Language code for Illustrator CS5.1 is en_GB
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Products\MacrCommonProduct.cpp,191) -Icon Path for Illustrator CS5.1 is C:\Program Files\Adobe\Adobe Illustrator CS5.1\Support Files\Contents\Windows\Configuration\ai_app_24px.png
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Products\MacrCommonProduct.cpp,382) -Product Family Name for illustrator-15.1 is
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\MacrProduct.cpp,211) -The product illustrator-15.1 is not supported by CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\MacrProduct.cpp,173) -The product illustrator-15.1 is supported by CS5.5
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\MacrProduct.cpp,1423) -EMStore path for Illustrator CS5.1 is C:\Documents and Settings\All Users\Application Data\Adobe\Extension Manager CS5.5\Illustrator CS5.1\
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\MacrProduct.cpp,211) -The product illustrator-15.1 is not supported by CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\MacrProduct.cpp,211) -The product illustrator-15.1 is not supported by CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\MacrProduct.cpp,1283) -Preferred folder for Illustrator CS5.1 is
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\MacrProduct.cpp,211) -The product illustrator-15.1 is not supported by CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\MacrProduct.cpp,173) -The product illustrator-15.1 is supported by CS5.5
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Products\MacrCommonProduct.cpp,90) -Application path is C:\Program Files\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows
    [INFO] Wed Nov 12 01:23:38 2014 [.890] (..\MacrProductInfoFromCapsLib.cpp,360) -For product (C:\Program Files\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows), the installed languages are (en_US)
    [DEBUG] Wed Nov 12 01:23:38 2014 [.890] (..\MactProductInfoFromBridge.cpp,76) ----Begin to read xman configuration data file---
    [DEBUG] Wed Nov 12 01:23:38 2014 [.890] (..\MactProductInfoFromBridge.cpp,77) -The present xman data file is:
    [DEBUG] Wed Nov 12 01:23:38 2014 [.890] (..\MactProductInfoFromBridge.cpp,78) -C:\Program Files\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows\Configuration\XManConfig.xml
    [DEBUG] Wed Nov 12 01:23:38 2014 [.890] (..\MactProductInfoFromBridge.cpp,87) ----End to read  xman configuration data file---
    [DEBUG] Wed Nov 12 01:23:38 2014 [.890] (..\Control\macrgetXml_impl.cpp,68) -Sending XML contents to AIR
    [DEBUG] Wed Nov 12 01:23:38 2014 [.890] (..\Control\OWLFrontController.cpp,404) --------------------Request (C++ side To AIR part ) Start--------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.890] (..\Control\OWLFrontController.cpp,407) -Method Name: airParseXML
    [DEBUG] Wed Nov 12 01:23:38 2014 [.890] (..\Control\OWLFrontController.cpp,424) --5
    [DEBUG] Wed Nov 12 01:23:38 2014 [.890] (..\Control\OWLFrontController.cpp,424) -C:\Program Files\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows\Configuration\XManConfig.xml
    [DEBUG] Wed Nov 12 01:23:38 2014 [.890] (..\Control\OWLFrontController.cpp,424) -Configuration.VariableForExMan.Data
    [DEBUG] Wed Nov 12 01:23:38 2014 [.890] (..\Control\OWLFrontController.cpp,450) --------------------Request (C++ side To AIR part ) End---------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,95) ------------------AIR request To C++ Start-----------------------------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,98) -Receive the request from AIR, Request name is externalCallBack
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) --5
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) -0
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) -$illustrator
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) -$InstallFolder/../../..
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) -$plugin
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) -$InstallFolder/../../../Plug-ins
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) -$scripting
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) -$InstallFolder/../../../Scripting
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) -$presets
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) -$InstallFolder/../../../Presets
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) -DisplayName
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) -Illustrator CS6 32
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) -ProductName
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) -Illustrator32
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) -FamilyName
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) -Illustrator
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) -ProductVersion
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) -16.0
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\OWLFrontController.cpp,118) -HostNameForCSXS
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\OWLFrontController.cpp,118) -ILST
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\OWLFrontController.cpp,118) -IconPath
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\OWLFrontController.cpp,118) -Configuration/ai_app_24px.png
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\OWLFrontController.cpp,118) -SupportedInSuite
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\OWLFrontController.cpp,118) -CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\OWLFrontController.cpp,118) -DefaultLocale
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\OWLFrontController.cpp,118) -en_US
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\OWLFrontController.cpp,118) -Bit
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\OWLFrontController.cpp,118) -32
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\OWLFrontController.cpp,142) -----------------AIR request To C++ End--------------------------------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\OWLFrontController.cpp,165) -RequestId is-5. It is a request used to unlock OK/Cancel
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\macrgetXml_impl.cpp,111) -XML contents parse completed
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Products\MacrCommonProduct.cpp,401) -Product Name for illustrator-16.032 is Illustrator32
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\MacrProduct.cpp,1317) -Display Name for illustrator-16.032 is Illustrator CS6 32
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Products\MacrCommonProduct.cpp,444) -Product version forIllustrator CS6 32 is 16.0
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Products\MacrCommonProduct.cpp,463) -Language code for Illustrator CS6 32 is en_US
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Products\MacrCommonProduct.cpp,191) -Icon Path for Illustrator CS6 32 is C:\Program Files\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows\Configuration\ai_app_24px.png
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Products\MacrCommonProduct.cpp,382) -Product Family Name for illustrator-16.032 is Illustrator
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\MacrProduct.cpp,203) -The product illustrator-16.032 is supported by CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\MacrProduct.cpp,1459) -EMStore path per-machine for illustrator-16.032 is C:\Documents and Settings\All Users\Application Data\Adobe\Extension Manager CS6\EM Store\Illustrator CS6 32\
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\MacrProduct.cpp,203) -The product illustrator-16.032 is supported by CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\MacrProduct.cpp,1528) -MxiFlag path per-machine for illustrator-16.032 is C:\Documents and Settings\All Users\Application Data\Adobe\Extension Manager CS6\Mxi Flag\Illustrator CS6 32\
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\MacrProduct.cpp,203) -The product illustrator-16.032 is supported by CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\MacrProduct.cpp,1283) -Preferred folder for Illustrator CS6 32 is
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\MacrProduct.cpp,203) -The product illustrator-16.032 is supported by CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Products\MacrCommonProduct.cpp,90) -Application path is C:\Program Files\Adobe\Adobe InCopy CS6
    [INFO] Wed Nov 12 01:23:38 2014 [.921] (..\MacrProductInfoFromCapsLib.cpp,360) -For product (C:\Program Files\Adobe\Adobe InCopy CS6), the installed languages are (en_US)
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\MactProductInfoFromBridge.cpp,76) ----Begin to read xman configuration data file---
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\MactProductInfoFromBridge.cpp,77) -The present xman data file is:
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\MactProductInfoFromBridge.cpp,78) -C:\Program Files\Adobe\Adobe InCopy CS6\Configuration\XManConfig.xml
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\MactProductInfoFromBridge.cpp,87) ----End to read  xman configuration data file---
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\macrgetXml_impl.cpp,68) -Sending XML contents to AIR
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\OWLFrontController.cpp,404) --------------------Request (C++ side To AIR part ) Start--------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\OWLFrontController.cpp,407) -Method Name: airParseXML
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\OWLFrontController.cpp,424) --6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\OWLFrontController.cpp,424) -C:\Program Files\Adobe\Adobe InCopy CS6\Configuration\XManConfig.xml
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\OWLFrontController.cpp,424) -Configuration.VariableForExMan.Data
    [DEBUG] Wed Nov 12 01:23:38 2014 [.937] (..\Control\OWLFrontController.cpp,450) --------------------Request (C++ side To AIR part ) End---------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,95) ------------------AIR request To C++ Start-----------------------------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,98) -Receive the request from AIR, Request name is externalCallBack
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) --6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -0
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -$incopy
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -$InstallFolder
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -$incopy_user
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -$UserDataFolder/Adobe/Adobe InCopy CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -DisplayName
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -InCopy CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -GlobalProductName
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -Adobe InCopy CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -ProductName
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -InCopy
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -ProductVersion
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -8.0
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -HostNameForCSXS
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -AICY
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -IconPath
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -Configuration/Icon.png
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -SupportedInSuite
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -DefaultLocale
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -en_US
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -NeedLockableExtension
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -true
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -ShowInstalledFiles
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -true
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Control\OWLFrontController.cpp,118) -Bit
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Control\OWLFrontController.cpp,118) -32
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Control\OWLFrontController.cpp,118) -PreExtensionFolder
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Control\OWLFrontController.cpp,118) -$SharedCommonDataFolder/Adobe/InCopy/Version 8.0/en_US/Extensions
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Control\OWLFrontController.cpp,118) -PluginConfigFile
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Control\OWLFrontController.cpp,118) -$UserDataFolder/Adobe/InCopy/Version 8.0/en_US/PlugInConfig.txt
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Control\OWLFrontController.cpp,142) -----------------AIR request To C++ End--------------------------------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Control\OWLFrontController.cpp,165) -RequestId is-6. It is a request used to unlock OK/Cancel
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Control\macrgetXml_impl.cpp,111) -XML contents parse completed
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Products\MacrCommonProduct.cpp,401) -Product Name for incopy-8.0 is InCopy
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\MacrProduct.cpp,1317) -Display Name for incopy-8.0 is InCopy CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Products\MacrCommonProduct.cpp,444) -Product version forInCopy CS6 is 8.0
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Products\MacrCommonProduct.cpp,463) -Language code for InCopy CS6 is en_US
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Products\MacrCommonProduct.cpp,191) -Icon Path for InCopy CS6 is C:\Program Files\Adobe\Adobe InCopy CS6\Configuration\Icon.png
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Products\MacrCommonProduct.cpp,382) -Product Family Name for incopy-8.0 is
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\MacrProduct.cpp,203) -The product incopy-8.0 is supported by CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\MacrProduct.cpp,1459) -EMStore path per-machine for incopy-8.0 is C:\Documents and Settings\All Users\Application Data\Adobe\Extension Manager CS6\EM Store\InCopy CS6\
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\MacrProduct.cpp,203) -The product incopy-8.0 is supported by CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\MacrProduct.cpp,1528) -MxiFlag path per-machine for incopy-8.0 is C:\Documents and Settings\All Users\Application Data\Adobe\Extension Manager CS6\Mxi Flag\InCopy CS6\
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\MacrProduct.cpp,203) -The product incopy-8.0 is supported by CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\MacrProduct.cpp,1283) -Preferred folder for InCopy CS6 is C:\Documents and Settings\All Users\Application Data\Adobe\InCopy\Version 8.0\en_US\Extensions\
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\MacrProduct.cpp,203) -The product incopy-8.0 is supported by CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Products\MacrCommonProduct.cpp,90) -Application path is C:\Program Files\Adobe\Adobe InDesign CS5.5
    [INFO] Wed Nov 12 01:23:38 2014 [.968] (..\MacrProductInfoFromCapsLib.cpp,360) -For product (C:\Program Files\Adobe\Adobe InDesign CS5.5), the installed languages are (en_GB)
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\MactProductInfoFromBridge.cpp,76) ----Begin to read xman configuration data file---
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\MactProductInfoFromBridge.cpp,77) -The present xman data file is:
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\MactProductInfoFromBridge.cpp,78) -C:\Program Files\Adobe\Adobe InDesign CS5.5\Configuration\XManConfig.xml
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\MactProductInfoFromBridge.cpp,87) ----End to read  xman configuration data file---
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Control\macrgetXml_impl.cpp,68) -Sending XML contents to AIR
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Control\OWLFrontController.cpp,404) --------------------Request (C++ side To AIR part ) Start--------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Control\OWLFrontController.cpp,407) -Method Name: airParseXML
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Control\OWLFrontController.cpp,424) --7
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Control\OWLFrontController.cpp,424) -C:\Program Files\Adobe\Adobe InDesign CS5.5\Configuration\XManConfig.xml
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Control\OWLFrontController.cpp,424) -Configuration.VariableForExMan.Data
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Control\OWLFrontController.cpp,450) --------------------Request (C++ side To AIR part ) End---------------------------
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,95) ------------------AIR request To C++ Start-----------------------------------------------
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,98) -Receive the request from AIR, Request name is externalCallBack
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) --7
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -0
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -UserExtensionFolder
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -$UserDataFolder/Adobe/Adobe InDesign CS5.5/Configuration/Extensions
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -$indesign
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -$InstallFolder
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -$indesign_user
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -$UserDataFolder/Adobe/Adobe InDesign CS5.5
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -DisplayName
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -InDesign CS5.5
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -GlobalProductName
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -Adobe InDesign CS5.5
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -ProductName
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -InDesign
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -ProductVersion
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -7.5
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -HostNameForCSXS
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -IDSN
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -IconPath
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -Configuration/Icon.png
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -SupportedInSuite
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -CS5.5
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -DefaultLocale
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -en_GB
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\OWLFrontController.cpp,118) -NeedLockableExtension
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\OWLFrontController.cpp,118) -true
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\OWLFrontController.cpp,118) -ShowInstalledFiles
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\OWLFrontController.cpp,118) -true
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\OWLFrontController.cpp,118) -Bit
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\OWLFrontController.cpp,118) -32
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\OWLFrontController.cpp,118) -PreExtensionFolder
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\OWLFrontController.cpp,118) -$SharedCommonDataFolder/Adobe/InDesign/Version 7.5/en_GB/Extensions
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\OWLFrontController.cpp,118) -EmStorePath
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\OWLFrontController.cpp,118) -$SharedCommonDataFolder/Adobe/InDesign/Version 7.5/EmStorePath
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\OWLFrontController.cpp,118) -PluginConfigFile
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\OWLFrontController.cpp,118) -$UserDataFolder/Adobe/InDesign/Version 7.5/en_GB/PlugInConfig.txt
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\OWLFrontController.cpp,142) -----------------AIR request To C++ End--------------------------------------------------
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\OWLFrontController.cpp,165) -RequestId is-7. It is a request used to unlock OK/Cancel
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\macrgetXml_impl.cpp,111) -XML contents parse completed
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Products\MacrCommonProduct.cpp,401) -Product Name for indesign-7.5 is InDesign
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\MacrProduct.cpp,1317) -Display Name for indesign-7.5 is InDesign CS5.5
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Products\MacrCommonProduct.cpp,444) -Product version forInDesign CS5.5 is 7.5
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Products\MacrCommonProduct.cpp,463) -Language code for InDesign CS5.5 is en_GB
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Products\MacrCommonProduct.cpp,191) -Icon Path for InDesign CS5.5 is C:\Program Files\Adobe\Adobe InDesign CS5.5\Configuration\Icon.png
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Products\MacrCommonProduct.cpp,382) -Product Family Name for indesign-7.5 is
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\MacrProduct.cpp,211) -The product indesign-7.5 is not supported by CS6
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\MacrProduct.cpp,173) -The product indesign-7.5 is supported by CS5.5
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\MacrProduct.cpp,1423) -EMStore path for InDesign CS5.5 is C:\Documents and Settings\All Users\Application Data\Adobe\InDesign\Version 7.5\EmStorePath\
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\MacrProduct.cpp,211) -The product indesign-7.5 is not supported by CS6
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\MacrProduct.cpp,211) -The product indesign-7.5 is not supported by CS6
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\MacrProduct.cpp,1283) -Preferred folder for InDesign CS5.5 is C:\Documents and Settings\All Users\Application Data\Adobe\InDesign\Version 7.5\en_GB\Extensions\
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\MacrProduct.cpp,211) -The product indesign-7.5 is not supported by CS6
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\MacrProduct.cpp,173) -The product indesign-7.5 is supported by CS5.5
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Products\MacrCommonProduct.cpp,90) -Application path is C:\Program Files\Adobe\Adobe InDesign CS6
    [INFO] Wed Nov 12 01:23:39 2014 [.15] (..\MacrProductInfoFromCapsLib.cpp,360) -For product (C:\Program Files\Adobe\Adobe InDesign CS6), the installed languages are (en_US)
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\MactProductInfoFromBridge.cpp,76) ----Begin to read xman configuration data file---
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\MactProductInfoFromBridge.cpp,77) -The present xman data file is:
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\MactProductInfoFromBridge.cpp,78) -C:\Program Files\Adobe\Adobe InDesign CS6\Configuration\XManConfig.xml
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\MactProductInfoFromBridge.cpp,87) ----End to read  xman configuration data file---
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\macrgetXml_impl.cpp,68) -Sending XML contents to AIR
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\OWLFrontController.cpp,404) --------------------Request (C++ side To AIR part ) Start--------------------------
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\OWLFrontController.cpp,407) -Method Name: airParseXML
    [DEBUG] Wed Nov 12 01:23:39 2014 [.31] (..\Control\OWLFrontController.cpp,424) --8
    [DEBUG] Wed Nov 12 01:23:39 2014 [.31] (..\Control\OWLFrontController.cpp,424) -C:\Program Files\Adobe\Adobe InDesign CS6\Configuration\XManConfig.xml
    [DEBUG] Wed Nov 12 01:23:39 2014 [.31] (..\Control\OWLFrontController.cpp,424) -Configuration.VariableForExMan.Data
    [DEBUG] Wed Nov 12 01:23:39 2014 [.31] (..\Control\OWLFrontController.cpp,450) --------------------Request (C++ side To AIR part ) End---------------------------
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,95) ------------------AIR request To C++ Start-----------------------------------------------
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,98) -Receive the request from AIR, Request name is externalCallBack
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) --8
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -0
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -$indesign
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -$InstallFolder
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -$indesign_user
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -$UserDataFolder/Adobe/Adobe InDesign CS6
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -DisplayName
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -InDesign CS6
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -GlobalProductName
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -Adobe InDesign CS6
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -ProductName
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -InDesign
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -ProductVersion
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -8.0
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -HostNameForCSXS
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -IDSN
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -IconPath
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -Configuration/Icon.png
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -SupportedInSuite
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -CS6
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -DefaultLocale
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -en_US
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -NeedLockableExtension
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -true
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -ShowInstalledFiles
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -true
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Control\OWLFrontController.cpp,118) -Bit
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Control\OWLFrontController.cpp,118) -32
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Control\OWLFrontController.cpp,118) -PreExtensionFolder
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Control\OWLFrontController.cpp,118) -$SharedCommonDataFolder/Adobe/InDesign/Version 8.0/en_US/Extensions
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Control\OWLFrontController.cpp,118) -PluginConfigFile
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Control\OWLFrontController.cpp,118) -$UserDataFolder/Adobe/InDesign/Version 8.0/en_US/PlugInConfig.txt
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Control\OWLFrontController.cpp,142) -----------------AIR request To C++ End--------------------------------------------------
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Control\OWLFrontController.cpp,165) -RequestId is-8. It is a request used to unlock OK/Cancel
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Control\macrgetXml_impl.cpp,111) -XML contents parse completed
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Products\MacrCommonProduct.cpp,401) -Product Name for indesign-8.0 is InDesign
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\MacrProduct.cpp,1317) -Display Name for indesign-8.0 is InDesign CS6
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Products\MacrCommonProduct.cpp,444) -Product version forInDesign CS6 is 8.0
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Products\MacrCommonProduct.cpp,463) -Language code for InDesign CS6 is en_US
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Products\MacrCommonProduct.cpp,191) -Icon Path for InDesign CS6 is C:\Program Files\Adobe\Adobe InDesign CS6\Configuration\Icon.png
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Products\MacrCommonProduct.cpp,382) -Product Family Name for indesign-8.0 is
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\MacrProduct.cpp,203) -The product indesign-8.0 is supported by CS6
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\MacrProduct.cpp,1459) -EMStore path per-machine for indesign-8.0 is C:\Documents and Settings\All Users\Application Data\Adobe\Extension Manager CS6\EM Store\InDesign CS6\
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\MacrProduct.cpp,203) -The product indesign-8.0 is supported by CS6
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\MacrProduct.cpp,1528) -MxiFlag path per-machine for indesign-8.0 is C:\Documents and Settings\All Users\Application Data\Adobe\Extension Manager CS6\Mxi Flag\InDesign CS6\
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\MacrProduct.cpp,203) -The product indesign-8.0 is supported by CS6
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\MacrProduct.cpp,1283) -Preferred folder for InDesign CS6 is C:\Documents and Settings\All Users\Application Data\Adobe\InDesign\Version 8.0\en_US\Extensions\
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\MacrProduct.cpp,203) -The product indesign-8.0 is supported by CS6
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Products\MacrCommonProduct.cpp,90) -Application path is C:\Program Files\Adobe\Adobe Photoshop CS5.1
    [INFO] Wed Nov 12 01:23:39 2014 [.62] (..\MacrProductInfoFromCapsLib.cpp,360) -For product (C:\Program Files\Adobe\Adobe Photoshop CS5.1), the installed languages are (en_GB)
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\MactProductInfoFromBridge.cpp,76) ----Begin to read xman configuration data file---
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\MactProductInfoFromBridge.cpp,77) -The present xman data file is:
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\MactProductInfoFromBridge.cpp,78) -C:\Program Files\Adobe\Adobe Photoshop CS5.1\Configuration\XManConfig.xml
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\MactProductInfoFromBridge.cpp,87) ----End to read  xman configuration data file---
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Control\macrgetXml_impl.cpp,68) -Sending XML contents to AIR
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Control\OWLFrontController.cpp,404) --------------------Request (C++ side To AIR part ) Start--------------------------
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Control\OWLFrontController.cpp,407) -Method Name: airParseXML
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Control\OWLFrontController.cpp,424) --9
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Control\OWLFrontController.cpp,424) -C:\Program Files\Adobe\Adobe Photoshop CS5.1\Configuration\XManConfig.xml
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Control\OWLFrontController.cpp,424) -Configuration.VariableForExMan.Data
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Control\OWLFrontController.cpp,450) --------------------Request (C++ side To AIR part ) End---------------------------
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,95) ------------------AIR request To C++ Start-----------------------------------------------
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,98) -Receive the request from AIR, Request name is externalCallBack
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) --9
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -0
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -EmStorePath
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$SharedRibsDataFolder/Adobe/Extension Manager
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$photoshopappfolder
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$installfolder
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$pluginsfolder
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$photoshopappfolder/Plug-Ins
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$presetsfolder
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$photoshopappfolder/Presets
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$platform
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -Win
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$actions
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$presetsfolder/Actions
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$blackandwhite
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$presetsfolder/Black and White
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$brushes
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$presetsfolder/Brushes
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$channelmixer
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$presetsfolder/Channel Mixer
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$colorbooks
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$presetsfolder/Color Books
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$colorrange
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$presetsfolder/Color Range
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$colorswatches
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$p

    You will be better off asking on DWZone website (or whoever released that extension) if they have the solution for you.  We are not likely to have premium extensions on our system.
    Good luck.

  • Im looking for Sass extension  Dreamweaver cs6

    I would like it the Sass  in the Dreamweaver to be useful integrating. (extension(*.scss) and language support) [Im working PC]
    Can somebody help me?

    Moonshot0087,
    I know on my end I stumbled across the solution and I do hope this works for you as well.
    If you are working in Mountain Lion with cs6 I can tell you I couldn't find one of the sets of files because they were in a HIDDEN /library folder in my user directory.
    If this is the problem that you are having, make sure first to go to terminal and turn on hidden files (copy this into terminal):
    defaults write com.apple.finder AppleShowAllFiles -bool true
    Then hold "Alt/Option" and right click "Finder" then click "Relaunch" in the pop up menu.
    From there you will be able to find the /Users/"USERNAME"/Library/Application Support/Adobe/Dreamweaver CS6/en_US/Configuration/extensions.txt and /Users/"USERNAME"/Library/Application Support/Adobe/Dreamweaver CS6/en_US/Configuration/DocumentTypes/MMDocumentTypes.xml.
    Once you edit those files restart Dreamweaver and everything should work just as expected.

  • Updates to the non-cloud version of dreamweaver cs6

    I have the non cloud version of Adobe Dreamweaver cs6 version 12.0 Build 5861
    Is there an update for this?  I see that there are some for the cloud version.  Are they only updating that, and the folks that bought the CD are out of luck?
    Looking like maybe there was some phonegap updates that might be useful plus some other small issues I have might have been fixed?

    The last patch/bug fix released for CS6 on perpetual license was 12.03 update which can be obtained from the link below:
    https://www.adobe.com/support/dreamweaver/downloads_updaters.html#dwcs612712
    That's all there is. No further updates are expected.
    Nancy O.

  • What is the best slider/slideshow extension to use in dreamweaver cs6?

    I'm currently searching for an extension or widget for a slideshow usage in dreamweaver cs6. I've seen the free ones like easy rotator but i was wondering if ones such as wow slider are better? any information on this would be great! thanks!

    Wow Slider is great.  Lots of options and effects.
    Nancy O.

  • JQuery Mobile 1.2.0 Extension for Dreamweaver CS6

    This is just to ask when are you going to publish the jQuery Mobile 1.2.0 Extension for Dreamweaver CS6 in your Dreamweaver Support Center?

    Moving this discussion to the Dreamweaver extensions forum.

  • How do I get ColdFusion 10 extensions for Dreamweaver CS6?

    I can't find the ColdFusion 10 tags extension for Dreamweaver CS6 on Adobe's update website. I replaced my computer and would like to install them on my new computer. Do they still exist? If so, where do I go to download them?
    Thanks for your help.

    DW has dropped support for CF.
    But see if this discussion helps.
    Dreamweaver CC Coldfusion 10 extension?
    Nancy O.

  • Helvetica regular font CS6 Yosemite non-functional

    I have two Mac computers, both using Yosemite and CS6 suites and the Helvetica regular font on both of them is non-functional at this time.  The font will work on other applications like Word, and even show up under the menus on CS6 programs, but when you select Helvetica regular you get an error.  If an old file uses the Helvetica regular font, the file won't print or even save until the font is replaced with another font.  The font checks out as ok in the font book program.  The other Helvetica variations like Light, bold, etc. work fine.  As far as i have been able to discover, all of the other fonts work as well.  Both computers work identically, so I can't imagine the font file is corrupted...
    Any suggestions?

    kitcmac,
    Is it a free Helvetica font or something, or is it the genuine one from Linotype?
    In the former case, you may be out of luck: Illy is particularly particular about the quality of fonts, because she can work with them at a deeper/higher level than most, so you can easily have a font that works in all other applications, but Illy refuses to recognize it as a font.
    Some failing fonts discussed in earlier threads have turned out to have rather basic flaws, such as redundant, superfluous, or (if I remember rightly) even stray points, or other clear errors in the paths that they consist of.
    If it is a free one, you may need to get the real thing or look for similar fonts that Illy is willing to work with.

Maybe you are looking for

  • How to package an application as a JAR file?

    I want to package an executed JAR file,how to do? "jar cvf jar_name class_name"? But it can't run,:( help me. Thanks in advance.

  • How to append msg from second thread to main GUI thread?

    I am facing a problem which I cannot seem to solve. It involves Swing and threads. I have a main GUI running on swing. And it retrieves database information and displays it. On the same GUI I have a JTextArea box which I need another thread to update

  • Error an exception with the type CX_SY_CONVERSYION_NO NUMBER Occurred

    Hi all I am trying to execute a demand report,which is of normal complexity,means some selections,new formulas, 2 variables,around 10 characteristics/Key figures. But this query thrwoing this error.and just disconnects from Bw server. with all users(

  • Multiple mail to vendor

    Hi All, Is there any way to output P.O as a mail to different vendor mail IDs?

  • Help! Smart object resolution question

    I just upgraded from CS2 to CS4. In CS2, when I placed (as a smart object) a 72 dpi image into a 300 dpi image, often it would come in enlarged to the full size of my document. But after accepting the placement and then selecting 'Transform,' the inf