I want to make changes in repositroy module. Can any one tell what type of settings i need to do in dnn4 (visual studio 2005) .
i hav installed service pack 1 and than added compiled module(as a new project, with loaction at desktop module) and than copy/paste all repositor module files in it.
]But the problem is that for cotrols region in vb file, i hav to redeclare all the controls ,which i declared in ascx files . else it give errors.
But at the same time my desktop module reference asks me not to add controls in control region of vb file.
So when i remove control region frm vb files it says:
Error: control with this name doesnt exist.(at project location)
But when i add control region in vb files it says:
Error: Double control defenition(or control with this name already exist)(at desktop module location)
As both project and desktop module are using same vb files .I dont know how to remove this error?