Error Messages/40876
< Error Messages
Revision as of 17:21, 8 February 2010 by AManandhar (talk | contribs) (Created page with '= Error Message Examples = The server name in the URL passed to the ReadFromUrl could not be resolved. = Cause = You have probably made a typo on the URL passed to the [[…')
Error Message Examples
The server name in the URL passed to the ReadFromUrl could not be resolved.
Cause
You have probably made a typo on the URL passed to the ReadFromUrl function. The following call to the function would trigger this error:
ReadFromUrl("ww#.lumina.com");
Remedies
Check the URL passed to the ReadFromUrl function and correct it.
Comments
<comments />
Enable comment auto-refresher