hello,
i have downloaded the updated code and fix for the login.
i can login and create content, Categories and Content Types.
The problem i face is when i try to click on Read more link or try to edit a content the application throws an error which i have pasted below.
Another issue is that i am unable to delete any content. i can delete categories and other stuff.
This question is for Imaar, when are you releasing a Asp.net 3.5 instant results????????
thank you for such a great book
Error code starts here ===============
System.IndexOutOfRangeException was unhandled by user code
Message="PageViews"
Source="System.Data"
StackTrace:
at System.Data.ProviderBase.FieldNameLookup.GetOrdina l(String fieldName)
at System.Data.SqlClient.SqlDataReader.GetOrdinal(Str ing name)
at ContentDB.GetItem(Int32 id) in C:\Inetpub\wwwroot\MyCms\App_Code\DataAccess\Conte ntDB.
vb:line 71
at Content.GetItem(Int32 id) in C:\Inetpub\wwwroot\MyCms\App_Code\BusinessLogic\Co ntent.
vb:line 157
at ContentDetail.Page_Load(Object sender, EventArgs e) in C:\Inetpub\wwwroot\MyCms\ContentDetail.aspx.
vb:lin e 14
at System.Web.UI.Control.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)