The process of developing software, including requirements gathering, solution design and analysis, implementation, testing, deployment, support and maintenance.
4
votes
0answers
69 views
Passing args to QuickLinksDialog with JS
I have a small button on a site which when i press should start a QuickLinksDialog and fill in some of the fields there.
Everything goes good and well except the fields (like: title and url) still ...
3
votes
0answers
50 views
The remote event receiver callout failed
I've created an AppEventReceiver for my High Trust Remote app, when I deploy the app through Visual Studio 2012 I get the following error
The remote event receiver callout failed
The HTTP request is ...
2
votes
0answers
37 views
How to download the historical file version content using CSOM
I am trying to download the previous version of a document from _vti_history location of the file using client object model but the OpenBinaryDirect is giving
not found 402 error
for URL.
My ...
2
votes
0answers
101 views
What are the current options for a Sharepoint Online trial from Windows XP?
A year ago I had 30-day trial for Office 365 (Sharepoint Online 2010). Everything worked fine from my Windows XP SP3 (x86. 32-bit) for development from Infopath Developer and Sharepoint Designer ...
2
votes
0answers
94 views
Spsitedataquery Multiple Lists save to columns to just that UniqueID that i select On linkbutton Click
protected void LinkButton1_Click(object sender, EventArgs e)
{
try
{
int index = 0;
LinkButton lb = (LinkButton) sender;
GridViewRow row = ...
2
votes
0answers
449 views
Url to an item with Client Object Model
Regarding my question, at this moment i'm writing some client object model code and I can't find a way to retrieve create make an url ...
My question now is:
How can I create an url to an item? I ...
2
votes
0answers
302 views
Setting an audience from declarative WebPart?
I have a module that deploys some page.
I'm adding webparts to these page, using a <AllUsersWebPart> node within a <View>:
<View WebPartZoneID="Body"
WebPartOrder="5"
...
2
votes
0answers
248 views
SPLongRunning in page_load without redirect
Is there a way for SPLongOperation not to reload the page but only to hide the processing-Wheel? My scenario is that when I open a model-dialog I want to show a loading/processing information to the ...
2
votes
0answers
126 views
SP2010 Push custom edit, new, disp Form for a calendar list (event list)
Through SPDesigner you can create your own edit, new and dispForm pages and enable them as the default ones for your list.
I was wondring if it's possible to push these files to existing lists in ...
2
votes
0answers
163 views
Using SharePoint for an appraisal/360 process
We are thinking of using SharePoint 2010 for an appraisal/360 process. The workflow is simple.
HR Create appraisal for users
User fills it in
Manager fills it in
User accepts appraisal
Manager ...
1
vote
0answers
13 views
Create TreeView C# for Office 365
I am currently building an Outlook Addin which enables users to save E-mails directly into SharePoint Online.
but before the E-mails get saved, they Need to be prompted by a Windows which has a ...
1
vote
0answers
21 views
ViewState Timing Issues with SharePoint 2013 & ListView plus DataPager
Good morning! I'm porting an existing custom 2010 webpart containing a ListView and a DataPager to 2013 and seeing some weirdness with the DataPager and I believe the cause is associated with the ...
1
vote
0answers
26 views
CAML Query on a Calculated Lookup Field
I wrote some CAML Queries to modify the View of a List and all is working fine as long as I do not reference a Lookup Field which points to a calculated Field.
I tried different types in the value ...
1
vote
0answers
54 views
Upload clickonce to sharepoint
I'm following this tutorial to upload a clickonce application to sharepoint. This is my Elements.xml:
<?xml version="1.0" encoding="utf-8"?>
<Elements ...
1
vote
0answers
15 views
Add panels to site dynamically
I have a main panel which is called linksAndPicturesPanel within this panel, I want to add more panels -> 1 panel for the link and 1 panel for a picture (red and green).
Furthermore, it should be ...
1
vote
0answers
61 views
Complex CAML, where parameter is null?
I have a page with 2 webparts
One webpart is just a form with a textbox.
2nd webpart is listviewwebpart that filters based on the first webpart input.
However the user wants that when the page is ...
1
vote
0answers
46 views
SPListItem.Update Not working
So I have this really simple function which updates a couple of fields on two different lists (one is a document library)
The thing is on the document library does not updates any of the fields I need ...
1
vote
0answers
39 views
Send Log/Debug Messages to SharePoint from a clientside ActiveX Component
I am still developing an ActiveX Component (C#) for SharePoint 2010 and would like to send log/debug messages to the SP-Server, so that they are viewable in the SP LOGS Folder. So far Google was not ...
1
vote
0answers
30 views
get DataKey in GridView's OnRowCommand event
protected void OnRowCommand(object sender, GridViewCommandEventArgs e)
{
{
if (e.CommandName == "Select")
{
GridViewRow row = ...
1
vote
0answers
24 views
E-Mail appearing in 'My Settings' but not in user profile?
As title suggests, there's a user who has confirmed he has his e-mail populated based on what they see in 'My Settings'. However, when I'm trying to do something in code with their e-mail I can't ...
1
vote
0answers
54 views
DropDownList change the values in the same times
I have got two DropDownLists, and I want to change if I change in first Drop down list Values then I want to change in secound DropdownList. My first DropDownList has got a code:
SPUserCollection ...
1
vote
0answers
29 views
Problem with finding out loged user
I try to write a procedure, which find out is the user logged or not not loged in the service. I write a code. But it sometimes giving me a true or false if not a person shown. Sometimes it gives me ...
1
vote
0answers
56 views
Best way to create a Drafts List and save and Load entries from another list?
So, I have a Custom List named "Events". Now I'm searching for a best practice to create "drafts" for the list items of the list, because there might be some events (monthly/ annually) which have ...
1
vote
0answers
26 views
When trying to access my sharepoint site in server explorer
When trying to access my sharepoint site in server explorer (Sharepoint connection) i get the following problem....
I am running SP 2013 and VS2012
1
vote
0answers
56 views
How to access an aspx page located in a different project?
I have a SharePoint solution with an empty SharePoint project and an ASP.NET project. My ASP.NET project has an aspx page I would like to access. How can I access this page from my SharePoint project? ...
1
vote
0answers
77 views
Moving files from intranet to extranet - ShaerPoint 2010
I am working on a new SharePoint project (new to SP overall) and a requirement is to "publish" documents on the intranet, across different sites, to a desired location on an extranet. The intranet is ...
1
vote
0answers
58 views
Hiding Custom Action for Just one document library
I have a custom action deployed for a site collection, now if I want to hide it for a custom document library is it possible.
Also this is what I am doing actually, can you think a better way of ...
1
vote
0answers
174 views
Migrating MySite User Profiles to new account
We are currently in the process of changing (AD) domain and user names for users. This is done gradually, and the old and new domain/user names will coexist in a transition period.
A challenge we ...
1
vote
0answers
57 views
Securing Individual Methods on Custom Web Services in SharePoint
I've created several WCF services USING CKS:DEV to be hosted in SharePoint and accessed on SharePoint pages using SharePoint.
I'm using the MultipleBaseAddressWebServiceHostFactory for hosting purpose ...
1
vote
0answers
61 views
SPListItem.Tasks always empty
I have a custom sharepoint (2007) list (named testlist) on which I attached a test workflow (built with sharepoint designer 2007 and named testwf), which only task defined in the 'Actions' section at ...
1
vote
0answers
50 views
Confirmation Box while Item Updating event Moss
I need a confirmation box for Item Updating event on a custom document library, can someone tell me what would be the best and quickest way of doing it using C#.
1
vote
0answers
68 views
Editorpart positioning at the bottom
I created my own custom editor part for my web part.
But when I add it to the web part, it displays by default at the top, what i would like to have is to position it at the bottom.
Anyona has any ...
1
vote
0answers
100 views
Visual Studio intellisense over WebDav (DAVWWW) does not work. Failed to Start Monitoring
The page lives in a library inside SharePoint 2007 and has inline c#.. no master page or sharepoint references. I can open, edit and save the page via the URL. But getting warnings and no ...
1
vote
0answers
120 views
Changing / overwriting OOTB javascript
I've came across an issue when I was modifying / customizing the mini social tag buttons (a delegate control - class), everything went good and well untill I encountered an issue "onmouseover" event.
...
1
vote
0answers
189 views
Sharepoint 2010 - item field updating not working on a document library
I have this code here from a webpart that creates a treeview from a document library.
For each item in the list it will create two child nodes called "Up" and "Down". When you click up, it should ...
1
vote
0answers
262 views
Adding/removing items to/from a DropDownChoiceField
I can't seem to manipulate the items displayed in a DropDownChoiceField I have that's tied to a field on the custom content type with big, really frustrating problems.
This field is only visible in ...
1
vote
0answers
366 views
SP 2010 Windows Authentication Default Login
I want to be able to use a simple HttpModule to catch visits to a sharepoint site that don't automaticly pass windows authentication and log them in as a default windows account.
I want it to be so ...
1
vote
0answers
96 views
SPListItemVersionCollection - iteration performance
This question is related to my issue described here: SharePoint 2010 Performance troubleshooting
On SP 2010: Does anyone knows if there is some performance limitations while using ...
1
vote
0answers
40 views
How would we know, what kind of breadcrumb we are using in our portal
I am bit confused with Navigation in SharePoint, I looked at web.config and then site map, which is enabled and have several tags of "
If we have a default NavigationProvider and a Custom ...
1
vote
0answers
248 views
ExecuteRegisteredProxyOperation gives Exception “Operation is not valid due to the current state of the object.”
I've created a fulltrust proxy:
string assembly = "FullTrustProxyExecise1, Version=1.0.0.0, Culture=neutral, PublicKeyToken=21621f0ea660fe24";
string type = "FullTrustProxyExecise1.WSCreatorProxy";
...
1
vote
0answers
121 views
using calculated field in calculated field
I have field1, field2, field3, calcfield1, calcfield2, complexCalcField1
Calcfield1, Calcfield2 uses field1, field2 and field3 for its values.
ComplexCalcField1 uses Calcfield1 and Calcfield2 for its ...
1
vote
0answers
309 views
Portal site connection node not showing in SiteMapPath breadcrumb
I have several site collections with portal site connections set pointing to a root site collection.
In my custom master page i have added a SiteMapPath breadcrumb, based on the breadcrumb from the ...
1
vote
0answers
589 views
Fully delete a user from the User Information List (WSS 3.0)
I am having the same issue as this poster on MSDN, but the solution given did not work:
http://bit.ly/Akz5RD
This is also a follow-up from an earlier question of mine:
http://bit.ly/wfjd13
NOTE: ...
1
vote
0answers
229 views
Content Types not visible under New Button
I have a Sandboxed Custom Action for SharePoint Designer that can add Content Types to Document Libraries. The problem is that it does not automatically add it under the "New Document". It's not ...
1
vote
0answers
57 views
Everytime I try to add an existing or new project to my SharePoint 2010 Solution it says “File not Found”
Everytime I try to add a class library to my SharePoint 2010 solution (which consists of about 4 other projects), I get the error:
Could not load file or assembly 'AF.XMLMapping, Version=1.0.0.0, ...
1
vote
0answers
243 views
SPSite.Usage.Storage And SPSite.StorageManagementInformation Are Returning Different Values
When every I use SPSite.Usage.Storage and I use SPSite.StorageManagementInformation with to retrieve all the documents for the Site Collection then I sum the sizes of all the documents then I get a ...
1
vote
0answers
81 views
How to manage hardcoded paths in custom InfoPath forms for different environments (dev, staging, release)?
When you create custom InfoPath forms for your SharePoint components (lists, workflow tasks or initialization form etc) all web references point to InfoPath Designer. Create one from a blank form and ...
1
vote
0answers
69 views
How to display ActivityEvents based on a URL, and not on the current user?
For a community site, I want to displayed activities that happen on the current site. The requirement is to have activities displayed in several places:
On the user's profile and other users' ...
1
vote
0answers
49 views
Create ContentType for InfoPath forms
I have a form library in a site template. When I create a new site based on my template, I want to have the columns in the list like when I deploy my form from infopath.
Can I make a content type and ...
1
vote
0answers
35 views
Creating Custom Column in sharepoint 2010 with Wsp Builder Project
how can create Custom Column Field Type with Additional Functionalities in sharepoint 2010 of WspBuilder Project? Can i get the Sample Code to achieve this

