PDA

View Full Version : No option to enter serial nunmber


dansemail270409
11-23-2009, 02:22 AM
I am trying to install extensions on my new computer. When I try to use the extension for the first time I was expecting to get a message asking for my serial number (as per my installation on my old machine). However, instead, I am get an error message saying that my serial number is not defined. Have tried reinstalling dreamweaver, but problem persists.

Screen-shot of error attached.

Please help...

Office Guy-172461
11-23-2009, 06:35 AM
Try step 1:
Solving problems with Dreamweaver
http://www.ipvac.com/kb/entry/146/

Jimmy Wu
11-23-2009, 11:02 AM
replace line 22 on the Create Dynamic Array.js file:
if (!WA_checkMySerialNumber(false, true)) {

with:
if (!doSerialCheck()) {

Note: The folder you should be looking in is this one:
C:\Documents and Settings\[User Name]\Application Data\Adobe\Dreamweaver CS4\en_US\Configuration\ServerBehaviors\ASP_VBS\WA Dynamic Dropdowns\Create Dynamic Array.js

If you will be using ASP JS as well as ASP VB, you will have to make this change in the ASP_JS directory as well as the ASP_VBS directory.