Hi,
i'm working on making a few modifications to the Documents Module so that I can have a Global list option which will pull the downloads from the entire site.
I've made the changes to the dataprovider, ascx, sql database, and even to all the dnn module specific files (ie dnn.config, and the provider uninstall and install scripts). I've made a number of modules using Visual Studio 2003 but this time I'm determined to figure out how the 2005 VS works.
I used the module starter kit which created the directory structure in my website and then migrated my Project based code to this new module. I then moved all my controllers and info files to /App_code/Documents (the name of the module).
Now i'm stuck at creating the sql provider. I've created a Windows class file in VS and copied the sqlprovider from the documents file, then setup the namespaces and imports but it won't compile I get a message in the error list saying
Class'SqlDataProvider' must either be declared 'MustInherit or override the following inhertied must Override members... then it lists the members of the class.
I'm not sure where to go here. I really want to leverage the 2005 style of module development as compiling the code to a dll has been dificult for maintaining and updating the modules i've created.