Re: ASP.net Application Problem.



null reference exceptions are a result of flakey code. Use the stack trace
to find out which line of code is causing the problem and fix it.

--
Regards,
Alvin Bruney - ASP.NET MVP

[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
Now available @ www.lulu.com/owc
"zubair" <zubair@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:5B6B6725-653E-4A96-ACAC-D3E5CDA81D5D@xxxxxxxxxxxxxxxx
> Hello everyone!
> I have uploaded my site on a webserver. Some times it works fine but some
> time it gives error "Null Object reference exception".
> The same site on my local server works just fine.
>
> When I change the "global.ascx" and ".dll" file in "bin" directory, it
> starts working fine but after some time, same problem arises again :(.
>
> Can any one help me plz in figuring out the problem, and I wud highly
> appreciate your suggestions and recommendations.
>
> Thanks in anticipation.


.


Loading