The system cannot find message text for message number 0x%1 in the

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top