M
^MisterJingo^
I have built a website containing a user control, and it works fine
when I run it through VS2005 internal weberver. But as soon as I
publish it to the net, I get the following error:
Exception Details: System.NullReferenceException: Object reference not
set to an instance of an object.
Source Error:
[No relevant source lines]
I've commented out all code in the usercontrol and it still happens, so
it seems it cannot find it.
The uc is contained within the file and not compiled. Is this causing
the problem? If so, why does it work locally through the inbuilt
webserver but not on a live server?
Any help would be appreciated.
when I run it through VS2005 internal weberver. But as soon as I
publish it to the net, I get the following error:
Exception Details: System.NullReferenceException: Object reference not
set to an instance of an object.
Source Error:
[No relevant source lines]
I've commented out all code in the usercontrol and it still happens, so
it seems it cannot find it.
The uc is contained within the file and not compiled. Is this causing
the problem? If so, why does it work locally through the inbuilt
webserver but not on a live server?
Any help would be appreciated.