|
Thanks for your input, Boskone.
My yaf_dnn.dll file came from the DNN version of the YAF that I downloaded from the YAF site last week (I can neither use the stand-alone nor the Rainbow versions for my client.) I assume that the DNN version is up-to-date. If indeed the yaf_dnn.dll that comes with it is outdated, then if I can find & replace with an updated version, does it mean things will work? Or is there a more current version of the DNN version of YAF?
Our DNN version is 4.0.3. Does anyone else out there have success getting YAF to work within DNN given a problem like mine? What was your fixes?
Thanks for your insights! JC
|
|
Hello, help wanted . . .
After adding the module definitions and all that, I tried to add a YAF module onto a new page. Yet, I rec'd this error message:
Unhandled error loading module. DotNetNuke.Services.Exceptions.ModuleLoadException: The file '/DotNetNuke/controls/DesktopModuleTitle.ascx' does not exist. ---> System.Web.HttpParseException: The file '/DotNetNuke/controls/DesktopModuleTitle.ascx' does not exist. ---> System.Exception: The file '/DotNetNuke/controls/DesktopModuleTitle.ascx' does not exist. ---> System.Web.HttpException: The file '/DotNetNuke/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) --- End of inner exception stack trace ---
The error message says that the file named DesktopModuleTitle.ascx doesn't exist. Indeed it is nowhere on my harddisk (I did a search). If it is not in the ZIP file I extracted, then where can it be from?
Any ideas are appreciated!
JC
|