This is step by step What have I done:
- Downloaded and installed CodeSmith Generator Standard 5.2.2.11561
- Downloaded and installed Crewstone DNN 4/5 Templates Rel 3 into NewFileTemplates folder of codesmith installation
- Downloaded Dotnetnuke Community Edition 5.6 Install Package
- Installed and started DNN CE on my localhost enviroment
- double click on DnnMaster.cst and filled the template with MultiSourceTable,ObjectQualifier,CompanyName,ModuleName,RootNamespace and Outputdirectory all finished succesfully
- copied the generated folder App_Code and Desktopmodules on DNN root installation according with WSP development
Then I've refreshed the page but I received this compilation error:
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: BC30455: Argomento non specificato per il parametro 'packageID' di 'Public MustOverride Function GetDesktopModulessByPackages(packageID As Integer) As System.Data.IDataReader'.
Source Error:
|
Line 71: _ Line 72: Public Function ListDesktopModulessByPackages() As List(Of DesktopModulesInfo) Line 73: Return CBO.FillCollection(Of DesktopModulesInfo)(DataProvider.Instance().GetDesktopModulessByPackages())
Line 74: End Function
Line 75:
|
Source File: c:\inetpub\wwwroot\DNN56\App_Code\ModuloTest\ModuloTestController.vb
Line: 73
where am I doing wrong?