Link Button Problem

Last post 08-19-2004, 8:49 AM by tmorris@firstegg.com. 4 replies.
Sort Posts: Previous Next
  •  08-17-2004, 6:19 PM 1531

    Link Button Problem

    Hi forum, I've embedded CE for ASP.NET (3.0.1672.21223) in a web page and have been using it for a bit, editing and saving html documents.  But I've just discovered that the link button causes a parser error: "Could not load type CuteEditor.Include.insert_link".  This is the insert_link aspx page complaining that it can't find the class file ...  I was assuming these files are compiled into CuteEditor.dll?  Is that true or do I need to bring these files into my web project and build them so that class files get created?

     
    Thanks
  •  08-17-2004, 6:38 PM 1532 in reply to 1531

    Re: Link Button Problem

    Hi,
     
    Do you have the same problem with other pop-ups?
     
    The followings are the first line of insert.aspx:
     
    <%@ Page CodeBehind="insert_link.aspx.cs" Language="c#" AutoEventWireup="false" Inherits="CuteEditor.Include.insert_link" %>
     
    Please check your insert.aspx file (you can find it at ~\cuteeditor_files\scripts\).
     
    If it's different, please post your code.
     
     
     

    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-17-2004, 6:45 PM 1533 in reply to 1532

    Re: Link Button Problem

    Hi adam, I'm having trouble with the other pop ups too, insert_table insert_image ,etc..

     
    Here is the first line
     
    <%@ Page CodeBehind="insert_link.aspx.cs" Language="c#" AutoEventWireup="false" Inherits="CuteEditor.Include.insert_link" %>
     
    thanks for your help
  •  08-17-2004, 6:54 PM 1534 in reply to 1533

    Re: Link Button Problem

    Are you using the Visual Studio IDE and inclued the "CuteEditor_Files" folder into your Visual Studio project?
     
    The following situtation happened to other developers before:
     

    When you are using the Visual Studio IDE to include the "CuteEditor_Files" folder into your Visual Studio project, it prompts you to create a code-behind file for the *.aspx.

     
    If you select "Yes", the a new code-behind files will be created by the Visual Studio IDE.
     
    But the new code-behind files are empty.
     
    Can you check your project?
     
    Keep me posted.

    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-19-2004, 8:49 AM 1555 in reply to 1534

    Re: Link Button Problem

    Yes, using Visual Studio.NET 2003 and the CuteEditor_Files folder is included.  I excluded the folder, then reincluded it to get the prompt about building code behind files.  I clicked OK to build each one but that didn't fix the pop up problem.  Here's the first line of the aspx page:

     
    < % @ Page CodeBehind="insert_link.aspx.cs" Language="c#" AutoEventWireup="false" Inherits="Marketing.CuteEditor_files.Scripts.insert_link" %>
     
    When I click the link pop up button on the CE I get an error saying "Cannot load type Marketing.CuteEditor_files.Scripts.insert_link".  Should the inherits line match the class compiled into the CuteEditor.dll?<%@ Page CodeBehind="insert_link.aspx.cs" Language="c#" AutoEventWireup="false" Inherits="Marketing.CuteEditor_files.Scripts.insert_link" %>
View as RSS news feed in XML