Hi Jon,
first at all let me say thanks for your work, it has been my Christmas toy and I found it simply genial.
I'm developing my first module with your template and all is clear.
I have also easily integrate some ajaxcontroltoolkit extender and with the get_components and add_propertyChanged I can now interact with them from within modules js files.
However, I have also found some issue:
1) In Edit-Mode the post-back cycle seems takes lot of time and the page load of my control run two times each post-back, (I'm not sure this last is an issue, may be is due to the fact that i debug the project from out side the web application folder).
2) Using your edit template, I save the content of a multi-line text-box in ModuleSettings table, and I discovered there is a problem to deserialize text with CRLF chars.
3) In DNNModule.Target, to call the DeployPDB target is not enough to set the DeployPDB property = 1 but, also is needed to add <ConfigurationName>Debug</ConfigurationName>. (This has caused me some problem).
In this target, for speed up debug operations, I added the following lines:
<CreateItem Include="$(TargetDir)\$(CompanyName).$(ModuleName).dll">
<Output TaskParameter="Include" ItemName="DLLFile" />
</CreateItem>
<Copy SourceFiles="@(DLLFile)" DestinationFolder="$(DotNetNukeDir)\bin\" SkipUnchangedFiles="false" ContinueOnError="true" />
so if I work only on the code behind or .vb files I don't need to reinstall the module and I can directly start debug using the command "attach to process -> W3wp.exe"
4) Some command in module actions menu does not work, (I'm waiting for your solution...).
That is all.
Although my english isn't properly the best, I hope to be clear.
Regards
Manzoni Fausto