i have installed blog module on my dotnetnuke site, now the problem is the default binding in the viewbog.ascx
file is CodeBehind, by which i cannot execute the .vb
code, so i have changed the CodeBehind to CodeFile, it throws the Error:
Unable to cast object of type 'ASP.desktopmodules_blog_viewblog_ascx' to type 'DotNetNuke.Modules.Blog.ViewBlog'.
in .vb
file, the default inherits is BlogModule, i thought that might be causing error, i changed it to System.Web.UI.UserControl
still i am getting same problem can anyone tell what could be causing this issue.