Developer forum

Forum » Development » Error entering admin mode of custom modules

Error entering admin mode of custom modules


Reply

I have recently started to separate our custom modules to individual DLL's instead of compiling to the Custommodules.dll and I keep getting the error:

The page cannot be displayed

There is a problem with the page you are trying to reach and it cannot be displayed.


This error has been sent to the responsible technical personnel and will be taken care off shortly.

when I try to enter the Admin pages of the modules. They work fine on my localhost and I usually get a Concrete error message when the application fails.

Any idea what might be wrong or how I can troubleshoot the problem/perhaps get a useful error message?


Replies

 
Reply

Have you checked to see, if there's an entry in the Event Viewer og the server?

 
Reply
Sorensen wrote:

Have you checked to see, if there's an entry in the Event Viewer og the server?

Nope, how do I view the events of the server?

 
Reply

Oh, is it on one of our servers? Otherwice, Control Panel -> Administrative Tools -> Event Viewer

 
Reply
Sorensen wrote:

Oh, is it on one of our servers? Otherwice, Control Panel -> Administrative Tools -> Event Viewer

it is on one of your servers (http://riders.net.dynamicweb.dk/)

 
Reply

Are you sure, you've uploaded both new assemblies and all aspx files and have all namespaces correct? I found this using the Event Viewer of the server:

CustomModules\FonqiForumModule\ForumModuleAdmin\ForumModuleAdmin.aspx(69): error CS0117: 'ASP.custommodules_fonqiforummodule_forummoduleadmin_forummoduleadmin_aspx' does not contain a definition for 'directTopic_BTN_Click'

 

 
Reply
Sorensen wrote:

Are you sure, you've uploaded both new assemblies and all aspx files and have all namespaces correct? I found this using the Event Viewer of the server:

CustomModules\FonqiForumModule\ForumModuleAdmin\ForumModuleAdmin.aspx(69): error CS0117: 'ASP.custommodules_fonqiforummodule_forummoduleadmin_forummoduleadmin_aspx' does not contain a definition for 'directTopic_BTN_Click'

 

Great thanks I'll check into that.

Is there any way for me to view these error messages so's I wont have to write in here every time?

 
Reply

No problem.

 

I also received an error message like that. I suggest you contact helpdesk and ask why the site has been setup like that.

 
Nicolai Høeg Pedersen
Reply

The web.config has this:

<customErrors mode="On">

 

it should be this if you want to see the entire error message:<customErrors mode="Off">

 

 
Reply
np wrote:

The web.config has this:

<customErrors mode="On">

 

it should be this if you want to see the entire error message:<customErrors mode="Off">

 

Thanks I'll try that

 

- Sune

 
Reply

No problem:)

 

You must be logged in to post in the forum