DotNetNuke module problems

L

Loading name...

Hey

I've got DNN Starter Kit (version 4.3.4) installed in my visual studio 2005.
And are developing a DNN portal. Now I get this error where a module is
suppose to be loaded:
"Error: Adm is currently unavailable. Object reference not set to an
instance of an object."

I'm using a sqlserver 2005 as database and installed this module by running
the 01.00.00.SqlDataProvider in DesktopModules, I haven't done any changes
in the code, except changing the name of the 2 folders > "ModuleName"
changed to "Adm"
And also:
<codeSubDirectories>
<add directoryName = "Ask" />
<add directoryName = "Adm" />
</codeSubDirectories>

(one strange this that I don't have any problems with this Ask module, it's
the Adm module I have problems with)

Some stack trace info:
at YourCompany.Modules.Adm.ViewAdm.lstContent_ItemDataBound(Object sender,
DataListItemEventArgs e) in
c:\Inetpub\wwwroot\DotNetNukeWebsite\DesktopModules\Adm\ViewAdm.ascx.cs:line
136
at
System.Web.UI.WebControls.DataList.OnItemDataBound(DataListItemEventArgs e)
at System.Web.UI.WebControls.DataList.CreateItem(Int32 itemIndex,
ListItemType itemType, Boolean dataBind, Object dataItem)
at System.Web.UI.WebControls.DataList.CreateControlHierarchy(Boolean
useDataSource)
at System.Web.UI.WebControls.BaseDataList.OnDataBinding(EventArgs e)
at System.Web.UI.WebControls.BaseDataList.DataBind()
at YourCompany.Modules.Adm.ViewAdm.Page_Load(Object sender, EventArgs e)
in
c:\Inetpub\wwwroot\DotNetNukeWebsite\DesktopModules\Adm\ViewAdm.ascx.cs:line
115

Any suggestions?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top