Tagged Questions
1
vote
1answer
41 views
How can I find the Feature Activation Dependency Powershell
I am running a recursive function that activates many features in powershell however I need to find the child feature a feature is dependent on before it is activated. How can I do this in powershell.
...
0
votes
2answers
442 views
“Thread abort exception” in event receiver after adding a solution?
I am developing an event receiver for the web provisioned event. It does quite a few things, culminating to add and deploying a solution and activating a feature from it.
When I do the following:
...
0
votes
2answers
879 views
What is the Correct Way to Deploy Solutions in Foundation 2010 Via C# API
I am on a team developing a "portal" for SharePoint Foundation 2010. I am responsible for making the installer which sets up a new instance of SharePoint. It handles more than just the installation ...
0
votes
1answer
92 views
workflow inactive - after deployment?
my workflow is deployed through the following script in SharePoint 2010:
# Set CurrentDirectory
$callingDir = Split-Path -Parent $MyInvocation.MyCommand.Path
[Environment]::CurrentDirectory = ...
0
votes
1answer
535 views
Error on Activate Features on deploying SharePoint Skin
Error occurred in deployment step 'Activate Features': Object reference not set to an instance of an object.
I just can't figure out where the error is occuring. Found some blog posts concerning the ...
1
vote
1answer
119 views
What to do on feature deletion/deactivation
as I am trying to wrap my head around silverlight and sharepoint there's one thing I find most irritating: Provisioned xap-Files and/or web-Parts remain fully active upon deactivation/uninstallation ...