Assertion Failed
Hello ksertkaya,
Most likely, SharePoint is running in the Debugging mode. If you turn it off, it should not give you an error. There is nothing wrong with the control, but it will keep giving you the error if Debugging mode is enabled.
You'll need to modify web.config, read more about it here - https://docs.microsoft.com/en-us/previo ... office.14)
Find: <compilation batch=”true” debug=”true”>
Change To: <compilation batch=”false” debug=”false”>
This should help. If not - let me know!
Most likely, SharePoint is running in the Debugging mode. If you turn it off, it should not give you an error. There is nothing wrong with the control, but it will keep giving you the error if Debugging mode is enabled.
You'll need to modify web.config, read more about it here - https://docs.microsoft.com/en-us/previo ... office.14)
Find: <compilation batch=”true” debug=”true”>
Change To: <compilation batch=”false” debug=”false”>
This should help. If not - let me know!
-
- Information
-
Who is online
Users browsing this forum: No registered users and 8 guests