-
Proficient Member
DB Backup Problem.
I seem to be getting this error now on my dedi when im trying to backup my GunzDB.
Ive tried backing it up directly from the database and also using the tool I normally use.
Its not working.. at all.
Heres the error I get when using the tool. (Gunz Database AutoBackup.exe)
Title of the error is "Microsoft .NET Framework".
Heres the error..
Unhandled exception has occurred in your application. If you click Continue, the application will ignore this error and attempt to continue. If you click Quit, the application will close immediately.
Index was outside the bounds of the array.
Thanks in advance to whoever helps.
-
-
Member
Re: DB Backup Problem.
"Index was outside the bounds of the array"
since i'm pretty sure you know what that means
(
int myints[10];
myints[16] = 1;
)
if it worked before then your db got somekind of data that doesn't for some reason go through the procedure properly and creates somekind of reading error offset...
or the program has a bug...
or your database has some other corrupted data...
in the end it could be various things :p
-
Apprentice
Re: DB Backup Problem.
Well probaly an problem with .NET Framework
Try to install the newest .NET Framework
-
Valued Member
-
Member
Re: DB Backup Problem.
I thnk you fixed this considering that you backed up everything after I hacked spirit. =]