i've a deployment where same code file works perfectly on server directly. but when i put the same addIns on client machine, it crashes on this line:
GetNextDocumentNumbers GNDN = new GetNextDocumentNumbers();
same line works perfectly on server machine and after this step i generate different IDs for Receipts etc. But on Client machines: its not working at all and crashes on line above....rest of the code works fine even on client machines...........any clues??????????????