Tagged Questions
1
vote
0answers
32 views
Setting the value of a sandbox web part's custom properties in .webpart file
I've created a new web part in a sandbox solution. This web part has a custom string property called 'PetName'.
I'd expect to be able to set the initial value of this property in the .webpart file. ...
0
votes
1answer
37 views
What should be the Content Search Web Part max per page?
I'm currently working on a department site prototype for an Intranet, which is to be packaged up and used to spawn around a dozen sites using the same Web Template.
While trying to convert the ...
0
votes
2answers
275 views
Visual Studio WebPart Not Showing Up in SharePoint
I created a simple WebPart in Visual Studio 2010 that I was using to test some functionality for a project. When the WebPart was built and deployed, the messages in the Output box in VS all state ...
0
votes
1answer
81 views
Deploying Aspx in specific subsite
I need to deploy an .aspx from visual studio, to a sharepoint subsite.
I can deploy it fine in the layout folder. How can i deploy it in a subsite so that it can be added in the quick link section ?
...
1
vote
2answers
103 views
error when start new project in visual studio 2010
I am a new administrator to a SharePoint farm and I want to start developing *web-part*s for our sites.
In our company we have installed SharePoint 2010 on Windows Server 2008 R2.
And we have ...
0
votes
1answer
161 views
visual basic in sharepoint 2010
I am new to SharePoint.
My head in the office told me that if you want to learn SharePoint, you have to learn ASP.Net first because we need to add webparts to the portal.
I installed visual ...
5
votes
3answers
104 views
SharePoint Admin and Developer Roles [closed]
Currently in our organization we have a three man SharePoint development team where we do everything other than SharePoint admin.
Our organization has development, test, and production servers.
We, ...
0
votes
3answers
631 views
Get deployed .aspx page in feature receiver to add WebPart
I have a SharePoint solution which deploys an aspx page in a custom folder in the Layouts folder. I need to get this page in the Feature Event Receiver so I can add to it a WebPart.
In the ...
0
votes
2answers
158 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
2k views
Deploying web part from Visual Studio?
I exported a Core Search Results Web Part and created a new Visual Web Part in a Visual Studio project. I have added some code to the .cs page and the code for my exported webpart to the .webpart file ...
3
votes
3answers
2k views
How to deploy web part solution to multi-server farm?
I am having a heck of a time deploying a simple web part to a multi-server farm. The error I receive when deploying is: Error occurred in deployment step 'Activate Features': Feature with Id ...
1
vote
2answers
172 views
Web Part Module Itens error 404
We have a WebPart that has a module with resources (images, css and js files).
Locally it works perfectly when deploying from VisualStudio.
In a testing server we're deploying the webpart via ...
2
votes
1answer
298 views
Is it possible to update .Webpart file and reflect the change on all uses of a webpart
I have a webpart that is a modified XSLT list view webpart in SharePoint 2010. I exported the webpart as a file and uploaded it to the webpart gallery manually.
If the user adds this webpart to ...
2
votes
3answers
2k views
How do you create webpart-specific config files?
How do you create application specific config files for a GAC-deployed webpart in SharePoint 2010?
Which one or more of app.config/web.config/supplemental config are appropriate to use for webparts?
...
1
vote
3answers
1k views
How do I deploy custom web part to Sharepoint Online Site Collection?
After uploading the wsp to the site collection using the browser and activating it, everything seems to work fine and i see all the page layouts, masterpage, content types, lists and webparts. BUT, ...