Monday, March 31, 2014
Tuesday, March 25, 2014
Thursday, March 20, 2014
Wednesday, March 19, 2014
Monday, March 17, 2014
Read or write data in an excel workbook using excel services in sharepoint 2010
http://sharepoint.stackexchange.com/questions/46647/read-data-from-excel-sheet-using-sharepoint2010-excel-services
http://msdn.microsoft.com/en-us/library/ff961897.aspx
http://sharepointfordeveloper.blogspot.in/2011/12/sharepoint2010-excel-services-to-read.html
http://msdn.microsoft.com/en-us/library/ee589018.aspx
http://blogs.msdn.com/b/cumgranosalis/
This one is particularly good
http://www.getcodesamples.com/src/926E9551/69EF9EC5
http://msdn.microsoft.com/en-us/library/ff961897.aspx
http://sharepointfordeveloper.blogspot.in/2011/12/sharepoint2010-excel-services-to-read.html
http://msdn.microsoft.com/en-us/library/ee589018.aspx
http://blogs.msdn.com/b/cumgranosalis/
This one is particularly good
http://www.getcodesamples.com/src/926E9551/69EF9EC5
client object model the remote server returned an error (500) internal server error
This might help, though it did not work on one of the servers
http://sharepoint.stackexchange.com/questions/10123/internal-server-error-500-using-managed-client-object-model
http://sharepoint.stackexchange.com/questions/10123/internal-server-error-500-using-managed-client-object-model
Thursday, March 6, 2014
Tuesday, March 4, 2014
Monday, March 3, 2014
always run visual studio in admin mode
- Right-click a shortcut to Visual Studio, select the Compatibility tab, and check the ‘Run this program as an administrator’ checkbox at the bottom.
Subscribe to:
Comments (Atom)
Regex obfuscate email
Use this code in C# to obfuscate email using regex // Online C# Editor for free // Write, Edit and Run your C# code using C# Online Compile...
-
If we get this error while trying to get http reponse using HttpClient object, it could mean that certificate validation fails for the remo...
-
To install SQLServer module in powershell we need to add the nuget package provider first with command: Install-PackageProvider -Name NuGet ...
-
While querying for events in a list which fall under a specified time period, the infopath form works correctly in client side editor, but ...