when ever i generate application key and try to run the application it gives me an error "Vendor name invalid" how can i resolve this message....
i am creating project in netbeans, which vendor name and application name in the netbeans is to be provided when the app key is generated.
thanks
ok i will send it to you... thanks for replying.
i generated my application key and now trying to run the application it gives me an error "Vendor name invalid" What is the problem with it??
You must make sure that you have same Vendor and Application name values in two places:
- license request form
- Map object (MapComponent) constructor. If you use midlet reference (like "this") there, then the values are read from .jad file properties
Sir jaak I have the same problem in neatbeans. When ever I run the program I get the message "Vendor name invalid", I also try to switch the key and the vendor name but it gives an "Invalid key. check your key....". Sir in this application when I generate the key I type the vendor name the same to the Application name. How can I resolve this problem?
From logs it seems that you have given string "Vendor" as vendor name. It is defined either in your code, or in the midlet descriptor (.jad file or project properties).
Sometimes users have vendor and app name in wrong order in MapComponent constructor, so server gets wrong values. Please send your vendor and app name to send to support@nutiteq.com, so we could check this out.
/JaakL