Hi again,
http://vladan.strigo.net/Projects/MSAjaxDotNetNuke4/HowToEnableMSAjaxinDotNetNuke4/tabid/85/Default.aspx
I tried enabling AJAX in my DNN 4.4.4 web.config and compression.config per this link but
I'm getting the module load error:
I deleted the Silverlight Album Module and readded it and restarted IIS but I still get the error when trying to add the Module to a page.
Error: SilverlightAlbum is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: d:\DNN4\DNN444\DesktopModules\SilverlightAlbum\View.ascx.cs(45): error CS0234:
The type or namespace name 'AJAX' does not exist in the namespace 'DotNetNuke.Framework' (are you missing an assembly reference?) --->
System.Web.HttpCompileException: d:\DNN4\DNN444\DesktopModules\SilverlightAlbum\View.ascx.cs(45): error CS0234: The type or namespace name 'AJAX' does not exist in the namespace 'DotNetNuke.Framework' (are you missing an assembly reference?) 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 ---
Thanks, LA Guy