I've been trying to set up my development machine with DotNetNuke 4.3.4 and get it debugging in Visual Studio. I can't find too much documentation on standards for where this should be placed or configurations for new modules or debugging modules within the DNN project.
Chris Paterra talks about how there were changes from v3 to v4 in the way the project was structured in Visual Studio based on teh change from .Net 1.0 to .Net 2.0.
I found a
nice article on how to build Modules which goes into detail on how to set one up.
David Hayden made some good observations about the basic modules.
The only criticism I had was the confusion of finding the source of the modules that are hidden as '.resources' files which are basically '.zip' files "for security". There are a few
articles on the site that go into detail of how to set this up, but these are for DNN 2.0 and don't cover set up for DNN 4.0 from what I can find.
There are plenty of blog
articles out there for instance in the asp.net forums but it would be best distributed by the
dotnetnuke site itself.
UPDATEAlso found this
article on how to actually open the DNN Store source in Visual Studio 2005. Thanks to jk_nzd for that!