kathrine molsberry
 Novice Posts:9
 |
| 06/25/2007 7:49 AM |
Alert
|
I installed a new module, the house menu - and got this error msg after:
|
|
|
|
|
Krishnapratap Vedula
 Novice Posts:17
 |
| 06/25/2007 8:25 AM |
Alert
|
Hi Kathrine,
In your code behind of ascx page - user control code behind file. Replace Inhertis System.Web.UI.Page with Inherits DotNetNuke.Entities.Modules.PortalModuleBase & compile. Your user control should work.
Best Regards,
Krishnapratap Vedula
|
|
|
|
|
Krishnapratap Vedula
 Novice Posts:17
 |
| 06/25/2007 8:27 AM |
Alert
|
Hi Kathrine,
This is krishnapratap again. Replace Inhertis System.Web.UI.UserControl with Inherits DotNetNuke.Entities.Modules.PortalModuleBase & compile. I wrongly wrote Page instead of UserControl. Your user control should work.
Best Regards, Krishnapratap Vedula
|
|
|
|
|
kathrine molsberry
 Novice Posts:9
 |
| 06/25/2007 9:09 AM |
Alert
|
Thanks, but I don't understand exactly where to go and change this thing. Is it supposed to be changed in the index.ascx file? If it is, I can't find what you are asking me to change. |
|
|
|
|
Krishnapratap Vedula
 Novice Posts:17
 |
| 06/25/2007 12:13 PM |
Alert
|
Hi Katherine,
Replace code in ur controls code behind file. Ru online now.
Best Regards,
Krishnapratap Vedula
|
|
|
|
|
kathrine molsberry
 Novice Posts:9
 |
| 06/25/2007 12:15 PM |
Alert
|
Ok I don't know what the controls code behind file is :S
online now yes. |
|
|
|
|
kathrine molsberry
 Novice Posts:9
 |
| 06/25/2007 12:16 PM |
Alert
|
is it this thing?
<%@ Control language="vb" CodeBehind="~/admin/Skins/skin.vb"
the skin.vb file? |
|
|
|
|
kathrine molsberry
 Novice Posts:9
 |
| 06/25/2007 12:17 PM |
Alert
|
This is the first line in my index.ascs file - is it the end of that that i am supposed to change?
<%@ Control language="vb" CodeBehind="~/admin/Skins/skin.vb" AutoEventWireup="false" Explicit="True" Inherits="DotNetNuke.UI.Skins.Skin" %>
sorry total newbie :p |
|
|
|
|
Tim Rolands Your Host
 Professional Posts:97

 |
| 06/29/2007 9:02 AM |
Alert
|
Katherine,
There is a problem with the installation; certain files do not get placed into a subfolder correctly. See this thread for more information.
You need to have a "styles" folder inside of the HouseMenu folder, and a set of CSS files inside of that folder. Look for a "styles.zip" file in the HouseMenu folder and extract it there.
Tim |
|
avastonetechnologies.com writergear.com timrolands.com |
|
|
kathrine molsberry
 Novice Posts:9
 |
| 07/29/2007 12:27 PM |
Alert
|
Thanks. I did what you said. But I am still getting error msg.
On the main page without login in I just get regular "an error has occured" http://nuke.ikt24.no
But logged in as admin I still get " An error has occurred. DotNetNuke.Services.Exceptions.ModuleLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object. at TimRolands.DNN.SkinObjects.HouseMenuSkinObject.HouseMenuSkinObject.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---"
I made a styles folder in desktopmodules-housemenuskinobject and added all the files from the styles.zip there and its not working...
Any other ideas? |
|
|
|
|
Tim Rolands Your Host
 Professional Posts:97

 |
|
Tim Rolands Your Host
 Professional Posts:97

 |
|
kathrine molsberry
 Novice Posts:9
 |
| 07/31/2007 1:03 PM |
Alert
|
I don't have a housemenu folder inside desktopmodules, so I made one. But it still gave me the same error.
How do I install this update?
Thanks for your help so far. =) |
|
|
|
|
kathrine molsberry
 Novice Posts:9
 |
| 07/31/2007 1:04 PM |
Alert
|
| And it is the house menu module one I am supposed to use for an update right? |
|
|
|
|
kathrine molsberry
 Novice Posts:9
 |
| 08/02/2007 12:10 PM |
Alert
|
Ok i uploaded the new one, and am still getting the same error :/
An error has occurred. DotNetNuke.Services.Exceptions.ModuleLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object. at TimRolands.DNN.SkinObjects.HouseMenuSkinObject.HouseMenuSkinObject.Page_Load(Object sender, EventArgs e) --- End of inner exception stack
Might seriously be a newbie error, maybe I forgot to do something? I added the housemenu token to the skin.xml, do I need to do something else? |
|
|
|
|
Robert Everland
 Novice Posts:4
 |
| 09/07/2007 3:07 PM |
Alert
|
| I also got an error message after install. It hosed my entire installation. I had to manually delete the folder in the desktopmodules folder to get it back up and running. I was under the assumption that I wouldn't have to change my existing sites to use the new menu, is this incorrect? When is a fix going to be made to correct this issue? |
|
|
|
|