G
Guest
http://www.mdrsesco.biz/4jhx6v.bmp has a screen shot of the following message
from Windows XP, which was writing a file (via NFS) to Windows Vista 64-bit.
The system cannot find message text for message number 0x%1 in the message
for %2.
This has happend several times over the past few weeks. Here is the catch
phrase:
catch (Exception openForReading)
{
RegisterException.WriteLogEntry("The file (" + s
+ ") could not be backed up because (" + openForReading.Message + ").",
logPacket);
logPacket.errorCount++;
}
Porkay?
from Windows XP, which was writing a file (via NFS) to Windows Vista 64-bit.
The system cannot find message text for message number 0x%1 in the message
for %2.
This has happend several times over the past few weeks. Here is the catch
phrase:
catch (Exception openForReading)
{
RegisterException.WriteLogEntry("The file (" + s
+ ") could not be backed up because (" + openForReading.Message + ").",
logPacket);
logPacket.errorCount++;
}
Porkay?