Tagged Questions
0
votes
2answers
159 views
How to Deploy the Feature with Scope=Site & Scope=Web for WebParts & EventReceiver respectively?
I have only 1 Visual Studio Project.
It contains 1 EventReceiver(for DocumentLibrary) and multiple-WebParts.
I have defined the Scope=Site of Feature.xml file of Project.
I have created 1 custom ...
1
vote
2answers
79 views
Deployment Issue Event Reciver
i built a event receiver it works 100%. when i deploy it manually using power shell it deploys with no error
i then used Get-SPSolution to see if it has been deployed and it returns true
when i go ...
1
vote
2answers
984 views
Event receiver not working properly?
I created an Event Receiver for a feature, my problem is when I deploy the solution, the feature is deployed as active but never goes through my FeatureActivated() inside my Event Receiver.
It also ...
2
votes
2answers
475 views
Event Reciever on specific list in SharePoint 2010 working in dev environment but not in production
I have created an event receiver (on item adding) using VS2010 in SharePoint 2010 targeted to specific custom list which is a globally deployed in the production environment.
This event receiver ...
0
votes
2answers
349 views
Deploying Event Reciever on the production environment
I want to deploy the event receiver created in SharePoint 2010 to the production environment. This is a farm solution, but I have a question regarding the deployment in the production environment. ...