I have created a webpart that display the treeview of document library and folders can somebody please tell me I am having issues with sharepoint webparts not being resgistered as safe?
Put DLL in Bin too, reset IIS and then check. If same error occurs then to put this attribute above the namespace.
[assembly:AllowPartiallyTrustedCallers]
Put DLL in Bin too, reset IIS and then check. If same error occurs then to put this attribute above the namespace.
[assembly:AllowPartiallyTrustedCallers]
Comments
Post a Comment