- DNN 6.1.3
- yes I got this issue after upgrading from v5 to 6
- No, I'm getting this issue in all pages that have different modules
- I don't have installed Gallery module (But I noticed that its files exist in desktopModules)
-
P.S. I've made an adjustment (in the file:DNN\Library\UI\Containers\Container.cs changes the name of 'module.css') on the source code and rebuild it and I'm using 'DotNetNuke.dll' got by this process
-
P.S. I have the latest Telerik DLL's (I have my own Telerik license)
- yes, it's the same log which looks like the following:
AssemblyVersion: 6.1.3
PortalID: 0
PortalName: {My Portal}
UserID: -1
UserName:{HostUserName}
ActiveTabID: 184
ActiveTabName: {TabName}
RawURL: {URL}
AbsoluteURL: {URL}
AbsoluteURLReferrer: {URL}
UserAgent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20100101 Firefox/17.0
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: b7f1c5b4-afce-447d-b23d-4ee73d5fa0fe
InnerException: The string parameter 'tagPrefix' cannot be null or empty. Parameter name: tagPrefix
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Web.UI.TagPrefixAttribute..ctor
StackTrace:
Message: DotNetNuke.Services.Exceptions.PageLoadException: The string parameter 'tagPrefix' cannot be null or empty. Parameter name: tagPrefix ---> System.ArgumentException: The string parameter 'tagPrefix' cannot be null or empty. Parameter name: tagPrefix at System.Web.UI.TagPrefixAttribute..ctor(String namespaceName, String tagPrefix) at System.Reflection.CustomAttribute._CreateCaObject(RuntimeModule pModule, IRuntimeMethodInfo pCtor, Byte** ppBlob, Byte* pEndBlob, Int32* pcNamedArgs) at System.Reflection.CustomAttribute.CreateCaObject(RuntimeModule module, IRuntimeMethodInfo ctor, IntPtr& blob, IntPtr blobEnd, Int32& namedArgs) at System.Reflection.CustomAttribute.GetCustomAttributes(RuntimeModule decoratedModule, Int32 decoratedMetadataToken, Int32 pcaCount, RuntimeType attributeFilterType, Boolean mustBeInheritable, IList derivedAttributes, Boolean isDecoratedTargetSecurityTransparent) at System.Reflection.CustomAttribute.GetCustomAttributes(RuntimeAssembly assembly, RuntimeType caType) at System.Web.UI.AssemblyCache.GetAjaxFrameworkAssemblyAttribute(Assembly assembly) at System.Web.UI.ScriptManager.get_DefaultAjaxFrameworkAssembly() at System.Web.UI.ScriptManager..ctor() at Telerik.Web.UI.RadScriptManager..ctor() at DotNetNuke.Framework.AJAX.AddScriptManager(Page objPage) in {Path of the original source code?!!}\DotNetNuke_Community_06.01.03_Source\Library\Framework\AJAX.cs:line 54 at DotNetNuke.Framework.PageBase.OnInit(EventArgs e) in {Path of the original source code?!!}\DotNetNuke_Community_06.01.03_Source\Library\Framework\PageBase.cs:line 236 at DotNetNuke.Framework.DefaultPage.OnInit(EventArgs e) in {Site physical path}\Default.aspx.cs:line 632 at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---
Thank you