The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
19 views

How to embed image in SharePoint Workflow Association Form?

I am developing a custom SharePoint workflow in Visual Studio. I have a custom association form (ASPX) and I'd like to display an image, which is embedded into the project (and subsequently wsp). ...
0
votes
1answer
15 views

Resources files and default list forms (SP2010)

I have a feature that provisions fields, a content type, and a list based on that content type (all programmatically) To implement localization, I set the title of the SPFieldLink objects to a ...
1
vote
1answer
59 views

Visual WebPart does not recognize tag for resources

I created a visual webpart from VS2012. The headers of the ascx page are <%@ Assembly Name="$SharePoint.Project.AssemblyFullName$" %> <%@ Assembly Name="Microsoft.Web.CommandUI, ...
1
vote
0answers
42 views

Adding ScriptResx.ashx Compatible .Resx files to your SP Solution

I asked a question maybe yesterday or two days ago tops about using ScriptResx.ashx with custom resource files. I noticed that at first my custom file wasn't being rendered through the handler because ...
0
votes
1answer
45 views

adding links for selecting language in custom control (.ascx) in Sharepoint

From SharePoint UI, at far right top corner, we can change the language of our page, if language packs are installed and if we have used Resources file in our code. But For end users, I want to ...
0
votes
1answer
34 views

where to keep resource files for a webpart

I developed a webpart that is supporting different languages so I had to put resources.dll file in web application's bin directory to make my webpart work properly. Now I got option of putting that ...
0
votes
1answer
647 views

Get Sharepoint 2010 Calendar to show Resources

How do I get SharePoint Calendar to show the available resources? I have followed a few guides, and all make reference to a "Resources"' list, which may need to be create. So I created a custom List ...
0
votes
0answers
60 views

Assets and Facilities list item permission

I have Calendar im using it as meetings rooms calendar, this calendar uses the default resources list (Assets and facilities) as rooms source, I want to set permission per item so only specific user ...
0
votes
0answers
62 views

Unable to correct translation of announcement list

There is an error in the Norwegian languange pack for SP2010. In the summary view of announcement lists "by" (as in by author x) is translated to "etter" (after in English) and I can't figure out how ...
1
vote
0answers
420 views

Client Object Model : “Microsoft.SharePoint.Client.ServerException: The request uses too many resources”

When deleting 1000+ (link) items from a list in one batch using the COM, I encountered this exception : Microsoft.SharePoint.Client.ServerException: The request uses too many resources It seems ...
1
vote
1answer
923 views

Has anyone seen this error; $Resources:core,ImportErrorMessage;

In my local machine i deployed my web part and also i can use it but when i want to use this web part another sharepoint site importing web part shows this error: $Resources:core,ImportErrorMessage; ...
3
votes
1answer
1k views

Room reservation Exchange <> Sharepoint Online (Office 365)

Is it possible to create a room reservation in a calendar on Sharepoint Online? If so, how can this be done? Also, Is it possible to add resources (like projectors,...) without adding them as a room? ...