Author: jastoh | Posted on: 4/27/2010 1:09:22 PM | Views : 1214

Hi All,
I have deployed my website to a shared hosting provider and since deployment, it shows the error "XML Parser Error:no element found" from time to time. I have checked my error log and I find issues such as "Object reference not set to an instance of the object" but the weird thing is if I visit the SAME page after a while, it loads!
I have checked with my hosting provider and they told me the below is what they can see on their side:
\\\\\\\\\\\\\\\\\\\\\\

Exception information:
Exception type: HttpException
Exception message: Could not load type 'Test2.GlobalAsax'.
\\\\\\\\\\\\\\\\\\\\\\
I have checked my global.asax and the interits are all correct. I have tried:
a) Deleting the webapplication dlls and rebuilding - didn't work

b) Deleting the global.asax and adding a new one and then rebuild. - didn't work
c) Changing the class name of global.asax.v ...

Go to the complete details ...