This is the wsp for the first release.
An article explaining installation and code will be posted at my blog:
http://blogs.msdn.com/rodneyviana/archive/2008/07/25/org-chat-web-part-part-i-overview-and-download.aspxHow to Deploy in a nutshell:1. Log as farm administrator
2. Run cmd
3. Go to 12 hive BIN folder (normally C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\BIN)
4. Run the following commands
stsadm -o addsolution -filename OrgChartPart.wsp
stsadm -o deploysolution -name OrgChartPart.wsp -allowgacdeployment -immediate
stsadm -o execadmsvcjobs
5. Go to the site collection you want to install the feature
6. Go to Site Actions|Site Settings|Modify All Site Settings
7. Go to Site Collection Features under Site Collection Administration
8. Activate Org Chart Part
9. Verify if OrgChartPart is available in the Web Part Gallery of the Site Collection (Site Actions -> Site Settings -> Galleries -> WebParts)
10. Add the webpart wherever you want.