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 ...
1
vote
1answer
37 views

warning of duplicate item while uploading file in document library

I have a standard document library. I want to prompt the user if file name already exists in document library. I want this Friendly Error (with custom error text) on "Upload Document" form when when ...
1
vote
1answer
171 views

Excel Services Error in SharePoint 2013 - Unable to Open/Edit Excel Files

Every time I click on a excel file I am receiving a popup message mentioning - We're sorry. We ran into a problem completing your request MS Word is working fine though. I performed all the ...
2
votes
1answer
297 views

Suddenly unable to save files to sharepoint

Suddenly the other day whenever users (from multiple machines) start saving files to sharepoint 2010 from Office 2010, it tells them: Upload Failed This file was not uploaded because the specified ...
0
votes
0answers
20 views

Document library rendor error

When this view of my document library is selected the groups are collapsed by default. When I open the first group (that has no "Name" selected) the following rendering error occurs. Any ...
1
vote
1answer
1k views

COM exception while querying document library

I have a need to get collection of SPLitsItem currently viewed to user. My solution is a ribbon button which calls custom application page in LAYOUTS via javascript in custom action. Application page ...
0
votes
0answers
203 views

Error message :File extension changes to .aspx on opening any excel or word file in a sharepoint document library

I have a document library in Sharepoint 2007 which consists of few word and excel files. Whenever i try to open a file, it shows the message " the file [filename.aspx] you are trying to open is in a ...
1
vote
1answer
489 views

Why do I get this error (Cannot read from the source file or disk)

Why do I get this error (Cannot read from the source file or disk) when trying to move a folder and its files from a document library on one My Site to desktop
1
vote
1answer
896 views

Document Library Issue: All users are unable to upload files

In my document library only users with Full Control group can upload files or edit them, no other user permission levels are working. There are no workflows attached to this library. Can someone help ...
0
votes
1answer
294 views

SQL-exception when adding document to document library [closed]

I have a ItemUpdated event receiver that interprets data, creates a word document and adds the document to a another list. This other list does not have event receivers attached. As you might know, ...