Is it possible to create an extension containing a panel for Dreamweaver CC 2014?

Dear Adobe Community,
Currently we work in Dreamweaver CS6 with some custom extensions. Since we're now looking into upgrading to CC 2014, obviously, we need to make sure we can either re-use, port or create new extensions to maintain the functionality we have now.
In short: I haven't been able to create an extension for CC 2014 featuring a panel in any shape or form.
Creating a HTML5 based (CES 5) extension results in an error only visible in the log (attached).
Fiddling around in a flash based extension, upping the host application version gives no such error. But, like a HTML 5 based one, doesn't show up in Dreamweaver. (And I'm using the Sublime plugin, since Extension Builder 3 lacks DW support.)
Mind you, the "extensions" tab in the "Window" menu is lacking entirely.
Can anyone tell me if it is at all possible to create an extension for DW CC 2014?
Full log:
2014-09-01 16:11:24 : INFO  PlugPlug version : 5.0.0.74
2014-09-01 16:11:24 : INFO  LogLevel : 6
2014-09-01 16:11:24 : INFO  Copy RGB Background Color Information for AppBar
2014-09-01 16:11:24 : INFO  Fallback: Copy RGB Background Color Information for AppBar for sRGB usage
2014-09-01 16:11:24 : INFO  Copy RGB Background Color Information for Panel
2014-09-01 16:11:24 : INFO  Fallback: Copy RGB Background Color Information for Panel for sRGB usage
2014-09-01 16:11:24 : INFO  Windows 32-bit PlugPlug logs
2014-09-01 16:11:24 : INFO  ----------------------------
2014-09-01 16:11:24 : INFO  PlugPlugSetup() API called:
2014-09-01 16:11:24 : INFO  hostData->appName : DRWV
2014-09-01 16:11:24 : INFO  hostData->appVersion : 14.0
2014-09-01 16:11:24 : INFO  hostData->locale : en_US
2014-09-01 16:11:24 : INFO  hostData->userInterfaceLocale : en_US
2014-09-01 16:11:24 : INFO  hostData->supportedTypes : 31
2014-09-01 16:11:24 : INFO  hostData->apeVersion : unknown
2014-09-01 16:11:24 : INFO  hostData->overrideManifestLocation : (null)
2014-09-01 16:11:24 : INFO  isApplicationOffline : false
2014-09-01 16:11:24 : INFO  hostData->hostCEPHtmlEngineDirectory : (null)
2014-09-01 16:11:24 : INFO  hostData->hostExtensionDirectory :C:\Users\BC-OLO\AppData\Roaming\Adobe\Dreamweaver CC 2014\en_US\Configuration\CEP\Extensions\
2014-09-01 16:11:24 : INFO  hostData->hostStageManagerDirectory : C:\Program Files (x86)\Adobe\Adobe Dreamweaver CC 2014\Configuration\CEP\StageManager\
2014-09-01 16:11:24 : INFO  hostData->imsLibPath: C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\P7\IMSLib.dll
2014-09-01 16:11:24 : INFO  skinInfo->baseFontSize : 10
2014-09-01 16:11:24 : INFO  skinInfo->baseFontFamily : MS Shell Dlg 2
2014-09-01 16:11:24 : INFO  skinInfo->appBarBackgroundColor->antialiasLevel : PlugPlugAntialiasLevel_None
2014-09-01 16:11:24 : INFO  skinInfo->appBarBackgroundColor->type : PlugPlugColorType_RGB
2014-09-01 16:11:24 : INFO  ExtensionRegistry started
2014-09-01 16:11:24 : INFO  Found ExtensionManifest in cache: C:\Users\BC-OLO\AppData\Roaming\Adobe\CEP\extensions\com.example.ext\csxs\manifest.xml
2014-09-01 16:11:24 : INFO  Found ExtensionManifest in cache: C:\Users\BC-OLO\AppData\Roaming\Adobe\CEP\extensions\com.OLO.Nemo\csxs\manifest.xml
2014-09-01 16:11:24 : INFO  Searching for valid extensions in 'C:\Users\BC-OLO\AppData\Roaming\Adobe\Dreamweaver CC 2014\en_US\Configuration\CEP\Extensions\'
2014-09-01 16:11:24 : INFO  Searching for valid extensions in 'C:\Program Files (x86)\Common Files\Adobe\CEP\extensions'
2014-09-01 16:11:24 : DEBUG Searching for valid extensions in 'C:\Program Files (x86)\Common Files\Adobe\CEP\extensions'
2014-09-01 16:11:24 : INFO  Searching for valid extensions in 'C:\Users\BC-OLO\AppData\Roaming\Adobe\CEP\extensions'
2014-09-01 16:11:24 : DEBUG Searching for valid extensions in 'C:\Users\BC-OLO\AppData\Roaming\Adobe\CEP\extensions'
2014-09-01 16:11:24 : DEBUG ExtensionManifest in cache is still the same (C:\Users\BC-OLO\AppData\Roaming\Adobe\CEP\extensions\com.example.ext\csxs\manifest.xml).
2014-09-01 16:11:24 : DEBUG ExtensionManifest in cache is still the same (C:\Users\BC-OLO\AppData\Roaming\Adobe\CEP\extensions\com.OLO.Nemo\csxs\manifest.xml).
2014-09-01 16:11:24 : INFO  ExtensionManifest 'C:\Users\BC-OLO\AppData\Roaming\Adobe\CEP\extensions\com.example.ext\csxs\manifest.xml' contains '1' valid extensions for this host
2014-09-01 16:11:24 : INFO  Found extension with id 'com.example.ext'
2014-09-01 16:11:24 : DEBUG -> BasePath                    : C:\Users\BC-OLO\AppData\Roaming\Adobe\CEP\extensions\com.example.ext
2014-09-01 16:11:24 : DEBUG -> ExtensionBundleId           : com.example.ext
2014-09-01 16:11:24 : DEBUG -> ExtensionBundleVersion      : 1.0.0
2014-09-01 16:11:24 : DEBUG -> ID                          : com.example.ext
2014-09-01 16:11:24 : DEBUG -> Version                     : 1.0.0
2014-09-01 16:11:24 : DEBUG -> MainPath                    : C:\Users\BC-OLO\AppData\Roaming\Adobe\CEP\extensions\com.example.ext\index.html
2014-09-01 16:11:24 : DEBUG -> ScriptPath                  : C:\Users\BC-OLO\AppData\Roaming\Adobe\CEP\extensions\com.example.ext\jsx\hostscript.jsx
2014-09-01 16:11:24 : DEBUG -> ScriptEngineId              : com.example.ext_Engine_Id
2014-09-01 16:11:24 : DEBUG -> AutoVisible                 : true
2014-09-01 16:11:24 : DEBUG -> StartOn -> Event            : 0
2014-09-01 16:11:24 : DEBUG -> Type                        : Panel
2014-09-01 16:11:24 : DEBUG -> Menu                        : Extension-Name
2014-09-01 16:11:24 : DEBUG -> MenuPlacement               : (null)
2014-09-01 16:11:24 : DEBUG -> Size
2014-09-01 16:11:24 : DEBUG    -> Height                   : 300
2014-09-01 16:11:24 : DEBUG    -> Width                    : 300
2014-09-01 16:11:24 : DEBUG -> MaxSize
2014-09-01 16:11:24 : DEBUG -> MinSize
2014-09-01 16:11:24 : DEBUG -> IconPath
2014-09-01 16:11:24 : DEBUG    -> IconPath -> Normal       : C:\Users\BC-OLO\AppData\Roaming\Adobe\CEP\extensions\com.example.ext\icons\iconNormal.png
2014-09-01 16:11:24 : DEBUG    -> IconPath -> Disbaled     : C:\Users\BC-OLO\AppData\Roaming\Adobe\CEP\extensions\com.example.ext\icons\iconDisabled.png
2014-09-01 16:11:24 : DEBUG    -> IconPath -> RollOver     : C:\Users\BC-OLO\AppData\Roaming\Adobe\CEP\extensions\com.example.ext\icons\iconRollover.png
2014-09-01 16:11:24 : DEBUG    -> IconPath -> DarkNormal   : C:\Users\BC-OLO\AppData\Roaming\Adobe\CEP\extensions\com.example.ext\icons\iconDarkNormal.png
2014-09-01 16:11:24 : DEBUG    -> IconPath -> DarkRollOver : C:\Users\BC-OLO\AppData\Roaming\Adobe\CEP\extensions\com.example.ext\icons\iconDarkRollover.png
2014-09-01 16:11:24 : DEBUG -> DefaultExtensionData        : (null)
2014-09-01 16:11:24 : DEBUG -> SpecialExtensionData        : (null)
2014-09-01 16:11:24 : DEBUG -> RequiredRuntimeList            : 1
2014-09-01 16:11:24 : DEBUG    -> RequiredRuntime -> Name     : CSXS
2014-09-01 16:11:24 : DEBUG    -> RequiredRuntime -> Version  : 5.0.0
2014-09-01 16:11:24 : INFO  ExtensionManifest 'C:\Users\BC-OLO\AppData\Roaming\Adobe\CEP\extensions\com.OLO.Nemo\csxs\manifest.xml' contains '1' valid extensions for this host
2014-09-01 16:11:24 : INFO  Found extension with id 'com.OLO.Nemo.extension'
2014-09-01 16:11:24 : DEBUG -> BasePath                    : C:\Users\BC-OLO\AppData\Roaming\Adobe\CEP\extensions\com.OLO.Nemo
2014-09-01 16:11:24 : DEBUG -> ExtensionBundleId           : com.OLO.Nemo
2014-09-01 16:11:24 : DEBUG -> ExtensionBundleVersion      : 0.5.0
2014-09-01 16:11:24 : DEBUG -> ID                          : com.OLO.Nemo.extension
2014-09-01 16:11:24 : DEBUG -> Version                     : 0.5.0
2014-09-01 16:11:24 : DEBUG -> MainPath                    : C:\Users\BC-OLO\AppData\Roaming\Adobe\CEP\extensions\com.OLO.Nemo\Nemo.swf
2014-09-01 16:11:24 : DEBUG -> ScriptPath                  : C:\Users\BC-OLO\AppData\Roaming\Adobe\CEP\extensions\com.OLO.Nemo\Nemo.jsx
2014-09-01 16:11:24 : DEBUG -> ScriptEngineId              : com.OLO.Nemo.extension_Engine_Id
2014-09-01 16:11:24 : DEBUG -> AutoVisible                 : true
2014-09-01 16:11:24 : DEBUG -> StartOn -> Event            : 0
2014-09-01 16:11:24 : DEBUG -> Type                        : Panel
2014-09-01 16:11:24 : DEBUG -> Menu                        : Nemo
2014-09-01 16:11:24 : DEBUG -> MenuPlacement               : (null)
2014-09-01 16:11:24 : DEBUG -> Size
2014-09-01 16:11:24 : DEBUG    -> Height                   : 400
2014-09-01 16:11:24 : DEBUG    -> Width                    : 232
2014-09-01 16:11:24 : DEBUG -> MaxSize
2014-09-01 16:11:24 : DEBUG -> MinSize
2014-09-01 16:11:24 : DEBUG -> IconPath
2014-09-01 16:11:24 : DEBUG    -> IconPath -> Normal       : (null)
2014-09-01 16:11:24 : DEBUG    -> IconPath -> Disbaled     : (null)
2014-09-01 16:11:24 : DEBUG    -> IconPath -> RollOver     : (null)
2014-09-01 16:11:24 : DEBUG    -> IconPath -> DarkNormal   : (null)
2014-09-01 16:11:24 : DEBUG    -> IconPath -> DarkRollOver : (null)
2014-09-01 16:11:24 : DEBUG -> DefaultExtensionData        : (null)
2014-09-01 16:11:24 : DEBUG -> SpecialExtensionData        : (null)
2014-09-01 16:11:24 : DEBUG -> RequiredRuntimeList            : 1
2014-09-01 16:11:24 : DEBUG    -> RequiredRuntime -> Name     : CSXS
2014-09-01 16:11:24 : DEBUG    -> RequiredRuntime -> Version  : 5.0.0
2014-09-01 16:11:24 : INFO 
********** Number of extensions found : 2 **********
2014-09-01 16:11:24 : INFO  Register Extension called for Extension : com.OLO.Nemo.extension, ExtensionType : Trusted
2014-09-01 16:11:24 : INFO  ----------------------------------------------------------------
2014-09-01 16:11:24 : DEBUG Extension inPlayerType : 1
2014-09-01 16:11:24 : DEBUG Extension mainUTF8Path : C:\Users\BC-OLO\AppData\Roaming\Adobe\CEP\extensions\com.OLO.Nemo\Nemo.swf
2014-09-01 16:11:24 : DEBUG Extension iconPathNormal :
2014-09-01 16:11:24 : DEBUG Extension iconPathRollOver:
2014-09-01 16:11:24 : DEBUG Extension iconPathDisable:
2014-09-01 16:11:24 : DEBUG Extension windowType: Panel
2014-09-01 16:11:24 : DEBUG Extension showWindowOnCreate: true
2014-09-01 16:11:24 : DEBUG Extension defaultGeometry topleftx: 0
2014-09-01 16:11:24 : DEBUG Extension defaultGeometry toplefty: 0
2014-09-01 16:11:24 : DEBUG Extension defaultGeometry width: 232
2014-09-01 16:11:24 : DEBUG Extension defaultGeometry height: 400
2014-09-01 16:11:24 : INFO  PlugPlugRegisterExtension() callback returned: PlugPlugErrorCode_success //<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<    FLASH BASED plugin
2014-09-01 16:11:24 : INFO  Register Extension called for Extension : com.example.ext, ExtensionType : Trusted
2014-09-01 16:11:24 : INFO  ----------------------------------------------------------------
2014-09-01 16:11:24 : DEBUG Extension inPlayerType : 2
2014-09-01 16:11:24 : DEBUG Extension mainUTF8Path : C:\Users\BC-OLO\AppData\Roaming\Adobe\CEP\extensions\com.example.ext\index.html
2014-09-01 16:11:24 : DEBUG Extension iconPathNormal : C:\Users\BC-OLO\AppData\Roaming\Adobe\CEP\extensions\com.example.ext\icons\iconNormal.png
2014-09-01 16:11:24 : DEBUG Extension iconPathRollOver: C:\Users\BC-OLO\AppData\Roaming\Adobe\CEP\extensions\com.example.ext\icons\iconRollover.png
2014-09-01 16:11:24 : DEBUG Extension iconPathDisable: C:\Users\BC-OLO\AppData\Roaming\Adobe\CEP\extensions\com.example.ext\icons\iconDisabled.png
2014-09-01 16:11:24 : DEBUG Extension windowType: Panel
2014-09-01 16:11:24 : DEBUG Extension showWindowOnCreate: true
2014-09-01 16:11:24 : DEBUG Extension defaultGeometry topleftx: 0
2014-09-01 16:11:24 : DEBUG Extension defaultGeometry toplefty: 0
2014-09-01 16:11:24 : DEBUG Extension defaultGeometry width: 300
2014-09-01 16:11:24 : DEBUG Extension defaultGeometry height: 300
2014-09-01 16:11:24 : INFO  PlugPlugRegisterExtension() callback returned: PlugPlugErrorCode_registerExtCallbackNotFound
2014-09-01 16:11:24 : WARN  Service: com.example.ext not registered properly. //<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<   HTML5 BASED plugin
2014-09-01 16:11:24 : INFO  PlugPlugSetMenu() callback called for main menu. Extension : , inMenuPosition:
(null), Menu: [{menuId: '1',nameUtf8: 'Nemo',extensionId: 'com.OLO.Nemo.extension'}]
2014-09-01 16:11:24 : INFO  PlugPlugSetMenu() callback returned: PlugPlugErrorCode_success
2014-09-01 16:11:24 : INFO  ExtensionLoadService activated
2014-09-01 16:11:24 : DEBUG PlugPlugAMTRequest() callback called. Request: <?xml version="1.0" encoding="UTF-8"?><PlugPlugEnvelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="./AmtlibPlugPlug.xsd"><request id="1" functionName="getProductLicenseInfo"><arguments/></request></PlugPlugEnvelope>
2014-09-01 16:11:24 : DEBUG PlugPlugAMTRequest() return value: PlugPlugErrorCode_success
2014-09-01 16:11:24 : DEBUG PlugPlugAMTRequest() XML returned chunk: <?xml version="1.0" encoding="utf-8" ?>
<PlugPlugEnvelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="./AmtlibPlugPlug.xsd">
    <response id="1" functionName="getProductLicenseInfo">
        <AdobeIDCreated>1</AdobeIDCreated>
        <LicenseType>Retail</LicenseType>
        <LicenseExpires>0</LicenseExpires>
        <LicenseRefreshes>0</LicenseRefreshes>
        <LicenseEncryptedSerial>909709176804077038364305</LicenseEncryptedSerial>
        <LicensedProductName>EPIC_APP_598</LicensedProductName>
        <SecondsSinceActivation>0</SecondsSinceActivation>
        <SecondsSinceSerialization>8147122</SecondsSinceSerialization>
        <SecondsBeforeExpiration>0</SecondsBeforeExpiration>
        <SecondsBeforeRefresh>0</SecondsBeforeRefresh>
        <AMTLibResponse>6</AMTLibResponse>
        <LicenseStatus>3</LicenseStatus>
        <SerializationGraceInseconds>3888000</SerializationGraceInseconds>
        <ProductCycle>8</ProductCycle>
        <PendingClaims>
            <PendingClaim>
                <AdobeID>87ADE9246F6370DB6008205B2EAE5B95</AdobeID>
                <TimeStamp>1401433567</TimeStamp>
            </PendingClaim>
        </PendingClaims>
        <IsSuite>SUITE</IsSuite>
        <APIVersion>2.0</APIVersion>
        <PersonGUIDWithAuthSource>10B3010147A877E8992015B9@AdobeID</PersonGUIDWithAuthSource>
    </response>
