Sign in
Suman Chakrabarti - SharePoint and ASP.NET blog
SharePoint, .NET, Social Computing and random bits of goodness
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
.NET
ADSI
AJAX
ASP.NET
Bootable VHD
Branding
Gadgetry
Getting users into SharePoint
How do I
Learning
Migration
Multimedia
Search
Setup project
SharePoint
Silverlight
SPS 2003/WSS 2
Virtualization
Vista
Visual Studio
WCF
Win WF
Windows 7
Windows Live
Zune
Archive
Archives
March 2012
(1)
November 2011
(1)
May 2010
(1)
April 2010
(2)
January 2010
(1)
October 2009
(2)
September 2009
(1)
January 2009
(3)
September 2008
(1)
August 2008
(1)
July 2008
(1)
June 2008
(1)
May 2008
(2)
April 2008
(1)
March 2008
(5)
February 2008
(2)
January 2008
(2)
November 2007
(3)
September 2007
(1)
July 2007
(3)
June 2007
(2)
March 2007
(1)
January 2007
(2)
December 2006
(1)
November 2006
(4)
September 2006
(4)
July 2006
(5)
June 2006
(4)
May 2006
(12)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Suman Chakrabarti - SharePoint and ASP.NET blog
How-to Get and Install SharePoint 2010 Language Packs
Posted
over 1 year ago
by
Suman Chakrabarti [MSFT]
1
Comments
Many organizations I've worked with are trying to ensure multilingual support in their SharePoint enterprise instances. What's funny is the language packs download process doesn't entirely make sense. In most cases, downloaders go to the language pack...
Suman Chakrabarti - SharePoint and ASP.NET blog
Create a Setup Project for a 64-bit Windows Service in Visual Studio 2010
Posted
over 2 years ago
by
Suman Chakrabarti [MSFT]
0
Comments
I was having a lot of trouble with this, so I'm going to share it. Visual Studio 2010 setup projects still do not fix the way you create a setup project. The problem is that Visual Studio doesn't add the x64 version of InstallUtilLib.dll to the MSI and...
Suman Chakrabarti - SharePoint and ASP.NET blog
Must-read articles on string comparison performance
Posted
over 3 years ago
by
Suman Chakrabarti [MSFT]
0
Comments
I've always wondered which is the fastest technique to do a string comparison? using the StringComparison enums or ToUpper and ToLower? The following entry also answers what is fastest among the StringComparison enums. http://blogs.msdn.com/b/noahc...
Suman Chakrabarti - SharePoint and ASP.NET blog
Cannot use Visual Studio Unit Tests to test against a live SharePoint 2007 site if on a 64-bit machine
Posted
over 3 years ago
by
Suman Chakrabarti [MSFT]
0
Comments
I scoured Bing (and Google) to find out why my Visual Studio unit tests will not allow me to test my SharePoint code failing with the message: Initialization method Contoso.Test.BreakingNewsTest threw exception. System.IO.FileNotFoundException: System...
Suman Chakrabarti - SharePoint and ASP.NET blog
Needed to replace full hard drive with larger one - Backup/Restore
Posted
over 3 years ago
by
Suman Chakrabarti [MSFT]
0
Comments
So, I had the exact same problem as Tim Heuer ( New hard drive means re-install everything ). 150GB drive and bought a nice 320GB 7200RPM with shock protection. I found the easiest way to get myself up and running was to use Win7's backup/restore feature...
Suman Chakrabarti - SharePoint and ASP.NET blog
New years resolution...get back into writing
Posted
over 3 years ago
by
Suman Chakrabarti [MSFT]
0
Comments
With all the microblogging I do, I've found myself writing less informative blogs. I started a series for SharePoint How-tos then got very bored with that. Lately, I've been working on learning more about MVC and cloud computing; both of which perplex...
Suman Chakrabarti - SharePoint and ASP.NET blog
Problems getting Hyper-V to install the Integration Services components?
Posted
over 4 years ago
by
Suman Chakrabarti [MSFT]
0
Comments
I had problems getting the Hyper-V Integration components installed in my VPC this evening. After a lot of kicking and stomping, I found a fellow MSFT-ie had the same issue and resolved it. Most of the issue is the fact that Hyper-V's integration components...
Suman Chakrabarti - SharePoint and ASP.NET blog
Boot from VHD on a Bitlocker enabled host...not happening
Posted
over 4 years ago
by
Suman Chakrabarti [MSFT]
2
Comments
This should have been obvious to me, and whoever you are searching for this, but apparently it's not possible to have a host OS that's bitlocker enabled and use the boot from VHD. http://technet.microsoft.com/en-us/library/dd799282(WS.10).aspx Bitlocker...
Suman Chakrabarti - SharePoint and ASP.NET blog
Working on my first WPF/WCF app for a customer...
Posted
over 4 years ago
by
Suman Chakrabarti [MSFT]
0
Comments
This is the first app that I get to work on for a customer that uses WPF and WCF. I'm finding the XML to be a bit cumbersome. Although the tools do help you get things right with WPF, I think the WCF tools are complicated. I believe the next steps for...
Suman Chakrabarti - SharePoint and ASP.NET blog
'How do I' get redirected to the default Error or Success layouts pages?
Posted
over 4 years ago
by
Suman Chakrabarti [MSFT]
4
Comments
You just want the error message to be displayed on the default SharePoint error page. Is this an easy In Microsoft.SharePoint.Utilities.SPUtility there are 2 functions: SPUtility.TransferToErrorPage - this transfers the user to the administrative layouts...
Suman Chakrabarti - SharePoint and ASP.NET blog
'How do I' create a long running operation page (gears page)?
Posted
over 4 years ago
by
Suman Chakrabarti [MSFT]
2
Comments
This one is an awesome feature to add if you've got an application running a workflow asynchronously and on-the-fly ( see post on programmatically launching a workflow ) and you want to coordinate the results of said workflow synchronously, so.you have...
Suman Chakrabarti - SharePoint and ASP.NET blog
'How do I' create a layouts page
Posted
over 4 years ago
by
Suman Chakrabarti [MSFT]
1
Comments
Following the lead of Sara Ford , I think I want to do a 'How do I' piece for SharePoint developers. I don't know how long this will last, but this is the first post. First off, layout pages require the following directives. Try as I may, I have never...
Suman Chakrabarti - SharePoint and ASP.NET blog
MOSS/WSS SDK 1.4 - has Federated Search web part examples
Posted
over 5 years ago
by
Suman Chakrabarti [MSFT]
1
Comments
In case you missed hearing about the new SDK, here's a great post on what's in it. http://blogs.msdn.com/randalli/archive/2008/08/28/just-published-wss-and-moss-sdk-1-4-download-and-online-msdn-library-8-29-2008.aspx
Suman Chakrabarti - SharePoint and ASP.NET blog
Starting/Canceling a SharePoint Designer workflow programmatically
Posted
over 5 years ago
by
Suman Chakrabarti [MSFT]
2
Comments
I had enough trying to find this code, so I'm putting what I've pieced together to activate a workflow programmatically (specifically a SharePoint Designer Workflow) public static string StartWorkflow(ContractListItem contract, string workflowName) {...
Suman Chakrabarti - SharePoint and ASP.NET blog
Get PublicKeyToken using external tools
Posted
over 5 years ago
by
Suman Chakrabarti [MSFT]
2
Comments
I hate fishing around to get the publickeytoken for my strong named assemblies, so I fished around for a way to do it in Visual Studio. Here's what I did: Create a new External Tool - I called mine Get PublicKeyToken Map to the sn.exe file in...
Suman Chakrabarti - SharePoint and ASP.NET blog
SharePoint ReadOnly Field can be written to by workflows
Posted
over 5 years ago
by
Suman Chakrabarti [MSFT]
1
Comments
So, I scoured the internet (all of it, I swear) to find some information on readonly fields in SharePoint. Apparently, SharePoint workflows can write to readonly columns. The only problem I'm having now is getting the column to show up in a columns list...
Suman Chakrabarti - SharePoint and ASP.NET blog
Windows Live Cashback program ROCKS!
Posted
over 5 years ago
by
Suman Chakrabarti [MSFT]
5
Comments
I just bought a video camera online, so I figured I'd check out the Live Cashback program and see if it would work out well. It totally rocked. I found the camera I wanted at a better price than I could find on other online shopping search sites, then...
Suman Chakrabarti - SharePoint and ASP.NET blog
Navigon - a Windows Mobile 6 GPS
Posted
over 5 years ago
by
Suman Chakrabarti [MSFT]
0
Comments
I just got my Navigon 7100 GPS and I have to say I'm impressed. I really like the navigation quality of the GPS, especially compared to my TomTom ONE. I like the TomTom's ease of use--in fact, I like it better than my friends Garmin nuvi, but the TomTom...
Suman Chakrabarti - SharePoint and ASP.NET blog
Presentation at CodeCamp Pittsburgh
Posted
over 5 years ago
by
Suman Chakrabarti [MSFT]
1
Comments
I presented a Silverlight 1.0/2.0 demonstration yesterday at CodeCamp and it went quite well. Most importantly, it compiled; hey, that's half the battle. The talk started out about how POX is not truly a ReST service because POX services are not usually...
Suman Chakrabarti - SharePoint and ASP.NET blog
Addition to Steve Peschka's PartCheck code
Posted
over 5 years ago
by
Suman Chakrabarti [MSFT]
0
Comments
I ran into a problem when trying to use Peschka's PartCheck code for My Site autoconfiguration to modify some boolean fields on the Colleague Tracker web part and found some modifications you'll need to make in order to set boolean fields on controls...
Suman Chakrabarti - SharePoint and ASP.NET blog
Presenting at Pittsburgh Code Camp - WCF POX/ReST Services with Silverlight 1.0 and 2.0
Posted
over 5 years ago
by
Suman Chakrabarti [MSFT]
0
Comments
I'm speaking at Pittsburgh's Code Camp on April 12th located at University of Pittsburgh's Sennott Square. I'll be presenting POX services using WCF and ReST (although many will agree that POX is not truly ReST) to supply data to a Silverlight 1.0 application...
Suman Chakrabarti - SharePoint and ASP.NET blog
IIS app pool limits to keep in mind for SharePoint
Posted
over 5 years ago
by
Suman Chakrabarti [MSFT]
0
Comments
Depending on your hardware configuration IIS 6.0 does have a potential limit to the number of application pools. The TechNet FAQ for IIS stated here says: The answer varies depending on the hardware and software configurations of your server as well as...
Suman Chakrabarti - SharePoint and ASP.NET blog
SharePoint Star Wars lines
Posted
over 5 years ago
by
Suman Chakrabarti [MSFT]
0
Comments
I posted these to Joel Oleson's MSDN blog , but since he's moving the blog, I didn't want to lose them. Uber-nerd SharePoint versions of Star Wars lines: These aren't the content databases you are looking for. (compliments Eric Charran ) If...
Suman Chakrabarti - SharePoint and ASP.NET blog
Migrating Web Part Pages to Publishing Pages
Posted
over 5 years ago
by
Suman Chakrabarti [MSFT]
2
Comments
Unfortunately, you cannot natively migrate web part pages to WCM publishing pages. The benefit of publishing pages manifests itself in the centralized page layouts. Web part pages cannot be modified universally, but publishing page layouts can be thusly...
Suman Chakrabarti - SharePoint and ASP.NET blog
Joined the Community Kit for SharePoint team
Posted
over 5 years ago
by
Suman Chakrabarti [MSFT]
0
Comments
I recently joined the Community Kit for SharePoint team. I'm hoping to enhance the Discussion Board features of SharePoint beyond the very basic forums we get out-of-box. Check it out: http://codeplex.com/cks
Page 1 of 3 (69 items)
1
2
3
MSDN Blogs
>
Suman Chakrabarti - SharePoint and ASP.NET blog