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:
Posts (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...
-
Responsive design http://webdesignerwall.com/tutorials/5-useful-css-tricks-for-responsive-design http://palantir.net/blog/responsive-de...
-
After cloning a git repo of dot net framework website and trying to run it all I could see was this error Turns out the fix was to simply e...
-
To install SQLServer module in powershell we need to add the nuget package provider first with command: Install-PackageProvider -Name NuGet ...