</PlugPlugEnvelope>
2014-09-01 16:11:31 : INFO  PlugPlugUnloadExtension called for extension : com.OLO.Nemo.extension
2014-09-01 16:11:31 : DEBUG AllocatePlayer() callback called. playerOptions: 0B4CFB01
2014-09-01 16:11:31 : DEBUG AllocatePlayer() callback returned: PlugPlugErrorCode_success
2014-09-01 16:11:31 : DEBUG Connected PlugPlug DOM to APE player
2014-09-01 16:11:31 : DEBUG Looking for available StageManagers
2014-09-01 16:11:31 : DEBUG Looking for available StageManagerBundles in StageManagerManifest at C:\Program Files (x86)\Common Files\Adobe\CEP\StageManager\StageManagerManifest.xml
2014-09-01 16:11:31 : DEBUG No StageManagerManifest found at C:\Program Files (x86)\Common Files\Adobe\CEP\StageManager\StageManagerManifest.xml
2014-09-01 16:11:31 : DEBUG Looking for available StageManagerBundles in StageManagerManifest at C:\Users\BC-OLO\AppData\Roaming\Adobe\CEP\StageManager\StageManagerManifest.xml
2014-09-01 16:11:31 : DEBUG No StageManagerManifest found at C:\Users\BC-OLO\AppData\Roaming\Adobe\CEP\StageManager\StageManagerManifest.xml
2014-09-01 16:11:31 : DEBUG Looking for available StageManagerBundles in StageManagerManifest at C:\Program Files (x86)\Adobe\Adobe Dreamweaver CC 2014\Configuration\CEP\StageManager\StageManagerManifest.xml
2014-09-01 16:11:31 : DEBUG Found 1 possible StageManagers in StageManagerManifest
2014-09-01 16:11:31 : DEBUG Added StageManagerBundle StageManagerBundle with Version (5.0.0.20140224_v5_0_0_62), ReleasePath (C:\Program Files (x86)\Adobe\Adobe Dreamweaver CC 2014\Configuration\CEP\StageManager\Release\StageManager-5.0.swf), DebugPath (C:\Program Files (x86)\Adobe\Adobe Dreamweaver CC 2014\Configuration\CEP\StageManager\Debug\StageManager-5.0.swf)
2014-09-01 16:11:31 : DEBUG Determining the most recent StageManagerBundle
2014-09-01 16:11:31 : DEBUG Now checking StageManagerBundle with Version (5.0.0.20140224_v5_0_0_62), ReleasePath (C:\Program Files (x86)\Adobe\Adobe Dreamweaver CC 2014\Configuration\CEP\StageManager\Release\StageManager-5.0.swf), DebugPath (C:\Program Files (x86)\Adobe\Adobe Dreamweaver CC 2014\Configuration\CEP\StageManager\Debug\StageManager-5.0.swf) against (null)
2014-09-01 16:11:31 : DEBUG Will use StageManagerBundle with Version (5.0.0.20140224_v5_0_0_62), ReleasePath (C:\Program Files (x86)\Adobe\Adobe Dreamweaver CC 2014\Configuration\CEP\StageManager\Release\StageManager-5.0.swf), DebugPath (C:\Program Files (x86)\Adobe\Adobe Dreamweaver CC 2014\Configuration\CEP\StageManager\Debug\StageManager-5.0.swf) as the most current StageManagerBundle
2014-09-01 16:11:31 : DEBUG StageManager SWF will be loaded from 'C:\Program Files (x86)\Adobe\Adobe Dreamweaver CC 2014\Configuration\CEP\StageManager\Debug'
2014-09-01 16:11:32 : DEBUG Add StageManager event listener
2014-09-01 16:11:32 : INFO  StageManagerController: Created StageManager <STAGE_MANAGER_0> for Extension <com.OLO.Nemo.extension>
2014-09-01 16:11:32 : INFO  Return value of PlugPlugUnloadExtension call : PlugPlugErrorCode_unknown
2014-09-01 16:11:32 : INFO  PlugPlugTerminate called
2014-09-01 16:11:32 : INFO  StageManager: Disposing StageManager <STAGE_MANAGER_0>
2014-09-01 16:11:32 : DEBUG Remove StageManager event listener
2014-09-01 16:11:32 : DEBUG Disconnected PlugPlug DOM from APE player
2014-09-01 16:11:32 : DEBUG DisposePlayer() callback called. apePlayerRef: 06C4CE78
2014-09-01 16:11:32 : DEBUG DisposePlayer() callback returned: PlugPlugErrorCode_success
2014-09-01 16:11:32 : INFO  Return value for PlugPlugTerminate: PlugPlugErrorCode_success

