NetTalk Central

Author Topic: Problems with 4.29 and file transfers  (Read 5054 times)

ccordes

  • Sr. Member
  • ****
  • Posts: 384
    • View Profile
    • Email
Problems with 4.29 and file transfers
« on: September 20, 2007, 07:55:15 AM »
Where is this error being generated?  I added messagebox so I could handle error messages on the server without the server sitting there and "locking up".
I just upgraded to 4.29 and now I have this error message-


Real programmers use copy con newapp.exe

mmelby

  • Newbie
  • *
  • Posts: 35
    • View Profile
    • Email
Re: Problems with 4.29 and file transfers
« Reply #1 on: September 21, 2007, 05:36:57 AM »
Is the folder in the message the one you are trying to upload to? If so it looks like a permissions error. There should be no issues upgrading to 4.29. I just did the same thing yesterday and my program worked without issues.

ccordes

  • Sr. Member
  • ****
  • Posts: 384
    • View Profile
    • Email
Re: Problems with 4.29 and file transfers
« Reply #2 on: September 21, 2007, 06:10:15 AM »
The error occurs because the file didn't exist. I'm not disputing the error, I'm wondering where is that nifty listbox style error is coming from.
I am using messagebox so that any error messages will time out, log the error and go away to allow the server app to conitue working. The message is different it hung the process, and while I did correct the error that caused it, I don't want it sneaking up on me again. ;-)

thanks,
chris
Real programmers use copy con newapp.exe

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: Problems with 4.29 and file transfers
« Reply #3 on: September 24, 2007, 11:58:00 PM »
That looks like the native ABC message history window. I haven't seen it for ages, but I remember you could tweak settings for the global Errorclass and get this effect...

Cheers
Bruce

ccordes

  • Sr. Member
  • ****
  • Posts: 384
    • View Profile
    • Email
Re: Problems with 4.29 and file transfers
« Reply #4 on: September 25, 2007, 04:54:43 AM »
Now... I wonder what I tweaked to make it come alive? ;-)
Real programmers use copy con newapp.exe