Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with CMS
Message
From
30/03/2006 18:28:23
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Problem with CMS
Environment versions
Environment:
VB.NET 1.1
Database:
MS SQL Server
Miscellaneous
Thread ID:
01109400
Message ID:
01109400
Views:
60
Hello

I've an application with COntent Managment Server , and when I try execute that APP showme this error:

Object reference not set to an instance of an object.

The code is this
foreach(Microsoft.ContentManagement.Publishing.ChannelItem menuItem in ApplicationManager.channelRoot.AllChildren)
The properties:
public static Channel channelRoot
		{
			get{ return (Channel) CmsHttpContext.Current.Searches.GetByPath(ConfigurationManager.cmsChannelRoot); }
		}

public static string cmsChannelRoot
		{
			get{ return ConfigurationSettings.AppSettings["CmsRootChannel"];}
		}
How i can to resolve this problem.
Daniel Vargas.
MCP - Microsoft Certified Professional

"El callar y escuchar es cosa de sabios por ello nuestro grito nace de silencio consciente fuerte y elocuente... vivir de manera diferente es morir siendo libre"

Elkin Ramirez-Kraken

My Blog
Next
Reply
Map
View

Click here to load this message in the networking platform