Ok i have been reading the forums, i have been reading the DNN book, and i still can't figure it out.
I have a bunch of modules i created, about five, they work on the same database and work together in a manner.
Now it turns out that i have some code that is duplicated across all my modules. Not just back end code but some contain parts that could be in controls and shared.
So i decided to separate those parts and share them among my modules, but i can’t do it.
I tried putting user controls inside the controls folder but i can’t see them anywhere, i don’t know how to add them to my modules.
I also tried putting some classes inside the app_code folder, but here i encountered a problem due to the fact that i don’t know vb and write all my code in c#, but this will not compile.
Please help. How have you solved this?