This topic is locked

Innovaeditor error on Edit Page

1/24/2019 1:30:41 AM
ASPRunnerPro General questions
A
abdemir author

Hi,
An error occured on edit page when I use innovaeditor however there is no problem on add new record page.

I would be glad if you can help.
Screenshots;

https://ibb.co/LQLgWKz

https://ibb.co/wwqJqg0
for the solution until now;
Action 1 - I changed the data type on MS-SQL and tested

Result :

Field type : nvarchar(250) > error continue on edit page

Field type : varchar(250) > error continue on edit page

Field type : nvarchar(4000) > error continue on edit page

Field type : varchar(4000) > error continue on edit page

Field type : nvarchar(max) > error continue on edit page

Field type : varchar(max) > error continue on edit page

Field type : text
Action 2 - Delete field and create new one with different name on same project

Result : [b][color="#FF0000"]Error

Action 3 - Tested on other fields (text fields) on same project

Result :
Action 4 - Tested on different IIS

Result : [b][color="#FF0000"]Error

Action 5 - Clear browser cache, also tested on different internet browser

Result :
Action 6 - Delete all files on IIS and rebuild

Result : [b][color="#FF0000"]Error

Action 7 - Create new project with same table and same field

Result : It works
Best Regards,