The process of developing software, including requirements gathering, solution design and analysis, implementation, testing, deployment, support and maintenance.
0
votes
0answers
9 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 ...
1
vote
0answers
10 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
12 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
15 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
11 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
676 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
27 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
13 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
445 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 ...
4
votes
1answer
102 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
27 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
37 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
117 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
690 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
6 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
9 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
9 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
28 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
21 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
40 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
18 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
33 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
36 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
999 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
443 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 ...
2
votes
2answers
1k views
Sharepoint External Data field with multiple values
I need to create a list column which contains external data (from BDC). The field has to contain multiple values. But I haven't found a way how to make a external-data-field take multiple values.
...
0
votes
1answer
306 views
Why the files which are added as link in project are not deployed on SharePoint 2010
I have two projects in my VS solution, a project named "B" is a SharePoint 2010 project which has a mapped SharePoint "Layouts\js" folder and some other project "A".
In project "B" I put various ...
0
votes
0answers
14 views
Connectable webpart multiple textboxes
I have two webpart right now on selectedindex changed of my textbox(TextboxFirstname) i send textbox data to consumer webpart, the problem is now that i have more then one textbox that i want to send ...
1
vote
1answer
787 views
“DWORD (32-bit) Value” or “”Qword (32-bit) Value" - which one should I configure in Windows 64-bit registry?
"DisableLoopbackCheck & SharePoint: What every admin and developer should know" advises to disable ("infamous") "loopback check" completely on dev machine by following
"You receive error 401.1 ...
1
vote
0answers
15 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
2answers
363 views
My custom sharepoint 2010 Timer job not running
I have created a custom timer service to create a list. its scheduled in minute using FeatureActivated event. I could able to globally deploy the solution. But the my timer job is not running. Its ...
0
votes
1answer
34 views
How to increase the reliability of deployment?
Deploying solutions, both from within Visual Studio and a Powershell script seems really unreliable. For example, I have one package trying to deploy about 3 .dlls and on average it's taking 3 ...
2
votes
1answer
33 views
Listing all the documents in SharePoint server using C#?
I'm new to SharePoint server. I need to get the list of all document stored in SharePoint server, not in particular user site. Is there any way to get all documents list , name or count using C#?
...
1
vote
0answers
26 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 ...





