Copied to clipboard

Flag this post as spam?

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


  • endlessest 9 posts 29 karma points
    Apr 16, 2010 @ 09:15
    endlessest
    0

    Package doesn't create DataType

    Hello, I tried to installed True Color Picker package but the package didn't create datatype for me , Have anyone give me a suggestion please?

  • Dirk De Grave 4541 posts 6021 karma points MVP 3x admin c-trib
    Apr 16, 2010 @ 09:35
    Dirk De Grave
    0

    Me thinks you'll have to create the datatype yourself after installing the package. Go to developer section, right-click Datatype node and select 'New'. Give it a name and select 'True Color Picker' as the render control and hit save icon. New datatype should now be available for use in document types.

     

    Hope this helps.

    Regards,

    /Dirk

  • endlessest 9 posts 29 karma points
    Apr 16, 2010 @ 09:45
    endlessest
    0

    Hi Dirk,  Thank you for your suggestion , I cannot see True Color Picker in render control , Do you have any idea?

     

    Regards,
    Alex

  • skiltz 501 posts 701 karma points
    Apr 16, 2010 @ 09:50
    skiltz
    0

    I actaully tried this package today and had the same issue.

  • Dirk De Grave 4541 posts 6021 karma points MVP 3x admin c-trib
    Apr 16, 2010 @ 09:59
    Dirk De Grave
    0

    And to confirm this... don't see the render control either... I'll try to get in touch with @kipusoep and ask for clarification :D

  • endlessest 9 posts 29 karma points
    Apr 16, 2010 @ 10:02
    endlessest
    0

    Thank you very much Dirk :D

  • Stefan Kip 1614 posts 4131 karma points c-trib
    Apr 16, 2010 @ 10:08
    Stefan Kip
    0

    I will try to fix both problems today (but I've got a major deadline today, so bear with me)!

  • endlessest 9 posts 29 karma points
    Apr 16, 2010 @ 10:42
    endlessest
    0

    Thank you very much kipusoep, I will waiting you. :D

  • Stefan Kip 1614 posts 4131 karma points c-trib
    Apr 16, 2010 @ 11:16
    Stefan Kip
    0

    Fixed in version 1.3 :)

    Could you guys test please?

  • endlessest 9 posts 29 karma points
    Apr 16, 2010 @ 15:56
    endlessest
    0

    Hi kipusoep

         It doesn't work  , below is error message.

     

     

     



    Description:

    Line 5:  <script type="text/javascript" src="/umbraco/js/colorpicker.js"></script>
    Line 6:  
    Line 7:  <asp:UpdatePanel runat="server" ID="upColorPicker" ChildrenAsTriggers="false" UpdateMode="Conditional">
    Line 8:      <Triggers>
    Line 9:         <asp:AsyncPostBackTrigger ControlID="btnReset" />


    Source File: /usercontrols/InfoCaster.TrueColorPicker.ascx    Line: 7

    An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

    Parser Error Message: The base class includes the field 'upColorPicker', but its type (System.Web.UI.UpdatePanel) is not compatible with the type of control (System.Web.UI.UpdatePanel).

    Source Error:

  • Stefan Kip 1614 posts 4131 karma points c-trib
    Apr 16, 2010 @ 16:32
    Stefan Kip
    0

    Uhh... What the?!

    I tried installing it in a fresh Umbraco installation and it worked...
    Btw, the error message states that System.Web.UI.UpdatePanel != System.Web.UI.UpdatePanel

    Looks more like a corrupted umbraco / .NET installation :S

    Can anyone else try to install this package to an Umbraco website, which didn't contain the True Color Picker before?

  • webangelo 107 posts 190 karma points
    Apr 16, 2010 @ 16:40
    webangelo
    1

    The control might reference a different version of the System.Web.Extensions dll than the site does.  This will cause the same references to actually point to two distinct objects.  Try adding the following to the web.config...

        <runtime>
         
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
           
    <dependentAssembly>
           
    <assemblyIdentity name="System.Web.Extensions" publicKeyToken="31BF3856AD364E35" culture="neutral" />
           
    <bindingRedirect oldVersion="1.0.61025.0" newVersion="3.5.0.0"/>
           
    </dependentAssembly>
         
    </assemblyBinding>
       
    </runtime>
  • Stefan Kip 1614 posts 4131 karma points c-trib
    Apr 16, 2010 @ 16:48
    Stefan Kip
    0

    @endlessest

    Please try webangelo's suggestion :)
    Anyway, it's not a True Color Picker related problem, I guess...

  • endlessest 9 posts 29 karma points
    Apr 17, 2010 @ 05:45
    endlessest
    0

    Excellent! it's working now, Thank you every one for your help
    @kipusoep  Your package was great.

    @webangelo Thank you for your solution.

     

     

    Regards,

    Alex

  • Stefan Kip 1614 posts 4131 karma points c-trib
    Apr 18, 2010 @ 23:51
    Stefan Kip
    0

    endlessest

    Could you mark a reply as 'The answer', so that this topic will be markes as Solved? :)

  • LordToro 9 posts 29 karma points
    May 26, 2010 @ 19:18
    LordToro
    0

    Great package, Cheer up!

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies