i using dotnetnuke ver4.0 source and yafdnn-0.9.9.
i have follow the instruction from tutorial :
http://forum.yetanotherforum.net/default.aspx?g=posts&t=726
and when i add my yetanotherforum module to my page causes 3 error like this.
An error has occurred.
DotNetNuke.Services.Exceptions.ModuleLoadException:
Object reference not set to an instance of an object. --->
System.NullReferenceException: Object reference not set to an instance
of an object. at System.Web.UI.UserControl.get_Request() at
DotNetNuke.Entities.Modules.PortalModuleBase.get_IsEditable() in
D:\DotNetNuke\Library\Components\Modules\PortalModuleBase.vb:line 272
at DotNetNuke.UI.Containers.Title.CanEditModule() in
D:\DotNetNuke\Website\Admin\Containers\Title.ascx.vb:line 52 at
DotNetNuke.UI.Containers.Title.Page_Load(Object sender, EventArgs e) in
D:\DotNetNuke\Website\Admin\Containers\Title.ascx.vb:line 82 --- End of
inner exception stack trace ---
An error has occurred.
DotNetNuke.Services.Exceptions.ModuleLoadException:
MinMax persistance type of cookie requires a ModuleId --->
System.Exception: MinMax persistance type of cookie requires a ModuleId
at DotNetNuke.UI.Utilities.DNNClientAPI.EnableMinMax(Control objButton,
Control objContent, Int32 intModuleId, Boolean blnDefaultMin, String
strMinIconLoc, String strMaxIconLoc, MinMaxPersistanceType
ePersistanceType, Int32 intAnimationFrames) in
D:\DotNetNuke\Library\Components\Shared\ClientAPI.vb:line 155 at
DotNetNuke.UI.Containers.Visibility.Page_Load(Object sender, EventArgs
e) in D:\DotNetNuke\Website\Admin\Containers\Visibility.ascx.vb:line
216 --- End of inner exception stack trace ---
[Help]
Unhandled error loading module.
DotNetNuke.Services.Exceptions.ModuleLoadException:
The file '/DotNetNuke_2/controls/DesktopModuleTitle.ascx' does not
exist. ---> System.Web.HttpParseException: The file
'/DotNetNuke_2/controls/DesktopModuleTitle.ascx' does not exist.
---> System.Exception: The file
'/DotNetNuke_2/controls/DesktopModuleTitle.ascx' does not exist.
---> System.Web.HttpException: The file
'/DotNetNuke_2/controls/DesktopModuleTitle.ascx' does not exist. at
System.Web.UI.Util.CheckVirtualFileExists(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.BaseTemplateParser.GetReferencedType(VirtualPath
virtualPath, Boolean allowNoCompile) at
System.Web.UI.BaseTemplateParser.GetUserControlType(VirtualPath
virtualPath) at
System.Web.UI.MainTagNameToTypeMapper.ProcessUserControlRegistration(UserControlRegisterEntry
ucRegisterEntry) at
System.Web.UI.BaseTemplateParser.ProcessDirective(String directiveName,
IDictionary directive) at
System.Web.UI.TemplateControlParser.ProcessDirective(String
directiveName, IDictionary directive) at
System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding
fileEncoding) --- End of inner exception stack trace --- at
System.Web.UI.TemplateParser.ProcessException(Exception ex) at
System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding
fileEncoding) at System.Web.UI.TemplateParser.ParseString(String text,
VirtualPath virtualPath, Encoding fileEncoding) --- End of inner
exception stack trace --- at
System.Web.UI.TemplateParser.ParseString(String text, VirtualPath
virtualPath, Encoding fileEncoding) at
System.Web.UI.TemplateParser.ParseFile(String physicalPath, VirtualPath
virtualPath) at System.Web.UI.TemplateParser.ParseInternal() at
System.Web.UI.TemplateParser.Parse() at
System.Web.Compilation.BaseTemplateBuildProvider.get_CodeCompilerType()
at
System.Web.Compilation.BuildProvider.GetCompilerTypeFromBuildProvider(BuildProvider
buildProvider) at
System.Web.Compilation.BuildProvidersCompiler.ProcessBuildProviders()
at System.Web.Compilation.BuildProvidersCompiler.PerformBuild() 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) in
D:\DotNetNuke\Library\Components\Skins\Skin.vb:line 466 --- End of
inner exception stack trace ---
how can i solve this problem or u can show me other instruction for installation and the yaf source???
thx