Object reference not set to an instance of an object
An unhandled exception was generated during the execution of the current web
request. Information regarding the origin and location of the exception can
be identified using the exception stack trace below.
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an
object.]
McmsWebControlLibrary.McmsNavigationControl.CreateChildControls() +88
System.Web.UI.Control.EnsureChildControls() +100
System.Web.UI.Control.PreRenderRecursiveInternal() +38
System.Web.UI.Control.PreRenderRecursiveInternal() +125
System.Web.UI.Control.PreRenderRecursiveInternal() +125
System.Web.UI.Control.PreRenderRecursiveInternal() +125
System.Web.UI.Page.ProcessRequestMain() +1499
It looks like there is a problem with your navigation control code.
Is this the code that came with the Woodgrove sample or have you
modified it?
Can you debug the process and find what line of code it is failing on
and what object is set to nothing?
Regards
--
________________________________________
Angus Logan (MCAD/MCDBA/MCP/MVP for MCMS)
Product Specialist
Microsoft Application Solutions
Data#3 Limited
E angus...@data3.com.au
BLOG www.anguslogan.com
________________________________________
"CMS 2002 lover" <CMS200...@discussions.microsoft.com> wrote in message
news:39C2F8E9-E1E8-418A...@microsoft.com...
there is no such option in SiteManager.
Authoring capabilities have been removed from SiteManager.
Authoring is now completly done using Web Author.
Cheers,
Stefan.
--
This posting is provided "AS IS" with no warranties, and confers no rights.
MCMS FAQ:
http://download.microsoft.com/download/4/2/5/4250f79a-c3a1-4003-9272-2404e92bb76a/MCMS+2002+-+(complete)+FAQ.htm
MCMS Blog: http://blogs.msdn.com/stefan_gossner/category/4983.aspx
MCMS Sample Code:
http://www.gotdotnet.com/community/usersamples/Default.aspx?ProductDropDownList=Content+Management+Server
MCMS Whitepapers and other docs:
http://blogs.msdn.com/stefan_gossner/archive/2003/12/07/41859.aspx
--------------------------------
"CMS 2002 lover" <CMS200...@discussions.microsoft.com> wrote in message
news:91A22A67-E4CE-41B3...@microsoft.com...
Are you able to debug the code to show what object is not set?
Cheers
--
________________________________________
Angus Logan (MCAD/MCDBA/MCP/MVP for MCMS)
Product Specialist
Microsoft Application Solutions
Data#3 Limited
E angus...@data3.com.au
BLOG www.anguslogan.com
________________________________________
"CMS 2002 lover" <CMS200...@discussions.microsoft.com> wrote in message
news:91A22A67-E4CE-41B3...@microsoft.com...
i am not able to debug.. the code ..
I didn't modified .. it is working in one system but it is not working
in production server after Import
What do lines #87-89 for the CreateChildControls() method of this class say?
McmsWebControlLibrary.McmsNavigationControl.CreateChildControls()
--
regards
Mei Ying
---
Blog: http://meiyinglim.blogspot.com
Contact: meiyi...@hotmail.com
---
"CMS 2002 lover" <CMS200...@discussions.microsoft.com> wrote in message
news:10315B95-3D84-4B9B...@microsoft.com...