Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem with CMS
Message
De
30/03/2006 18:28:23
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Problem with CMS
Versions des environnements
Environment:
VB.NET 1.1
Database:
MS SQL Server
Divers
Thread ID:
01109400
Message ID:
01109400
Vues:
61
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform