The process of developing software, including requirements gathering, solution design and analysis, implementation, testing, deployment, support and maintenance.
0
votes
3answers
1k views
How to close an infopath form in C# style?
I tried XDocument.View.Window.Close(true); but it tells me "The name 'XDocument' does not exist in the current context"
I even tried thisXDocument.View.Window.Close(true); but still same error.
What ...
0
votes
3answers
20 views
Read list from central admin
I have an application page which connects to a sql database based on settings on a list hosted in central admin.
For some reason, I cant debug the web.GetSafeListByName, I attach the debugger, put a ...
1
vote
1answer
689 views
The remote server returned an error: (401) Unauthorized sharepoint
Here is my scenario:-
I have my Sharepoint server hosted on Domain A and I have my machine on Domain B.
There is not any trust between Domain A and Domain B.
I am trying to access the Sharepoint ...
1
vote
2answers
16 views
Redirect From one app page to another
I am creating a Provider hosted app. In that I have created two different .aspx pages. I want to redirect to the other page. But I am not able to find it out how to redirect.
When I check my ...
0
votes
0answers
14 views
how to create workflow for provider hosted apps in visual studio ot sharepoint designer?
I want to create a Provider Hosted app. In that I will manipulate SharePoint list items.
I am adding items to a SharePoint List and for that I want to create a List Workflow to auto-generate the ...
2
votes
1answer
24 views
Error using ListViewWebPart in a “using”
This one has me stumped.
I'm creating a ListViewWebPart, which ultimately inherits from System.Web.UI.Control which implements IDisposable. So ListViewWebPart should also be IDisposable. Right?
But ...
1
vote
2answers
14 views
Undefined responseXML on StartWorkflow
I was presented with a task to run a workflow via jQuery. I know that SPServices has this capability, but I have never tried it before being assigned this task. So I set out and found some good ...
0
votes
0answers
13 views
SPTimer Jobs During Certain Time Frame
I have a request to run a timer job each hour from 12am-5am Monday-Saturday. Do I have that level of flexibility to define my timer job schedule within the FeatureActivated method in my C# timer ...
0
votes
0answers
11 views
Problem with connectable webparts
I'm working with connectable webparts. Right now I'm sending my data from one webpart to another.
On my provider I'm getting all values from database. Also the Image I'm getting from database ...
0
votes
1answer
330 views
Problem after transferred a solution from SharePoint Foundation to SharePoint Server
After I transferred my solution from SharePoint Foundation to the production SharePoint Server some features don't work from My project. I am getting error when I try to add another web part or a list ...
1
vote
0answers
11 views
Custom DLL in InfoPath form not working on SharePoint
I created a form in InfoPath 2007 that uses C# code behind. The form basically is a "user friendly" front end for our current Help Desk ticketing software. The form communicates with the Help Desk via ...
1
vote
0answers
41 views
Send Log/Debug Messages to SharePoint from a clientside ActiveX Component
I developed a 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 SharePoint LOGS Folder. How am I doing this?
Like ...
0
votes
0answers
21 views
executeQueryAsync in ecma client object model causes 404 error
I have a custom action where I will create a new item in the ecb menu for a document library and once clicked it will call a javascript function and there using ecma client object model I will ...
0
votes
1answer
18 views
user profile informations
How can I select the custom user profile information?
When I apply this code, I only reach the AD user profile information, but I have some additional user information. How can I reach them?
...
0
votes
1answer
14 views
Isolate web.config files for different SharePoint web applications?
We're in SharePoint 2010 and using C#.
We've encountered and issue where we need to have separate web.config files for different web applications. The base web.config file that resides in ...
0
votes
1answer
9 views
Setting audiences in share point 2010
I have written html/css code to display the menus. Now i need to hide the multi level menus(links) using windows authentication. i mean we need to set the target audience for the links. But,. i do not ...
0
votes
2answers
395 views
Uploading an InfoPath form programmatically
I know how to upload the published xsn InfoPath form, but when I try to open it, the form can't find its code behind assembly dll. Does anyone know how to add that? I know it gets put in hive 14 ...
0
votes
2answers
708 views
Creating a knowledge base with SP10 possible?
I am currently trying to create some kind of knowledge base, but unfortunately couldn't make much progress in this matter.
I have certain requirements of features the system must provide in the end ...
2
votes
1answer
19 views
Nav showing drop down subsites when on _layouts/settings.aspx
In both of my custom master pages (both front master page and system master page) I have a navigation control (AspMenu).
On all custom pages and application pages, the nav displays no drop down for ...
2
votes
1answer
17 views
Error on updating a document item
I have an issue with updating an item in ItemUpdated event.
Basically on ItemUpdated, I would like to reupdate that item by setting some properties, because it is a docx I have to do it in ...
0
votes
2answers
28 views
Can I programatically move sites or content between 2007 and 2010?
Using the SharePoint Object Model on a SharePoint 2007 environment and the remote object model to talk to a SharePoint 2010 environment would it theoretically be possible to migrate sites or content ...
0
votes
0answers
14 views
disabling multiple fiel upload on picture library
How can I make my library picture one to disable multiple picture upload at a time. only 1 at a time is nice. I tried but getting context as null. not sure how to improve it myself.
I also need this ...
0
votes
2answers
446 views
This Page has been modified since you opened it. You must open the page again. Refresh. When I postback to another site from button
If I button post one sharePoint site page to a page on another I get
This Page has been modified since you opened it. You must open the page again.
Refresh
I have a webpart page with an asp.net ...
5
votes
1answer
129 views
+50
Picture Library Image size event receiver
I created a event receiver but work ok for single file but no work for multiple files,
HttpFileCollection collection = _context.Request.Files;
for (int i = 0; i < collection.Count; ...
1
vote
2answers
28 views
How to collate/merge two different lists, with the same colums into one list
I have got two different lists. One is live updated by many users. The second list has the same fields and works as the master. I want to every day, at 6:00 o'clock a.m, merge List one with list two.
...
1
vote
3answers
300 views
Linking one-to-many (Employee to Salary History) lists in SharePoint
Here is my issue:
[Edit]:
Alright, this is almost turning into a separate question at this point...my apologies. To cut right to the chase, here is my business requirement. I have an Employee record ...
0
votes
1answer
12 views
Is there in CAML any equivalent of SQL query Prepare
I'm looking for any equivalent of SQL query Prepare in CAML. Could You help me.I need optymalization in CAML.
1
vote
2answers
328 views
Remove Sharepoint RadioButtonChoiceField Focus on application page
I have an application page with a bunch of asp textbox controls and then a sharepoint RadioButtonChoiceField control. When the page loads it will always set focus to the RadioButtonChoiceField is ...
3
votes
3answers
1k views
Why don't folders work when adding an XsltListViewWebPart to the page via code?
I have an issue with adding an XsltListViewWebPart to a page for a Document Library. When I do it using the code below everything works fine unless I create a folder and upload a document there. Such ...
0
votes
0answers
43 views
How to filter list in sharepoint by another webpart(dropdown list) in C# code?
I wanna filter list in sharepoint by using dropdown list in visual studio, And view in sharepoint can't serve me in that , And i searched a lot but i didn't reach any thing
1
vote
2answers
119 views
Auto sign in OWA web part using c# in sharepoint 2010
I need the OWA web part to automatically login the current user.
How to do so using C#
0
votes
0answers
25 views
SharePoint Site Content Types and Site Columns Galleries are empty
I provisioned a SharePoint (2007) site collection using C# SharePoint API. Pretty standard stuff. Subsequently, I added a couple of site columns, document libraries, etc. and then a child website ...
0
votes
0answers
16 views
Working Twitter Feeds on Sharepoint 2013?
been trying to get a Twitter feed to work in SharePoint 2013 for some time but it just doesn't seem to be playing ball.
I've tried a couple of methods (embedding the code straight in and also using ...
0
votes
2answers
708 views
Could not load file or assembly 'Microsoft.Sharepoint.Sandbox' or one of its dependencies
I created an ASP.net webapplication and i have used assemblies Microsoft.SharePoint;
and Microsoft.Office.Server.UserProfiles in it.. i get a run time error
"Could not load file or assembly ...
0
votes
0answers
7 views
What's the best way to create a replication/load balancing module?
We have a sharepoint doucment library, the site consist media files(like images, word document, .psd file) and then we have a local CME (Alterian) which can be integrated to the SharePoint library in ...
0
votes
0answers
11 views
SharePoint Online o365 A2/P1 License questions
o365 SPO 2013
I've read the compare chart between A2 and A3 but wanted to confirm here:
With A2 (SPO P1 I think)...
Can we create custom 2013 workflows?
Create and serve Infopath Web forms with ...
0
votes
0answers
10 views
On Dayrender in ASP Calendar I Creating LinkButton and Button
On Day_Render in ASP Calendar I creating LinkButton and Button, by this code:
e.Cell.Controls.Add(new LiteralControl(("Suma = " + sumaProcentow.ToString() + "/8" + "<br ...
0
votes
1answer
33 views
Auto-compress images when uploaded to Image Library
I have a need to auto compress images as they are uploaded to an image library. Using code or otherwise how could I go about this? I don't want to specify a fixed height / width but would rather ...
0
votes
0answers
22 views
One or more field types are not installed properly, how to check in which field is it failing?
I am getting this error in a timer job that I did not develop.
Error: One or more field types are not installed properly. Go to the list settings page to delete these fields. ...
0
votes
1answer
15 views
Select powerpoint slides and then build a presentation from it
I have a business unit that would like a document library that displays a series of pre-approved company Powerpoint slides. The user would then select the slides that want, click a button and a ...
1
vote
2answers
44 views
Listdata.svc via REST refuses to return data
I'm trying to pull down some list data from listdata.svc using the standard method as documented in the msdn:
var listUrl = 'http://development.contoso.com/_vti_bin/ListData.svc/Contacts';
$.ajax({
...
0
votes
0answers
19 views
how to make webpart follow windows scroll down on site
i have a webpart that i would make that the webpart follows the windows on the right site, so if i scroll down on the page the webpart are following the the screen and scroll??..
I want this because ...
0
votes
0answers
27 views
repeating table problem
I created content type and add them on custom list in visual studio.
I want to use some of my list item columns like repating table columns.
Is there any solution or alternative way except infopath ...
-1
votes
0answers
13 views
Gcm not being Recivied [closed]
I am working on a project that notifies an android application using push notifications using Google Cloud Messaging. I have implemented the application server in PHP. When i run the android ...
0
votes
0answers
35 views
SPWeb.GetFolder() returns SPFolder with no files or sub folders
I'm encountering a strange problem on SharePoint 2007 where the following script correctly enumerates files and folders on my QA and DEV sites, but not on my Production site. Why is SPWeb.GetFolder() ...
1
vote
2answers
37 views
Workflows and SQL Server Databases
Is it possible to create a workflow that is started by activity in a SQL Server database that is outside of SharePoint?
Using a WebPart to put and modify data in a database isn't a problem. ...
0
votes
2answers
1k views
Adding description to sharepoint link URL using the C# CSOM
I'm currently adding the URL except the description is an ugly link.
I would like to add the description to the URL in a links list on sharepoint online.
My current code to add a new item from an ...
0
votes
1answer
13 views
Error with using Session in SP2010
I have got a problem with using Session at Sharepoint 2010.
I use this code:
Session["Dzien"] = TextBox3.Text;
Session["Pracownik"] = DropDownList1.SelectedItem.Text;
I put at ...
0
votes
1answer
343 views
Create TermStore (SPServiceApplicationProxy) Programmatically
Is it possible to create a new custom TermStore Programmatically?
something like
SPServiceProxy proxy = SPFarm.Local.ServiceProxies.Where(s => ...
2
votes
2answers
445 views
Attach ListItem to TaskItem
I've created a custom approval worfkflow for an listitem. Now I need to see the values of the item in the taskitem. So I think one way would be to attach the ListItem to the TaskItem.
Does anybody ...





