Tagged Questions
0
votes
0answers
17 views
Strange error after feature activation
When ever I try to activate a feature I get:
[SPUserCodeSolutionProxiedException: That assembly does not allow partially trusted callers.]
I am not sure what this means, but what I do know is that ...
2
votes
1answer
57 views
Using C++ dlls in event receiver
I am trying to use a legacy C++ dll that has around 5 C/C++ dependencies in SharePoint. I created a wrapper for the dll and it works fine in a test desktop program. I added the wrapper and all C++ ...
3
votes
2answers
81 views
How could I put a references of Ajax Control Toolkit in a GAC
How Could i put a references to the Gac. I want to putting a dll file to the AjaxControl Toolkit.
0
votes
1answer
52 views
Adding EventReceiver to Dynamic List
I am trying to add a Event Receiver to a list that is dynamically created (by code).
So i cannot add a event receiver on the list directly.
I found a way to attach a Event Receiver to the list by ...