#region /* mads's thoughts */backlog on sharepoint, office and .net developmentComplete set of Custom Prerequisites available- October 26, 2005 Seems like VSTO Outlook deployment just got easier. I now have Custom Prerequisites for Office 2003 (SP2), Outlook 2003 (SP2), Office 2003 PIA and the Visual Studio Tools for Office 2005 Runtime ready. I got some feedback from the community on my previous post and I've updated my article with my findings and also a download for the prerequisite definitions for Visual Studio 2005. VSTO Outlook: the Complete Setup Solution Please provide feedback on this if you find bugs or points of..http://weblogs.asp.net/mnissen/archive/2005/10/26/428564.aspx VSTO Outlook: The complete deplyment solution- October 14, 2005 This week has been all about the pain of client deployment of our VSTO solution. I've written a summary which I hope will be the start of the complete solution for idiot-proof installs of Outlook plugins. I'm not quite there yet but I feel I'm pretty close. Read it here! Input and feedback is very welcome! Also check out Peters blog for VSTO content and the MSDN VSTO Forums.http://weblogs.asp.net/mnissen/archive/2005/10/14/427508.aspx Recycle Bin Undelete for Document Libraries finally solved- October 7, 2005 Last week I met Todd from Mindsharp in Seattle and he told me that he'd just created a purely client side solution to the whole undelete recycle bin problem with Sharepoint document libraries. Several solutions have been posted to address this issue in the past, amongst others Max and Erics article in MSDN Mag. The beauty of Todds solution is it simplicity. Todd has solved everything from the clientside and wrapped it all up in a list template (.stp) file. In addition to supply undelete...http://weblogs.asp.net/mnissen/archive/2005/10/07/426861.aspx InfoPath DropDown List doesn't match on items in list- October 6, 2005 When populating InfoPath DropDown lists with values and then binding the dropdown to a field in your main datasource you'll sometimes see the bound value instead of its corresponding text value in the dropdown on load. It seems slightly confusing given that the entry containing your bound value is actually in the list, but it doesn't match. Most likely this is a string casing problem. I've got a dropdown bound to a Sharepoint (WSS) UserGroup service and bind the value to LoginName. These values.http://weblogs.asp.net/mnissen/archive/2005/10/06/426742.aspx |