Modules and Entry Points

It appears that this is not possible, for example I need this

http://Mydomain/myModule

Now at the moment it appear that the module is geared towards adding functionality to the Admin section, which is not what I am looking at doing. Is this not possible yet?

The error message I am getting is

Error Type: Expression : [N/A]
Error Messages: Element CBROOT is undefined in PRC.

Dropping modules into the contentbox/modules folder will be used to drive admin functionality.

Outside of that, it’s just a regular CB app, so a regular module will work, you just need to define the routing.

Curt

Thats ok I found out what the problem was and have since fixed it, I was stupid enough to try the helloworld example outside of the admin and that was the result.