Hi. I am in the process of upgrading our DNN 3.x site to 4.02.
We do development of new modules and potentially edit core code as well.
I have successfully installed (unziped) 4.02 into a directory, loaded it into VS 2005, and gotten it to compile.
I know that among my next steps are to alter the release.config with my settings from my 3.x site and then it will upgrade my database.
I haven't yet run the 4.02 site at all through a web browser, I didn't want to have it make a new DB etc.
I do want to move my custom modules into my VS solution, but I am unclear as to how to proceed to do this. In VS2003 our module is a C# project that the BuildSupport project references. We can compile our projects and the updates are instantly seen on our development machines.
Where do I put all my modules in the Solution structure? How do I move over custom PA's that we have installed?
Thanks for any help experienced upgraders can provide.