Developer forum

Forum » Development » Problem creating setup page for module

Problem creating setup page for module


Reply
Hi

I'v made a custom module and everything works fine. But! now I need to make the _Edit.aspx file.

And I keep getting this error: Modul tilknyttet, kan ikke finde redigeringsfil

I seriosly need some pointers on what I'm doing wrong.

Replies

 
Nicolai Høeg Pedersen
Reply
Have a look at this article:
http://devierkoeden.com/Articles/[articleId/14]/Custom%20Modules%20-%20Part%202%20-%207%20Steps%20to%20Building%20a%20Custom%20Module%20-%20Background.aspx
 
Reply
Ya - that's what I'm doing. I've tried to do the same with CustoHello, which is included in the download. Same message...

The Edit.aspx is registered automaticly - right? I don't need to do anything special about that.

If my module is called companysearch - I create companysearch_Edit.aspx, and everything should be fine?

I'm attaching the module code, so anyone can have a look at it
 
Nicolai Høeg Pedersen
Reply
It sounds as an installation or location problem.

Make sure it is places in /Custommodules/companysearch/companysearch_Edit.aspx
 
Reply
Oh crap! It was so obvious!

I change the namespace and folder structure... So my solution didn't have a CustomModules folder.

thx!

 

You must be logged in to post in the forum