Hi
I have made a "module framework" that has amonsgt other things some comon custom controls, enums for all my various modules and generic tables that any of my modules might use...
However, at this point I don't need to provide a UI onto them, so there are no user controls - but what if I wanted to update my set of custom controls? How do I upload it?
The .dnn xml validation doesn't allow no user controls (that was the last stumbling block) so I made a dummy one to get round that... it's a bit hacky, so what I would like to know is what is the preferred way of updating a .dll only? (assuming I have made the correct approach and created a "module" despite the fact it is more of a framework for all my other modules and not neccessarily a module itself...
Rodney