Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.ExpressionHelper Pb

Hi,

I've got this problem:
TypeLoadException: Could not load type 'Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.ExpressionHelper' from assembly 'Microsoft.AspNetCore.Mvc.ViewFeatures, Version=5.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'.

while using a RichTextEditorFor:

@Html.EJS().RichTextEditorFor(model => model.Description).Render()

I am targeting .Net5.0.

Do you have a workaround?

Best regards,

2 Replies

LA Laurent December 28, 2020 07:28 PM UTC

Hi,

forget about my issue. It was a migration from Asp.Net MVC to Asp.Net Core. So, I have added  @addTagHelper *, Syncfusion.EJ2 and used <ejs-richtexteditor> and it works.


IS Indrajith Srinivasan Syncfusion Team December 29, 2020 04:51 AM UTC

Hi Laurent, 
 
Thanks for the update, 
 
We are glad that your reported issue is resolved. Please get back to us if you need any further assistance. 
 
Regards, 
Indrajith 


Loader.
Up arrow icon