Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Upgrading DNN P...Upgrading DNN P...Testing upgrade to 7.0.4 -  help with General ExceptionsTesting upgrade to 7.0.4 - help with General Exceptions
Previous
 
Next
New Post
5/17/2013 9:30 PM
 

Since Gallery versions prior to 4.3.1 could trigger this issue (after changing the site's application pool to ASP.Net 4.0) I would make sure that the uninstallation of Gallery module removed the file DotNetNuke.Modules.Gallery.dll in the /bin folder. If not, delete it manually.

Also, make sure that your installation meets all of the requirements for DNN 7.x - in particular that the ASP.Net 4.0 or 4.5 application pool is configured for integrated pipeline mode and not classic mode.


Bill, WESNet Designs
Team Lead - DotNetNuke Gallery Module Project (Not Actively Being Developed)
Extensions Forge Projects . . .
Current: UserExport, ContentDeJour, ePrayer, DNN NewsTicker, By Invitation
Coming Soon: FRBO-For Rent By Owner
 
New Post
5/23/2013 6:06 PM
 
Thanks for your replies.
I did remove the Gallery module already but still got the errors.
Then moved our DNN 7.0.4 to an IIS 7.0 web server, but still getting these errors. Mainly concerned with the "TagPrefix" error. Any other ideas on how to fix that?

Thanks!

Tom

 
New Post
5/23/2013 6:10 PM
 
Also seeing this error now. I've tried working with permissions to this file but still getting the error:



AssemblyVersion: 7.0.4

PortalID: 5

PortalName: Santa Cruz County Department of Child Support Services

UserID: -1

UserName:

ActiveTabID: 1126

ActiveTabName: Department of Child Support Services

RawURL: /

AbsoluteURL: /Default.aspx

AbsoluteURLReferrer: http://www.co.santa-cruz.ca.us/tabid/...

UserAgent: Mozilla/5.0 (Windows NT 6.1; rv:21.0) Gecko/20100101 Firefox/21.0

DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke

ExceptionGUID: b4e31e89-f479-46fd-a83f-8e87d582d5ae

InnerException: Access to the path 'C:\inetpub\SCCInternet\Portals\5\Cache\Pages\3076_12501F292E5A603685E3125A20F9FDC5BC468018D1CD219CABAB93D3EFC7C5A9.data.resources' is denied.

FileName:

FileLineNumber: 0

FileColumnNumber: 0

Method: System.IO.__Error.WinIOError

StackTrace:

Message: System.UnauthorizedAccessException: Access to the path 'C:\inetpub\SCCInternet\Portals\5\Cache\Pages\3076_12501F292E5A603685E3125A20F9FDC5BC468018D1CD219CABAB93D3EFC7C5A9.data.resources' is denied. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at System.IO.File.WriteAllBytes(String path, Byte[] bytes) at DotNetNuke.Services.ModuleCache.FileProvider.SetModule(Int32 tabModuleId, String cacheKey, TimeSpan duration, Byte[] output)

Source:

Server Name: SCTAS35
 
New Post
6/3/2013 2:39 PM
 
Any more clues? I believe I've fixed the error in the last post, but still have the "tagPrefix" error cropping up consistently when I load the site. I've removed the Gallery module, and the AppPool in IIS 7 is configred for Intergrated Pipeline mode. Any other clues out there? Thanks.

Here's the error again:



AssemblyVersion: 7.0.4

PortalID: 5

PortalName: Santa Cruz County Department of Child Support Services

UserID: -1

UserName:

ActiveTabID: 1126

ActiveTabName: Department of Child Support Services

RawURL: /

AbsoluteURL: /Default.aspx

AbsoluteURLReferrer:

UserAgent: Mozilla/5.0 (Windows NT 6.1; rv:21.0) Gecko/20100101 Firefox/21.0

DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke

ExceptionGUID: 38b95b85-6f21-4e85-be1c-fee2fc55d7b3

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 page, Boolean checkCdn) at DotNetNuke.Framework.PageBase.OnInit(EventArgs e) at DotNetNuke.Framework.DefaultPage.OnInit(EventArgs e) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---

Source:

Server Name: SCTAS35


 
New Post
6/18/2013 6:48 PM
 
Ah.. there was another gallery related .dll file i wasn't seeing. I removed it and got rid of the critical error
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Upgrading DNN P...Upgrading DNN P...Testing upgrade to 7.0.4 -  help with General ExceptionsTesting upgrade to 7.0.4 - help with General Exceptions


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out