Posted on 31/05/2013 20:41:59
Hi Marco,
That sounds weird.
Try to add Debug=true in the query string when you view the page in front end. This will render some debugging information about what is going on. Look for your module system name. There should be an entry like this:
"Start module (PID = 123): MyModuleSystemName".
Does your content module class have an AddInName attribute that contains the system name of the module? Make sure that there are no spelling errors. If it still doesn't work then there might be a conflict with another module with an identical system name (either standard or custom module).
Have a look at the Module table in the database. Make sure the module is active and that the information stored about your custom module is correct.
Are you using the Dynamicweb templates for Visual Studio to create your modules?
Have you read the articles about building custom modules? These articles explains how to avoid some of the most common pitfalls.
If this doesn't help solve your problem then I think you need to provide more details about your module (code) and what version of Dynamicweb you have installed.