Does anyone know why I am getting this error when I try to put my module on a page? (the display and view modules seem to be ok, however) Error: DemoModule is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: C:\Documents and Settings\Bradley Linger\My Documents\Visual Studio 2005\WebSites\ModDev\DesktopModules\DemoModule\ViewDemoModule.ascx.vb(138): error BC32017: Comma, ')', or a valid expression continuation expected. ---> System.Web.HttpCompileException: C:\Documents and Settings\Bradley Linger\My Documents\Visual Studio 2005\WebSites\ModDev\DesktopModules\DemoModule\ViewDemoModule.ascx.vb(138): error BC32017: Comma, ')', or a valid expression continuation expected. at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at System.Web.UI.TemplateControl.LoadControl(String virtualPath) at DotNetNuke.UI.Skins.Skin.InjectModule(Control objPane, ModuleInfo objModule, PortalSettings PortalSettings) --- End of inner exception stack trace --- This is my first module creation so I'm sure I'm doing something wrong. I have created a new table with new fields. All of those fields are searchable and portable and those options are enabled in the Module Options. The module scope is set to Portal. Here are my template settings. Display template header: display Template: {EditLink}Edit{/EditLink} {fldLastName},{fldFirstName} Displaytemplatefooter: <{AddLink}Add New Employee{/AddLink} BTW: All of these have a display control of Textbox. What feature does this control? All the new fields in my table are set to Alphanumeric allowing empty data to be saved. What am I doing wrong? thanks for the help. |