I am doing a single document project. I got an assertion fail in CSingleDocTemplate::SetDefaultTitle function. The error occured at this line:

VERIFY(strDocName.LoadString(AFX_IDS_UNTITLED));

How could it be the reasion? Thank you!

Olin