View Full Version : No function definition:VLAX-PRODUCT-KEY
burt
4th Apr 2007, 10:58 am
I'm using AutoCAD2000i and Express Tools
These Express Tools commands all gave the error "No function definition:
VLAX-PRODUCT-KEY":
layfrz
layoff
how do I fix this problem?
ASMI
4th Apr 2007, 12:13 pm
Type (vl-load-com) in command line and try one more time. If it work write this expression to acaddoc.lsp file (in 2000i it seems into ...AutoCAD 2000i/Support folder).
burt
4th Apr 2007, 12:32 pm
(vl-load-com) doesn't work and i can't find the acaddoc.lsp file
ASMI
4th Apr 2007, 12:43 pm
Type in command line:
Command: (vl-load-com)
Command: (vlax-product-key)
"Software\\Autodesk\\AutoCAD\\R17.0\\ACAD-5004:409"
If (vlax-product-key) returns your product Registry Key your Express Tools functions should work. If after (vl-load-com) function (vlax-product-key) again returns "No function definition: VLAX-PRODUCT-KEY" you have problem with VisualLISP extention loadind.
i can't find the acaddoc.lsp file Use Windows Search... If you can't find acaddoc.lsp anyway, open Notepad, write line (vl-load-com) and save it in Support folder as acaddoc.lsp.
burt
4th Apr 2007, 03:04 pm
thank you but it still doesn't work, any other ideas?
slickrick2222
5th Apr 2007, 10:42 pm
Not sure about this, but try typing EXPRESSMENU in the command line.
burt
10th Apr 2007, 08:19 am
EXPRESSMENU rebuild the express tool menu but doesn't fix the problem :-(
burt
10th Apr 2007, 09:19 am
reply to my own post:
apparently, the only solution is to re-install autocad and express tool, see below:
Re: Express tools failure
Here is a document from our solution database. This sounds like a registry
problem.
Solution ID: TS75657
Title: "ERROR: NO FUNCTION DEFINITION: VLAX-PRODUCT-KEY" ATTEMPTING TO USE CERTAIN EXPRESS TOOLS
Products: AUTOCAD 2002; AUTOCAD 2000I
Problem Description: Attempting to executing certain Express Tool commands the following error is displayed at the command line and the
command fails to run:
"Error: No Function Definition: VLAX-PRODUCT-KEY"
Problem Resolution: To resolve this error, apply the latest Service Pack for your product version, or reinstall both the product and the Express Tools.
For more information about reinstalling your product, see related documents.
--
Jeff Hanson
Autodesk Product Support
Building Solutions Division
rkmcswain
10th Apr 2007, 02:12 pm
...and i can't find the acaddoc.lsp file
As a side note, "acaddoc.lsp" is a user created/maintained file. If you don't have one, it's only because you have not created one. No harm.
Powered by vBulletin™ Version 4.1.2 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.