Questions tagged [wss]

WSS stands for Windows SharePoint Services, SharePoint Server 2007's "little" brother. It forms the basis for the full blown server product. As of SharePoint Server 2010 it is called SharePoint Server Foundation.

https://en.wikipedia.org/wiki/Microsoft_SharePoint_Foundation

695 questions
8
votes
2 answers

Sharepoint "Could not load file or assembly" "The system cannot find the file specified"

I have added a reference to a dll (sharpPDF) to my .net project. In the code it has picked up the dll and I can use it. When I deploy by sharepoint webpart i get the following error: Could not load file or assembly 'sharpPDF, Version=1.0.3511.18105,…
John
  • 4,637
  • 3
  • 21
  • 14
7
votes
2 answers

How to get SPUser Object using user id (domain_name\userid)

I have the login ID of that user. But in the code I want to convert that login name into SPUser Object. Can I convert LoginName(type string) to SPUser. Or is there any way to convert windows identity user token to SPUser. I am adding users to a…
sssreddy
  • 282
  • 1
  • 3
  • 15
7
votes
5 answers

Assigning multiple users to a workflow task in sharepoint

Has anyone able to assign multiple users to a sharepoint workflow task using the CreateTask activity?
Sam
  • 133
  • 2
  • 4
  • 7
7
votes
3 answers

is there any secure websocket (wss protocol) client browser plugin available?

we would like to test our secure websocket (i.e wss) end point. I am looking for easy tool to test the endpoint. is there browser plugin available for wss protocol?
6
votes
5 answers

How do you instruct a SharePoint Farm to run a Timer Job on a specific server?

We have an SP timer job that was running fine for quite a while. Recently the admins enlisted another server into the farm, and consequently SharePoint decided to start running this timer job on this other server. The problem is the server does not…
James
  • 12,636
  • 12
  • 67
  • 104
6
votes
1 answer

SignalR Refused to connect to [url] because it violates the following Content Security Policy directive

I've created a SignalR project in .NET 4.8. I was using signalR correctly as described in the documentation. My two script tags:
G.Dimov
  • 2,173
  • 3
  • 15
  • 40
6
votes
6 answers

SharePoint 2007: How can I perform a series of operations within a transaction?

I would love to know how to perform a series of operations in a SharePoint context within a transaction. For example, I would like to be able to do something like the…
Trent
  • 560
  • 4
  • 11
6
votes
1 answer

How to set up secure websocket on Meteor app (localhost)

I used Asteroid as my ddp to connect with my Meteor app as backend. The front end run https and it works perfectly on Chrome. So it actually a consist of two separate apps run independently. But it didn't go well in Safari. Safari block the…
Muhaimin
  • 1,643
  • 2
  • 24
  • 48
6
votes
0 answers

MQTT not working in HTTPS server

We are facing issue in MQTT connection in HTTPS server. Sometime it is working fine and some time it is getting error like below. WebSocket connection to 'wss://MYHOST:8083/mqtt' failed: Error in connection establishment:…
kiran malvi
  • 1,058
  • 10
  • 21
6
votes
2 answers

Is it possible to force socket.io to use wss instead of ws, without having to change to https?

I have been trying to setup a server where users can send sign in using websockets, but I don't want to do this using ws. I want to be able turn on wss without having https. Sadly, there aren't any options to do this. And so the question is how…
Kitanga Nday
  • 3,517
  • 2
  • 17
  • 29
6
votes
2 answers

Opening a xls spreadsheet programatically in C# from a SharePoint site in Read / Write mode

I have written a procedure that will open a xls from a local disc, refresh the data in it and then save it again. This works fine. The problem occurs when I replace the filename to point to a SharePoint site. It opens the file fine. Refreshes the…
Jonathan Stanton
  • 2,531
  • 1
  • 28
  • 35
6
votes
4 answers

Mapping Infopath fields to Sharepoint columns

Any one has any idea how to map an infopath field to a sharepoint column of type choice? The infopath field is a repeating field, so the user can select multiple options, I want to be able to map those to the choice field in sharepoint. Any…
Sam
  • 133
  • 2
  • 4
  • 7
6
votes
1 answer

Apache: Proxy websocket wss to ws

Does anyone know how can i proxy wss connection to ws? For example: ProxyPass "wss://" "ws://"
mspapant
  • 1,860
  • 1
  • 22
  • 31
6
votes
2 answers

How do I tell if a class is WSS or MOSS specific?

How do I tell if a SharePoint class is specific to WSS or MOSS? For example, can I use the SPAudit class in MOSS only?
Kit Menke
  • 7,046
  • 1
  • 32
  • 54
6
votes
1 answer

Editing User Profile w/ Forms Authentication

We're using Forms Authentication in SharePoint. When the account is created, the administrator can add some information, like name and address. But the required fields are username and email address. When a user goes to their profile page, all the…
Nathan DeWitt
  • 6,511
  • 8
  • 46
  • 66
1 2
3
46 47