Hello.
I'm trying to come up with a prototype web site for a prospect using mojoPortal.
I am coding on a Dell Dimension 9150 workstation logged into a network domain of Windows Small Business Server 2003. The workstation has four meg of ram, 98 gig HDD, Windows XP Pro, SP3, VS6.0 - VS2010, .Net Framework 1.1 - 4.0, ASP.NET 2.0, SQL Server Express 2008R2.
I have programmed in VB3.0, 6.0 ,VB.NET, Fortran and COBOL
I have developed three other web sites using starter kits in VB.NET, ASP.NET 2.0, .Net Framework 2.0 and SQL2008 Starter Edition.
At this point, I am trying to follow the Developer Training Videos so that I can learn how to create my own VB modules. From what I can read on the mojoPortal web site, I believe it is possible to create VB modules even though the original mojoPortal web application is written C#. If I am wrong about this, I hope somebody jumps in here to let me know.
I used TortoiseHG to create my source code folder and download the source code 2.3.6.0.
I didn’t want to, but I found that I needed to use the CodeSmith method of creating the code used in the videos. I didn’t realize that CodeSmith could generate VB code from the mp_UI-starter-ModuleControlGenerator.cst file used in the Dev Series 3 Custom Solution. So, the first time I used CodeSmith to generate a C# file as the video explained, it worked out just as the video indicated. I took the results of the Output Panel in CodeSmith and converted it from C# code to VB.NET code using a web site on the internet and followed the video from there.
I continued to follow the Dev Series 4 Hello Web video and when I build my new Web.UI web application project, I get the following six errors. I don’t know how to resolve them.
Error 19 Type 'mojoPortal.Web.Controls.CornerRounderTop' is not defined. C:\Documents and Settings\Administrator\My Documents\Visual Studio 2010\Projects\LakesideOS\LakesideOS_Projects\LakesideOS.Web.UI\GuestBook\HelloWeb.ascx.designer.vb 32 35 LakesideOS.Web.UI
Error 20 Type 'mojoPortal.Web.Controls.CornerRounderBottom' is not defined. C:\Documents and Settings\Administrator\My Documents\Visual Studio 2010\Projects\LakesideOS\LakesideOS_Projects\LakesideOS.Web.UI\GuestBook\HelloWeb.ascx.designer.vb 77 38 LakesideOS.Web.UI
Error 21 'Public Event Load(sender As Object, e As System.EventArgs)' is an event, and cannot be called directly. Use a 'RaiseEvent' statement to raise an event. C:\Documents and Settings\Administrator\My Documents\Visual Studio 2010\Projects\LakesideOS\LakesideOS_Projects\LakesideOS.Web.UI\GuestBook\HelloWeb.ascx.vb 41 13 LakesideOS.Web.UI
Error 22 'TitleControl' is not declared. It may be inaccessible due to its protection level. C:\Documents and Settings\Administrator\My Documents\Visual Studio 2010\Projects\LakesideOS\LakesideOS_Projects\LakesideOS.Web.UI\GuestBook\HelloWeb.ascx.vb 56 13 LakesideOS.Web.UI
Error 23 'TitleControl' is not declared. It may be inaccessible due to its protection level. C:\Documents and Settings\Administrator\My Documents\Visual Studio 2010\Projects\LakesideOS\LakesideOS_Projects\LakesideOS.Web.UI\GuestBook\HelloWeb.ascx.vb 57 13 LakesideOS.Web.UI
Error 24 'TitleControl' is not declared. It may be inaccessible due to its protection level. C:\Documents and Settings\Administrator\My Documents\Visual Studio 2010\Projects\LakesideOS\LakesideOS_Projects\LakesideOS.Web.UI\GuestBook\HelloWeb.ascx.vb 68 13 LakesideOS.Web.UI
I am having a terrible time trying to stop and restart and follow the Dev Series 4 Hello Web video. Also, I can’t get CodeSmith to Generate the code again as I did the first time I used it. It doesn’t give any errors, It just does not display an output panel.
Does anybody know how to fix these errors?
Any help would be gratefully appreciated.
Thanks,
Tony