473,778 Members | 1,913 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

DotNetNuke module problems

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.SqlDat aProvider 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:
<codeSubDirecto ries>
<add directoryName = "Ask" />
<add directoryName = "Adm" />
</codeSubDirector ies>

(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.Mod ules.Adm.ViewAd m.lstContent_It emDataBound(Obj ect sender,
DataListItemEve ntArgs e) in
c:\Inetpub\wwwr oot\DotNetNukeW ebsite\DesktopM odules\Adm\View Adm.ascx.cs:lin e
136
at
System.Web.UI.W ebControls.Data List.OnItemData Bound(DataListI temEventArgs e)
at System.Web.UI.W ebControls.Data List.CreateItem (Int32 itemIndex,
ListItemType itemType, Boolean dataBind, Object dataItem)
at System.Web.UI.W ebControls.Data List.CreateCont rolHierarchy(Bo olean
useDataSource)
at System.Web.UI.W ebControls.Base DataList.OnData Binding(EventAr gs e)
at System.Web.UI.W ebControls.Base DataList.DataBi nd()
at YourCompany.Mod ules.Adm.ViewAd m.Page_Load(Obj ect sender, EventArgs e)
in
c:\Inetpub\wwwr oot\DotNetNukeW ebsite\DesktopM odules\Adm\View Adm.ascx.cs:lin e
115

Any suggestions?

Aug 23 '06 #1
1 1828
This is not the right forum for DNN problems. You'll get much better
support at the DNN forums.
http://dotnetnuke.com/tabid/795/Default.aspx
--
Regards

John Timney (MVP)
"Loading name..." <it_consultant1 @NO_SPAM.hotmai l.comwrote in message
news:uq******** ******@TK2MSFTN GP02.phx.gbl...
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.SqlDat aProvider 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:
<codeSubDirecto ries>
<add directoryName = "Ask" />
<add directoryName = "Adm" />
</codeSubDirector ies>

(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.Mod ules.Adm.ViewAd m.lstContent_It emDataBound(Obj ect sender,
DataListItemEve ntArgs e) in
c:\Inetpub\wwwr oot\DotNetNukeW ebsite\DesktopM odules\Adm\View Adm.ascx.cs:lin e
136
at
System.Web.UI.W ebControls.Data List.OnItemData Bound(DataListI temEventArgs
e)
at System.Web.UI.W ebControls.Data List.CreateItem (Int32 itemIndex,
ListItemType itemType, Boolean dataBind, Object dataItem)
at System.Web.UI.W ebControls.Data List.CreateCont rolHierarchy(Bo olean
useDataSource)
at System.Web.UI.W ebControls.Base DataList.OnData Binding(EventAr gs e)
at System.Web.UI.W ebControls.Base DataList.DataBi nd()
at YourCompany.Mod ules.Adm.ViewAd m.Page_Load(Obj ect sender, EventArgs e)
in
c:\Inetpub\wwwr oot\DotNetNukeW ebsite\DesktopM odules\Adm\View Adm.ascx.cs:lin e
115

Any suggestions?

Aug 23 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1379
by: Michael Washington | last post by:
I have written what I hope to be is the simplest tutorial for making your own modules for DotNetNuke (http://DotNetNuke.com). The tutorial is at: http://adefwebserver.com/DotNetNukeHELP/DNN_Module1/
0
1620
by: Brian | last post by:
Does anyone know of a DotNetNuke module for event registration? It doesn't have to be free. We have a local users group that meets once a month and we'd like to allow our members to register for the meetings online and then be able to pull up a list of members that have registered before each meeting. If anyone knows of a module that will accomplish this please let me know. Thanks in advance. Brian
0
1716
by: David Rose | last post by:
I have an existing asp.net web application which contains several user controls. Some of these user controls contain other user controls (generic controls) which are located in a subdirectory. Now I am creating dotnetnuke modules from each user control and am not sure how to deal with the generic controls. Ideally, I want to create a project housing these controls and then reference it from the other modules, but am not sure how to do...
0
1625
by: adefwebserver | last post by:
http://www.adefwebserver.com/DotNetNukeHELP/DNN_Module4 I used a "Guest Book" as an example because it covers most of the functions you need in a module, "Select", "Delete", "Update", and "Insert". The tutorial shows you how to bind a Grid View to a data source using the DotNetNuke DAL (Data Access Layer) and Object Data Sources. Using the techniques in this tutorial you will be able to bind your Grid View and Form View controls...
3
1689
by: dmm | last post by:
hi all, I am completly new to the world of ASP and am after some advice. I have been given a requirements document that reads suspiciously like a portal solution with added bells and whistles. I have heard good things of dotnetnuke and I wanted your thoughts on it such as: -Cost/benefit of going with it over rolling my own using 2.0 (for the built in roles stuff). The CMS is important, but not the only functionality I need
2
4564
by: Ronald | last post by:
I just started with dotnetnuke, and with a wrong login (wrong password on a clean install i can crash the application pool from IIS. (when i login with the right username/password information the site works fine, i can do anything it is supposed to do) I have the following setup: -Windows 2003 x64 (fully patched, clean install) -Dotnetframework 2.0.50727 -Dotnetnuke 4.3.1
3
2647
by: superbee76 | last post by:
Staying with in the DotNetNuke 3.2 framework I'm attempting to find the best, simplest solution for making callbacks/RPCs/Ajax requests. The biggest obsticles seem to be staying within the DotNetNuke framework recommendations: *** 1. Default.aspx - One page, one entry point Staying with this is great because it handles security for
4
3645
by: raju | last post by:
Hai I am new to dotnetnuke. I installed dotnetnuke and went to the admin page of the dotnetnuke.( the first page asking user name password). How to create my own page in dotnetnuke application. can anyone refer any links for sample application for creating our
2
9467
ssnaik84
by: ssnaik84 | last post by:
Hello, I'm first time working on DotNetNuke module development. I created and installed a sample module. It installed successfully. but when I'm going to add into a page, it's giving me following error: DotNetNuke.Services.Exceptions.ModuleLoadException: Could not load type 'YourCompany.Modules.TCModule.ViewTCModule'. ---> System.Web.HttpParseException: Could not load type 'YourCompany.Modules.TCModule.ViewTCModule'. ---> ...
0
10296
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10127
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9923
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8954
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6723
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5370
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5497
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4031
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2863
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.