Friday, March 28, 2014
Failed to retrieve data for this request. (Microsoft.SqlServer.Management.Sdk.Sfc)
Problem: After a while using some tasks like detaching, putting offline, shrinking on SQL Server Management Studio, I couldn't attach a database and the following error appear:
"Failed to retrieve data for this request. (Microsoft.SqlServer.Management.Sdk.Sfc)
An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)"
Refreshing and reconnecting won't work but don't give up...
Solution: Simply Restart SQL Server Management Studio!
Labels:
Sharepoint,
SQL SERVER
Friday, March 14, 2014
Disable / Remove share button, follow button and synchronize button Sharepoint 2013
In spite of deploying code or jquery scripts, I wanted to know if there was a way of disabling buttons in SharePoint itself..
So I found out that you don't need any code/script to disable those buttons (share, follow and synchronize).
Here's how:
All done :)
So I found out that you don't need any code/script to disable those buttons (share, follow and synchronize).
Here's how:
- Disable "Share button"
- Go to Site Permissions
- Select Access Request Settings
- Unmark Allow access request
- Disable "Follow button"
- Go to Site Features
- Deactivated Following Content Feature
- Disable "Synchronize button"
- Go to library settings
- Go to Advanced settings
- Say No to Offline Client Availability
All done :)
Labels:
button,
follow,
share,
Sharepoint 2013,
synchronize
Wednesday, March 12, 2014
The breakpoint will not currently be hit. No symbols have been loaded for this document
What i have done to resolve the issue:
None of these worked.
Solution: I tested switching from debug mode, to release...deploy
Then back to debug ... deploy and unexpected breakpoints started to work!!
Have a happy day
- I selected to start the right project - Source: stackoverflow
- Attached the specific process - Someone's Blog
- tested IE 8 and 9 - Someone's Blog
None of these worked.
Solution: I tested switching from debug mode, to release...deploy
Then back to debug ... deploy and unexpected breakpoints started to work!!
Have a happy day
Labels:
Debug,
Sharepoint 2013,
Visual Studio
Subscribe to:
Posts (Atom)