Tagged Questions
1
vote
3answers
153 views
applicationSettings ignored in web.config
I've written a feature assembly that includes an SPFeatureReceiver. I can successfully deploy the feature's WSP, the assembly goes to the GAC, and the feature (mostly) does what it's supposed to. ...
2
votes
2answers
244 views
Configuration File for Features
I am creating some features in SharePoint 2010. I need to have some settings for all the features that I intend to keep in a xml file that should get deployed to 14 hive. On feature activation, ...
1
vote
1answer
194 views
Sharepoint 2010 XML schemas
When developing in Sharepoint I noticed you eventually end-up editing lots of XML files: Feature.Template.xmls, Package.Template.xmls etc.
Although VS is helpful with auto-completion, I don't really ...