Hello I created a webpart in CMSWebpart file. In my test server it works well. But in the production server I have the error message: [Error loading the WebPart 'SynchronRoleUser' of type 'SynchronRoleUser']
I used the following namespace in my webpart :
using System.Web.UI.WebControls; using CMS.Helpers; using CMS.Membership; using CMS.PortalControls; using CMS.SiteProvider; using System.DirectoryServices.AccountManagement; using System.DirectoryServices;
thank
How did you pushed web production server? What type of project are you using: web site or web app?
Make sure web part source code is in production
Application website I created a folder in the back CMSWebpart (wwwroot / monsite / CMSWebpart) and then I copy my files.
Please, sign in to be able to submit a new answer.