Upgrade to Version 3 problem

Last post 08-03-2004, 1:15 PM by Mike Brydon. 4 replies.
Sort Posts: Previous Next
  •  08-02-2004, 10:39 AM 1410

    Upgrade to Version 3 problem

    I've just upgraded to Version 3.  I've added my new control to my aspx form in Visual Studio.Net.  When I display the property window, a several of the properties have the following text 'Object reference not set to an instance of an object.'  Clicking on the '...' display an error message.

     
    Does anyone have any ideas.
     
    Also,
     
    The reason why I upgraded was, when I display the images in the image browser/upload form, my images appear as text with a red X next to it.  Is there an option somewhere so that I can see the thumbnails as images instead of text.  I'm sure that they used to be displayed as images, but then it just stopped working all of a sudden.
     
    Thanks
     
    Mike
     
  •  08-02-2004, 11:08 AM 1411 in reply to 1410

    Re: Upgrade to Version 3 problem

    Mike,

     
    'Object reference not set to an instance of an object.' is a bug in the version 3.0. We will fix it in the next release.
     
    About "the images appear as text with a red X next to it",  have you replaced all the client scripts with the latest scripts?
     
    If so, can you post your configuration setting of the CuteEditor?

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  08-03-2004, 6:48 AM 1421 in reply to 1411

    Re: Upgrade to Version 3 problem

    Adam

     
    Thanks for the reply.
     
    I have upgraded all the scripts, although the problem existed on Version 2.2 and 3.
     
    This is what I have in my aspx page.
     
     <CE:EDITOR id="edtQuestionText" runat="server" ShowPreviewMode="True" ShowHtmlMode="True" ShowBottomBar="True"
           ShowLogo="False" HelpUrl=" " AutoConfigure="Default" Width="100%" Height="345px" EditorStyle="BORDER: #8188a3 1px solid; PADDING: 5px; MARGIN: 0px 0px 0px 0px; OVERFLOW: auto; BACKGROUND-COLOR: #ffffff; TEXT-ALIGN: left; Height:100%"
           DropDownFontSize="11px" BgColor="Whitesmoke" EnableFancyDropDownMenu="True" ChangeAbsoluteURLsToRelative="False">
     
    The code just sets the ImageGalleryPath to a relative path ie.  "Uploads/1"  and set the Template to be  "FullTemplate".
     
     
  •  08-03-2004, 9:54 AM 1422 in reply to 1421

    Re: Upgrade to Version 3 problem

    Mike,
     
    I think the relative path caused the problem, please try using the ImageGallery property like the following code: 
     
     

    <CE:Editor id="Editor1 ImageGallery="~/Uploads/1" runat="server" ></CE:Editor

     

    or:

     

    <CE:Editor id="Editor1 ImageGallery="/Uploads/1" runat="server" ></CE:Editor>



    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  08-03-2004, 1:15 PM 1424 in reply to 1422

    Re: Upgrade to Version 3 problem

    Adam,

     
    Sorry...the ~  didn't make any difference.
     
    Any other ideas.  Does the editor generate its own thumbnails or does it rely on the thumbnails file from Windows XP....
     
    Cheers

    Mike
View as RSS news feed in XML