E
eganeva
Guest
Hi, Sitefinity allows development of custom widgets in separate assembly and once the custom widget is ready, its assembly should be moved in the bin folder of your application. Usually this is all that the Sitefinity needs to register it in the system. I can suggest you check the log files in your project where there should be more details what is causing the issue. The log files can be found inside your web app project/App_Data/Sitefinity/Logs. Furthermore I believe that the issue that you see can be caused if you have build the custom widget against Sitefinity packages with different version than the ones in your running site. If this is the case you can check the referenced assembly versions in your custom widgets and build it against the right on. Another approach can be to add binding redirects in the web.config in your project to the right assembly versions. Please let me know if you need more details on the matter. Regards, Elena
Continue reading...
Continue reading...