Hi
Praful,
Thanks
for contacting Syncfusion forums.
The
reported issue occurred due to the unavailability of Syncfusion namespaces in
web.config, which is under Views folder in your application
(Views->Web.config). While using Razor view engine, it is necessary to add all necessary namespaces
in both web.config files (Application
web.config, Views->web.config). Please refer the below code snippet,
<code>
[Views/Web.Config]
<namespaces>
<add namespace="Syncfusion.Mvc.Shared"
/>
<add namespace="Syncfusion.Mvc.Tools"
/>
</namespaces>
</code>
We
have attached a simple sample with Button control for your reference in the
below link.
Kindly
try the above solution and let us know if it helps.
Regards,
Meena
106760_ButtonSample_a7c8c782.zip