Hello I am developing modules for DNN using the WAP model. I have a separate project for a DNN module and the ascx controls that make it up I originally had the "codefile" tag in the <@ control> header... In the modules directory I have just the ascx page and in the BIN folder is the module's dll file. However, when you run the module, it errors and says "cannot find the xxx.ascx.cs file". If I change "codefile" to "codebehind" it works. Is this the way it is supposed to work for WAP? Anything being lost?
Thanks
Harold |