Showing posts with label SP2010. Show all posts
Showing posts with label SP2010. Show all posts

Thursday, October 06, 2011

Unable to save (word) file on SharePoint 2010

Thanks to: http://blog.domcosgrove.com/this-file-cannot-be-saved-to-this-location-because-there-is-no-connection/

Building a POC for a client I ran into this issue on my Virtual Box virtual SharePoint 2010 environment; While saving the word document in a document library I would get:
This file cannot be saved to this location because there is no connection

The solution is to open up good old DOS command prompt and type:

net stop sens

(Temp solution..)
Voilla! It works like a charm :)

More perminent solution is to disable the System Event Notification service

Friday, May 27, 2011

Changing your deployment server url

Today I spent an hour googling & searching to change the target deployment setting in Visual Studio 2010.
I downloaded a sample project from the web and of course, this project has a different target deployment server then my SharePoint server.
I could find hundreds of articles about packaging etc etc but none told me where to change this setting. (No, it's not changeable in the OBVIOUS right mouse on project ->properties ->"SharePoint" screen...!

After getting frustrated finding nothing interesting on the web I tried fixing it myself; opening up the .csproj file with notepad myself... tadaa..!! Fourth line:
http://semoss2010/

YES ! Let's try to change that... VoilĂ  !! Happiness :D :D
(Quickly write a handy blog about this !)