Tagged Questions

1
vote
1answer
27 views

Sharepoint Blog Deployment

I modified the aspx files with Sharepoint Designer of the default sharepoint blog to change its layout. Now, I'd like to know if there is a way to package that in a feature or some …
0
votes
1answer
11 views

Access denied to list created via ListTemplate in a feature

I've created a feature to create an instance of a custom list. The provisioning part of my feature is: <Elements xmlns="http://schemas.microsoft.com/sharepoint/"> <Lis …
1
vote
1answer
43 views

Declaratively pass parameters to a feature using activationdependency?

is there a way to declaratively pass parameters to a feature using activationdependency? I have a feature defined in ONET.XML that i want to move to a feature stapler, but since i …
0
votes
2answers
61 views

MOSS 2007 - Custom Aspx Pages Created With Feature

(I have also asked this question on Stack Overflow) I have a SharePoint feature I'm using to add some custom aspx files to the Pages Library. When I activate the feature, I can v …
2
votes
4answers
68 views

GAC’ed assembly storage location???

When you deploy a feature with assemblies that get registered in the GAC, where do these assemblies get stored? I thought this would be an easy thing to find, but apparently my Bin …
0
votes
1answer
175 views

<View> (ListViewWebPart) from within publishing page in feature

Hello, This is in the context of MOSS 2007. I have a custom site definition. Currently in ONET.xml we have the following Module: <View List="$Resources:core,lists_Fold …
3
votes
1answer
259 views

Unable to add selected webpart(s).

I've created a Custom List ('Tooltips') in SharePoint. After this I used SPSource to reverse engineer the list into a feature. After installing and activating this feature, I want …
3
votes
2answers
345 views

Convert SharePoint 2007 features in VS2010 feature designer

Does anybody have experience moving SharePoint 2007 features from VS2008 to VS2010 using the new feature designer? I currently have a C# class library project that has a "12" folde …
1
vote
1answer
68 views

WebDeleting Event for New Sites created ? ?

I am using the WebDeleting event which is based on features. Just activate the feature, and whenever a web is getting deleted, the event handler throws a message saying "Web can't …
0
votes
1answer
183 views

Problem with defining Site Columns in a feature

Why the titles are blank (for example, I go to setting, site columns and select the group. I see all four columns but their title are missing. like, pobox, firstclassdate, delivery …
2
votes
1answer
193 views

Visual Studio 2010 Site Column template?

I noticed there are a lot of new project and item templates in Visual Studio 2010, but I'm unable to find one for Site Columns. Is there none? What's the suggested way of making a …
0
votes
2answers
42 views

Internal messaging in SharePoint

Are there any built-in templates/features in WSS3.0/MOSS 2007 that provide internal messaging functionality? Not email integration -- I'm thinking of the kind of internal messagin …
2
votes
2answers
146 views

Defining using xml a content type, custom column and list instance in single feature

Is it possible to define a content type, a custom column, a list instance and associate the contenttype to the list using xml, all within the same feature or do they need to be sep …
2
votes
1answer
176 views

Features Overwriting Each Other Changes in Web.config

Hi, We've two features both are designed to update (and modify) the web.config. One feature doesn't have any interface it is a SPJob which run on feature activation and copy user …
2
votes
2answers
321 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 2 next
15 30 50 per page