Click here to Skip to main content
15,896,557 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
My asp page dispay the following error "Error Creating Control - contentObject reference not set to an instance of an object." in the design mode even if i run it with any problem in the server.
Posted

Object Reference not set to an instance of an object
This error happens when you try to use a property of an object that is null.
 
Share this answer
 
It sounds like your ASPX page design is having some 'Control - contentObject' that is not properly being used. Make sure the control tag is correctly formed and the properties needed are defined. Somehow it's not initialized.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900