This topic is locked

Language asprunner.net 5

7/18/2009 8:03:44 AM
ASPRunner.NET General questions
A
almasri author

Hi everyone
I have problem with asprunner.net 5
When we use it for more than one Language we get error at base.aspx.vb

In Protected Overloads Overrides Sub OnInit(ByVal e As EventArgs)
localeXml = locale >> Value of type 'System.Xml.XmlDocument' cannot be converted to 'String'

then I chnged locale to locale.tostring and that work for me !!

after that it is jump to another error
at GetTableCaptions function in base.aspx.vb >> Object reference not set to an instance of an object
in Dim langNode As XmlNode = parent.SelectSingleNode("//Language[@Title='" + lang + "']")
any help to solve that <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=12349&image=1&table=forumtopics' class='bbcemoticon' alt='<<' />