Assuming we have a CSXS Flash based extension which works with DW CC 2014, steps to be followed for the extension to show up in DW CC 2014:
1.  The extension should be placed at /Users/labuser/Library/Application Support/Adobe/Dreamweaver CC 2014/en_US/Configuration/CEP/Extensions . [WIN: C:\Users\labuser\AppData\Roaming\Adobe\Dreamweaver CC 2014.1\en_US\Configuration\CEP\Extensions] . The installation of the zxp should have placed the extension in the above path.
2.   Add a custom menu item like <menuitem mmstring:name="menus/DWMenu_Window_BusinessCatalyst" key="Cmd+Shift+B" enabled="true" command="dw.toggleCSXSExtension("com.adobe.bccsdialog");" checked="dw.getFloaterVisibility('BCModulePanel');" id="DWMenu_Window_BC_Modules" /> where the argument in the call dw.toggleCSXSExtension is the Extension Id as seen in the manifest.xml at the line <Extension Id="com.adobe.bccsdialog">.
Note: All these will work provided the extension is successfully registered with DW.
To know if an extension is registered with DW, do the following:
1. On MAC, there is a CSXS preference plist file Users/labuser/Library/Preferences/com.adobe.CSXS.5.plist which has an entry named LogLevel. Set the value to 5 for detailed log. [On windows –Registry - Computer\HKEY_CURRENT_USER\Software\Adobe\CSXS.5]
2. Quit and Launch DW
3. Open Console application and under ~/Library/Logs/CSXS/, there will be a log file created with name csxs5-DRWV.log [WIN: log file is in C:\Users\labuser\AppData\Local\Temp]
4. In the log, search for "Register Extension called for Extension : com.adobe.bccsdialog, ExtensionType : Trusted" and under that, you should see "PlugPlugRegisterExtension() callback returned: PlugPlugErrorCode_success" which mean this extension is successfully registered with DW.
5. When you try loading the extension from the menu you have added, you should see an entry like "INFO  PlugPlugLoadExtension called for extension : com.adobe.bccsdialog" followed in the next few lines by " INFO  Return value of PlugPlugLoadExtension call : PlugPlugErrorCode_success" and you should see the extension loaded in DW.
If any of these steps fail with any value other than "PlugPlugErrorCode_success", the extension will not load in DW.
The solution provided here is a temporary one and we are bringing back the functionality we have removed in DW CC 2014 in the next release.

