User1014392865 posted
Open source DNN is distributed using the WSP model and it is based on .NET 2 for the most recent release DNN verion 4.3.4. The WSP is great for developing new module. Module is setup as folder within DNN WSP. The problem is that developers can
not distribute the module as DLL because there is no way to compile folders as unqiue DLL names using Web Deployment Project.
This would be a common task but the new VS 2005 does not support it. Without a reliable way to compile module to unique DLL names, developers are forced to distribute the code as opensource.
Now MS gets all these new big letter WSP, WAP, WDP out and you get ton of logs from top MS technical managers to explain what they are. The reality is these tools do not work toghether. Developers will have to copy/cut/move code around
and hope things will work.
Sorry if I sound pessimistic but the reallity is that MS provides all these new tools but they do not work toghether and they do not support the full life cycle of the project.