Having an issue getting Telerik Editor working...

Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

Post here for help with installation of mojoPortal pre-compiled release packages

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.

You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

This thread is closed to new posts. You must sign in to post in the forums.
3/5/2011 11:08:02 AM
Gravatar
Total Posts 165

Having an issue getting Telerik Editor working...

Hey Group,

I purchased downloaded your Telerik control for the editor, and copied it over, plus copied over the other files from Telerik (Or I should say I believe I did all the other ones correctly) and I'm getting the following issue, Please help:

ERROR MESSAGE BELOW::::

 

Server Error in '/' Application.
--------------------------------------------------------------------------------

Object reference not set to an instance of an object.
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.NullReferenceException: Object reference not set to an instance of an object.

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:


[NullReferenceException: Object reference not set to an instance of an object.]
   mojoPortal.Web.ContentUI.EditHtml.LoadSettings() +677
   mojoPortal.Web.ContentUI.EditHtml.Page_Load(Object sender, EventArgs e) +215
   System.Web.UI.Control.OnLoad(EventArgs e) +91
   mojoPortal.Web.mojoBasePage.OnLoad(EventArgs e) +13
   System.Web.UI.Control.LoadRecursive() +74
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2207

 


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1 

3/5/2011 11:20:51 AM
Gravatar
Total Posts 18439

Re: Having an issue getting Telerik Editor working...

Did you follow the step by step instructions in the ReadMe.txt included in the package?

Please review it and see if you missed any steps.

Hope it helps,

Joe

3/5/2011 11:43:52 AM
Gravatar
Total Posts 165

Re: Having an issue getting Telerik Editor working...

Hey Joe,

Yup, I doubled checked myself like 4 times.  The website I'm working on with this is : 

http://test.kofc12146.org/default.aspx

make sure you add the default.aspx because without it it will not load right now.

 

3/5/2011 11:54:44 AM
Gravatar
Total Posts 18439

Re: Having an issue getting Telerik Editor working...

Seeing your site doesn't help me diagnose it since I cannot see configuration nor what files are in what locations.

Are you sure you have this in user.config

<add key="mojoEditorConfigFileName" value="mojoCustomEditor.config"/>

as indicated in step 8 of the ReadMe.txt

and that the file mojoCustomEditor.config exits in the root.

make sure that setting is not in more than one place in user.config, if it is then the one closest to the bottom of the file wins.

 

3/7/2011 6:51:34 PM
Gravatar
Total Posts 165

Re: Having an issue getting Telerik Editor working...

Hey Joe,

I sent you an email directly with the needed files and login details if you like to take a look.

I just have not been able to find the issue, I have followed all the writeups that I have found.

3/8/2011 12:54:48 PM
Gravatar
Total Posts 18439

Re: Having an issue getting Telerik Editor working...

I'm not able to tell anything from logging in. I would need to be able to see all of the file system to determine if all the files landed in the right places.

Best,

Joe

3/8/2011 1:08:00 PM
Gravatar
Total Posts 165

Re: Having an issue getting Telerik Editor working...

Joe,

I send you a new email with the information you need.

Mark

3/8/2011 1:22:46 PM
Gravatar
Total Posts 18439

Re: Having an issue getting Telerik Editor working...

Hi Mark,

Add this to your Web.config file just above the closing </configuration> element at the bottom

<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
   <assemblyIdentity name="Telerik.Web.UI"
       publicKeyToken="121fae78165ba3d4" />
        <bindingRedirect oldVersion="2010.2.713.40"
  newVersion="2010.3.1317.40" />
</dependentAssembly>
</assemblyBinding>
</runtime>

Hopefully that will solve it, it definitely needs that to map to the newer version of Telerik that you have.

Best,

Joe

You must sign in to post in the forums. This thread is closed to new posts.