PDA

View Full Version : Error on loading file


Julianne
November 20, 2006, 21:20:08
Hi,

I was testing on trial version Browser_Tutorial_2003 and always got script error on loading the document.

The error message is: Cannot find member name System.Resources.ResourceManager

The code error happens on is:
document.getElementById('BrowserApp').LoadFile("Documents\\Demo.rtf");

There's no error happens by using vs 2005. But my project is based on 2003. Can you help me on this issue?

Thanks.

Björn Meyer
November 21, 2006, 12:14:58
Hello

There seems to be a typo in your code at "Do cuments\\Demo.rtf" (an additional space character). Is that typo in your code as well?

Ministerio
May 18, 2007, 22:47:11
i have got the same error with the following path:
document.getElementById('BrowserApp').
LoadFile("Documents\\Demo.rtf");