Similar Messages

  • I cannot create a new business catalyst site with Dreamweaver CC 2014. The error message states that Dreamweaver cannot connect with server, try again later. How can I fix this problem?

    I cannot create a new Business Catalyst site with Dreamweaver CC 2014 (Mac). The error message states that Dreamweaver cannot connect with server, try again later. In addition, I am also unable to load remotely a previously created Business Catalyst site as it says there is something wrong with my username or password. However when I put my password in and press test connection, it says it has connected successfully. What is going wrong and how can I fix this problem?
    Thanks

    Hi Ozy08,
    Can you try the solutions mentioned in Re: Can't Login to Business Catalyst within Dreamweaver CS6?
    If you still have problems, and you have a purchased version of DW CC, send me your Adobe ID, location, and contact details over a private message. Click my picture and use the message option.
    Thanks,
    Preran

  • ALERTS: Is it possible to create a new container Variable in Existing alert

    Hi PI Experts,
    I have a existing alert ZTEST defined in ALRTCATDEF. Now I want to create a new container variable PONUM to ZTEST in a UDF and populate it with a value coming in the payload. I have defined an alert rule for this alert and this alert will get triggered for any IE and AE msg failures for my sedner & interface combination. I tried calling the RFC SALERT_CREATE from my UDF by making RFC lookup and passed PONUM as Element and value from a fileld in Value element. If a msg failed in PI, two alerts are getting triggered. One for the alert rule I defined and other because of the RFC lookup (SALERT_CREATE). The one raised from alert rule does'nt contain the PONUM value I passed fron UDF and the one called from SALERT_CREATE does'nt contain the existing container variables defined in ZTEST (like SXMS_MSG_GUID, SXMS_FROM_SERVICE etc).
    Please let me know, how can I raise only one alert for any msg failures for my sender & interface combination. Inaddition to the usual container elements (SXMS_MSG_GUID, SXMS_FROM_SERVICE etc) my alert should also contain a variable containing the PONUM (from the incoming payload).
    Thanks,
    Raki

    Hi Experts,
    Is there a way to achive below requirement.
    Thanks,
    Rakesh

  • Is it possible to create a cc in email sending for dunning using 1040?

    Hi experts,
    Is it even possible to create a carbon copy of email sending using BTE 1040?
    I have been looking around and can't see any solution yet.
    Thanks.

    Hi James,
    Request you to go through the below link for checking the functionality.
    Email Output to Multiple Recipients Functionality in SAP
    If the same does not help you then please share the issue faced by you.
    Thanks,
    Vishal

  • ZXP Not Created in Extension Builder 2.1 for an Extension Created in Extension Builder 1.5

    Hi all,
    We originally started creating InDesign extensions "manually" several years ago, as we did not yet want to pay for the original Extenson Builer 1.0. We produced our ZXP files from the contents of the bin-debug folder using Fabien Bizot's Java-based "ZXPPackager" utililty (http://www.lafabrick.com/),
    When we finally installed Extension Builder 1.5, we had some problems creating ZXP with the built-in exporter for Abode Application Extension. Since the compiler put all the files into the bin-debug folder still, I could still use ZXPPackager.
    We just upgraded to Extension Builder 2.1. For any legacy project, whether it was still "manually created" (i.e., without even Extenson Builder 1.5) and I copied the sources into a new Extension Builder project,  or created in Extenson Builder 1.5 and converted to Extension Bulder 2.1, the Export to ZXP does not work. I see the compiler is creating a bin-release folder, then it disappears, and no ZXP is to be found. Since bin-debug no longer has all files in it like it used to, the ZXPPackager can't find what it's looking for and can't make a ZXP - so I am stuck.
    Please - help!
    mlavie

    I have an update, and would greatly appreciate anyone's help:
    Upon further investigation, the issue is not the Extension itself (regardless of whether it was created newly in EB2.1, in EB1.5, or created "manually" by building my own manifest, etc.).
    The issue is that there are two library projects whose inclusion as project referennce in any Extension Builder project (regardless of whem/how it was created) causes the EB project not to produce a ZXP file using the Export wizard.
    I tried deleting the 2 library projects, creating them anew empty - and they could be referenced successfully. I added back all the source files and this solved the problem, as of yesterday. Today, I tried building the ZXPs again, and it stopped working. I should mention that it appears that when the Export did work, it seemed to be changing the referenced project somehow. I noticed that they were given .mxi files, which I thought should not be created for a non EB project.
    I should add (i'm about to post a seperate discussion) the Flash Builder error log is giving me a ton of Eclipse errors for many actions. Is this "normal"? By that, I mean is everyone getting those warnings and errors?
    All help greatly appreciated.
    mlavie

  • Why there is no "Extensions" under "Window" menu in Dreamweaver CC 2014?

    Hi, I just installed Dreamweaver CC 2014. I found there is no "Extensions" under "Window" menu. Do I need to install Extension Manager manually? If so, where is the link to install Extension Manager?

    Hello chifang1,
    first, my Extension Manager is situated here: Program Files (x86)/Adobe/Adobe Extension Manager CC/Adobe Extension Manager CC.exe. From there I start it. In my case the CC manager mamnages cc and so too the 2014 extensions.
    Please explore the following sources. First of all I would have a look there: http://helpx.adobe.com/pdf/extension_manager_reference.pdf. At many places, so too here - it is noted this "Important note: MXP type extensions are not supported in Extension Manager CC. The MXP format has been replaced by the ZXP extension format. An MXP extension can be converted to a ZXP extension using the “Convert MXP Extension To ZXP” tool which can be found in the Tools menu in Extension Manager CS6." This might be a possible sources of error.
    Then, did you try to download your ext-manager from there: http://www.adobe.com/exchange/em_download/ and could you explore esp. this bundle: http://helpx.adobe.com/extension-manager/topics/extensions.html?
    To avoid these problems I work with the both, DWCC and DW 2014 simultaneously. Ok, that does not sound so good, but for me it is easier, than hold up with a complicated troubleshooting.
    Hans-Günter

  • Extensions option not available in Dreamweaver CC 2014 Windows menu

    This seems pretty low level but it is causing a lot of frustration right now, and combined with other issues is not casting a favourable light on the extensions management workflow.
    Has the option been removed?
    Should I have installed it as an extension? (irony)
    Instructional videos point me to it, but it is not there on my version. Dreamweaver and Extension Manager CC are both up to date according to my CC desktop App.
    Also, when I connect to Exchange via Extension Manager CC, and select the extension manually, I am then informed that it has been acquired, with no further hint information as to what I should expect next. No download occurs, nothing shows up in extension manager, the extension does not appear in Dreamweaver. This seems a little odd, and, again, is a little frustrating.
    Please can someone put me out of my misery here. There appears to be no logic or intuitive path available and searching for help has rendered nothing helpful. Sorry if I am being an idiot.

    If you don't already have it, you must download & install Extension Manager CC.
    Free Extension Manager CC | Download Adobe Extension Manager free trial
    Extension Manager Forum
    Extension Manager
    Nancy O.

  • Is it possible to create a PDF with different colors for screen and printing?

    I'm working on a document that features light colored text on a dark background. I'll be sending this document as a PDF to someone who will likely want to print it. Is it possible to set up the document such that it will display this way when viewed on screen, but will print as black text on a white background, without requiring any special action on the part of the recipient?
    Printing a color separation of just the text color produces exactly the results I'm after, but I can't ask the recipient to do that. I need it to happen automatically any time it's printed.
    I've tried setting up a duplicate text layer in black and placing it under the background layer, then setting the background layer and colored text to 'never print'. This works within Acrobat Pro, but not when I print the same document from Preview.
    Is there an acrobat equivalent of a CSS print stylesheet?
    Thanks.

    Create the document in layers with the background on a seperate layer than the text. Export the PDF with"Create Acrobat Layers" selected (it will need to be at least version 1.5).
    Open the PDF in Acrobat, choose the background layer then Options>Properties>Initial State and under "print" choose "Never prints".

  • How do I create a self-contained video podcast for download?

    I have a series of videos from a conference I taped years ago that I want to make availanble to people as a digital download. I have purchased some training coruses from places like Ripple that send you an e-mail with a link to the download the course material. Clicking on it opens up iTiunes and downloads the entire training course as a Podcast (video). So it is not hosted on iTunes and is self-contianed to download all "eppisodes."
    How is this done? How is this created so I can post it on a server and have people download it? Auto-instal to iTunes would be nice if easily acheivable.
    Thanks.

    This page explains how to create a podcast:
    http://rfwilmut.net/pc
    It's written with audio podcasts in mind, but there's little difference in making a video podcast. Your video files must be .mp4, .m4v or .mov, not .wma or .swf (Flash).
    In the 'enclosure' tag the 'type attribute must be as follows for the different file types:
    .mp4
    video/mp4
    .m4v
    video/x-m4v
    .mov
    video/quicktime
    Most podcast creation programs or service will handle that for you, so it's probably only relevant if you are handwriting the feed.

  • Possible to create a form with different options for different items?

    So I want to create a form in DW but the problem is that I have 3 items....and I want different form subjects for each item? Is there a way to do this so that if select item #1 that 1 set of options comes up....if I select item #2 a different set of options etc.??
    thanks much!

    Another simple example that you can style up.
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title>Untitled Document</title>
    <script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
    <script>
    $(document).ready(function() {
    $('#option_2, #option_3').hide();
    $('#selectOption_1').click(function() {
    $('#option_1').show();
    $('#option_2, #option_3').hide();
    $('#selectOption_2').click(function() {
    $('#option_2').show();
    $('#option_1, #option_3').hide();
    $('#selectOption_3').click(function() {
    $('#option_3').show();
    $('#option_1, #option_2').hide();
    </script>
    </head>
    <body>
    <form>
    <select>
    <option id="selectOption_1" value="option_1">Option 1</option>
    <option id="selectOption_2" value="option_2">Option 2</option>
    <option id="selectOption_3" value="option_3">Option 3</option>
    </select>
    <div id="option_1">
    <select>
    <option value="option_1_1">Option 1_1</option>
    <option value="option_1_2">Option 1_2</option>
    <option value="option_1_3">Option 1_3</option>
    </select>
    </div>
    <div id="option_2">
    <select>
    <option value="option_2_1">Option 2_1</option>
    <option value="option_2_2">Option 2_2</option>
    <option value="option_2_3">Option 2_3</option>
    </select>
    </div>
    <div id="option_3">
    <select>
    <option value="option_3_1">Option 3_1</option>
    <option value="option_3_2">Option 3_2</option>
    <option value="option_3_3">Option 3_3</option>
    </select>
    </div>
    </form>
    </body>
    </html>

  • Is it possible to create an addtional field in SQ02 for inflow/outflow

    When retroactive accounting happens, inflow/outflow may occer for a wagetype.
    Is it possible to define an additional field in SQ02 to display the inflow/outflow amount?
    Can any one help with a sample code?
    Thanks very much!

    This is correct, PDF form can't be converted into a web form.
    There are some touch-up tools in Acrobat so that you can fix typos and some text but for major changes you need to go back to your word doc and export to PDF with your new changes. You might find more information on the Acrobat forum regarding this :  http://forums.adobe.com/community/acrobat
    Gen

  • Possible to create a static library (.a) file for Xcode with Flash Builder?

    Is it possible to write code in AIR that can be compiled to static library (.a) to be used in an iPad app?

    Hey paulhart83,
    My guess is therabbitwindfall's answer was correct but where you able to find a solution to your question? If so, please do share. I need to embed my app within another app and the only way is through a static library. I'd rather not have to re-develop my app in Xcode in order to generate the .a file.
    Thanks.
    Novian

  • Is it possible to create pull-down menus in Numbers for iOS ?

    Ideally, I would like to propose values for a text column according to a list in another table. Strolling on the different helpfiles for iwork/numbers, I more or less saw this feature on the Mac version. What about the iOS version ?

    I am looking for the same info on l-cut. it seems like the audio attached to the clip should have separate handles or at least have a way to detach it.  btw, i had a big breakthrough in clip management to share. if you use iphoto u can actually remove, archive and sync clips from the pad (sorry pc users). i guess that was overlooked in the help menu.

  • Is it possible to create a weighted score?

    Is it possible to create a weighted score? So for instance I want to have a score of 1 - 5 but then say numbers 3 and 4 are worth double or tripple. Is this possible?
    Many thanks in advance.
    S

    Yes, JavaScript contains a number of conditional control statements like 'if{...} [else {..}]' or the 'switch' statement that make this type of calculation possible. You will have to write a custom JavaScript calculation.

  • Creating a range with Substitution Variables for Report Script

    Is it possible to create a range with substituion varables for use in a report script. For example instead of listing "Jan" "Feb" "Mar" "Apr" in the report script can I use a sub varaible like Jan:Apr that will list them all out?

    while I have not had luck with ranges in report scripts, others have. You could have a substitution variable the is "Jun" "Jul " "Aug" or whatever you want the members to be. and it will replace jusr fine

Maybe you are looking for

  • Error installing Sneak Preview SAP NetWeaver 04 java edition

    Hi, this is a cross-post from the Web AS Preview Installation, not sure it that was the right place to post my problem. During installation, at phase 18, I'm getting the following error: ERROR 2005-07-14 16:03:35 CJS-20065 Execution of JLoad tool 'C:

  • When i try to open itunes its showing error 7 code 193

    when i try to open itunes its showing error 7 code 193. it wont let me open it at all. i dont want to lose my music. i did the repair option already and it did not work.

  • Edit Idoc destination port in control header

    Hello to all, I've generated a lot of idoc's with the wrong port name in the idoc control header. So all Idoc's went in status 29 "Error in ALE service" Is there a way to set the receiver port in the idoc control header manually? Please help Thanks C

  • Photo Prints on Two Pages

    I'm using Photoshop Elements 11; I just tried to print a photo as 5 X 7 on letter size photo paper. Part of the photo goes over to another piece of paper. What am I doing wrong?

  • First screen shot of Preview PDF is inaccurate

    I use cmdshift4 to take a lot of screen shots of pages of pdf files displayed in Preview (to covert to jpegs in Fireworks...for posting on the web) and often, but not always, the first page of a multi page pdf file, when dragged over for the shot, *_