i'm using the line below to find a position of the test withing HTML document and it works fine on a 64bit machine but does not work on my 32bit Windows 2008 server.
IntStart1 variable returns 2 on 64bit and 0000029ae on 32 bit. please help.
Int32 intStart1 = strHtmlText.IndexOf("<TABLE class=");