Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Pinal Bhatt 298 posts 390 karma points
    Feb 03, 2013 @ 11:06
    Pinal Bhatt
    0

    DataType Grid in uComponents 5.3.1 not working in Umbraco 6.0

    Hi

    Looks like DataType Grid(uComponents 5.3.1) not working with Umbraco 6.0.

    I have two instances: One is Umbraco 6 fresh installation and another is upgraded from previous version.

    In fresh installation i cannot create data type of type "DataType Grid" in developers section.

    and in upgraded case where i upgraded from U4.11.x to U 6 and uComponents from 5.3 to 5.3.1 - I cannot see the defination of my already defined datatype grid in developer section and in content section when i go to node containing my datatype grid i get following error:

    Thanks & Regards

    Pinal Bhatt

  • Pinal Bhatt 298 posts 390 karma points
    Feb 03, 2013 @ 11:07
    Pinal Bhatt
    0

    Server Error in '/' Application.


    Access to the path 'DataTypeGrid' is denied.

    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

    Exception Details: System.UnauthorizedAccessException: Access to the path 'DataTypeGrid' is denied. 

    ASP.NET is not authorized to access the requested resource. Consider granting access rights to the resource to the ASP.NET request identity. ASP.NET has a base process identity (typically {MACHINE}\ASPNET on IIS 5 or Network Service on IIS 6 and IIS 7, and the configured application pool identity on IIS 7.5) that is used if the application is not impersonating. If the application is impersonating via <identity impersonate="true"/>, the identity will be the anonymous user (typically IUSR_MACHINENAME) or the authenticated request user. 

    To grant ASP.NET access to a file, right-click the file in File Explorer, choose "Properties" and select the Security tab. Click "Add" to add the appropriate user or group. Highlight the ASP.NET account, and check the boxes for the desired access.

    Source Error: 

    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.


    Stack Trace: 

    [UnauthorizedAccessException: Access to the path 'DataTypeGrid' is denied.]
       System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +10760710
       System.IO.Directory.InternalCreateDirectory(String fullPath, String path, Object dirSecurityObj, Boolean checkHost) +10552910
       System.IO.DirectoryInfo.Create() +19
       uComponents.Core.IO.EnsureFolderExists(String path) +143
       uComponents.DataTypes.DataTypeGrid.PrevalueEditor..ctor(BaseDataType dataType) +329
       uComponents.DataTypes.DataTypeGrid.DataType.get_PrevalueEditor() +34
       uComponents.DataTypes.DataTypeGrid.DataType.get_DataEditor() +59
       umbraco.controls.ContentControl.AddControlNew(Property p, TabPage tp, String Caption) +82
       umbraco.controls.ContentControl.CreateChildControls() +602
       System.Web.UI.Control.EnsureChildControls() +83
       umbraco.controls.ContentControl.OnInit(EventArgs e) +38
       System.Web.UI.Control.InitRecursive(Control namingContainer) +134
       System.Web.UI.Control.AddedControl(Control control, Int32 index) +191
       System.Web.UI.ControlCollection.Add(Control child) +86
       umbraco.cms.presentation.editContent.OnInit(EventArgs e) +1129
       System.Web.UI.Control.InitRecursive(Control namingContainer) +134
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +489
    



    Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.17929

  • Sebastian Dammark 581 posts 1385 karma points
    Feb 03, 2013 @ 17:01
    Sebastian Dammark
    0

    I have the same problem with a fresh Umbraco 6.0 installation.

  • Lee Kelleher 4020 posts 15802 karma points MVP 13x admin c-trib
    Feb 04, 2013 @ 10:11
    Lee Kelleher
    0

    Hi guys, I'm looking into this today. Will let you know what I find.

    Thanks, Lee.

  • Lee Kelleher 4020 posts 15802 karma points MVP 13x admin c-trib
    Feb 04, 2013 @ 10:49
    Lee Kelleher
    0

    OK, we found that v5.3.1 introduced a bug that breaks the Prevalue Editor - totally my fault (I made the last minute code change - sorry!)

    We'll be putting out a patch release as soon as possible ... unless then, best option will be to downgrade to v5.3.0.

    Thanks, Lee.

  • Lee Kelleher 4020 posts 15802 karma points MVP 13x admin c-trib
    Feb 04, 2013 @ 20:25
    Lee Kelleher
    100

    Good news - we've put a patch release out... v5.3.2: http://ucomponents.codeplex.com/releases/view/100480

    Cheers, Lee.

  • Pinal Bhatt 298 posts 390 karma points
    Feb 06, 2013 @ 14:59
    Pinal Bhatt
    0

    uComponents v5.3.2 fixed the issue. Thanks a lot.

Please Sign in or register to post replies

Write your reply to:

Draft