4
votes
1answer
75 views
How can I show an Application page on Feature Activation?
We are developing a custom module for SharePoint. The custom module is based upon SmartPart which means we have created UserControls. There was a problem with SmartPart deployment …
1
vote
1answer
53 views
How to modify the Feature Activation Workflow? [closed]
Possible Duplicate:
How can I show an Application page on Feature Activation?
Is it possible to modify the Feature Activation Workflow?
For example, you have develo …
2
votes
2answers
23 views
Add a complex service as part of a feature install
I'm wondering if anyone can point me at the best practices for installing a complex service (basically, an entire web application) into SP when doing a feature install.
We have an …
2
votes
2answers
51 views
How to access a file in the current url or _layouts folder ?
My code behind code from the aspx webpage uses a transform.xsl to do some custom xslt transformation.
Scenario 1: Try to get the file from the _layouts folder.
SPWeb web = SPCont …
1
vote
1answer
39 views
How to setup a database on custom module installation (or feature activation)?
I've developed a custom module on SharePoint which uses a different database from the SharePoint database.
How should I setup this database? Should I show a database configuration …
3
votes
1answer
46 views
How to create a feature from aspx pages customized in SharePoint and SharePoint Designer?
I've created some Lists and Custom Views/Pages (aspx) using the web-interface from SharePoint and SharePoint Designer.
What steps do I need to take to create a Feature which conta …
1
vote
2answers
62 views
Convert SPD Based site to use Features / Solutions
I've inherited the maintenance and development of a client's MOSS 2007 website. The website has been maintained via SharePoint Designer since it's launch. We do actually have copie …
1
vote
1answer
35 views
Order the features are retracted in a solution (VSeWSS1.3)
I am forced, against my will and all common sense, to turn my series of WSP Builder solutions into VSeWSS 1.3. So far, i have encountered, conquered and totally knocked down every …
2
votes
2answers
71 views
Editing web.config file from a feature using linq
I have custom web.config functionality that uses Linq to merge elements into a web.config based on a template file. I would like to use this in a feature so I can get it to merge a …
1
vote
1answer
111 views
Feature ‘a0f95442-e28c-41ff-afb0-c68341c014e7’ for list template ‘108’ is not installed in this farm
After uninstalling Enhanced Wiki 2.0 Beta, whenever I go to Site Actions -> Manage Content and Structure I get the following error. Reinstalling the feature resolves the problem, b …