My VB6 app works fine when I run it on my dev machine. But when I compile and drop it on a server I get a 429 error and it tries to register a DLL. This system worked well until one day I thought the DLL had quote that should have been modifed. I made a copy of the DLL and renamed it, then pointed the program to the new DLL. Then I found that it wasn't the DLL causing the problem, but bad data instead. I tired fixing the code to just use the old DLL, but its been screwed up ever since. I can compile a good exe on others computers, but not on mine. Please help!