February 2010 - Posts

Linq in Sharepoint 2010 Presentation
Mon, Feb 22 2010 19:30
Hi All, During attending MS MVP global summit from 16-19 Feb 2010, I present a MVP2MVP side session on Firday 4:40 pm, it was a great experience presenting to fellow MVPs. I'd like to share my presentation with all to make use of it. Note: All materials...
Error when using SPMetal in SharePoint 2010 with VS 2010 Beta 2
Sun, Feb 14 2010 1:54
Hi, If you tried to create proxy classes using SPMetal command line tool in SharePoint 2010 using VS 2010 or the command line using this command: SPMetal /web:http://MyServer:PORT:1000/TestSite /code:TestSite.cs Error: "The Web application at http...
Error when enable publishing feature in SharePoint 2007
Mon, Feb 8 2010 15:33
Hi, I was trying to enable publishing feature in sharepoint 2007, and i was getting this error: “ Exception occurred. (Exception from HRESULT: 0x80020009 (DISP_E_EXCEPTION)) at Microsoft.SharePoint.Library.SPRequestInternalClass.GetMetadataForUrl(String...
Consume WCF and XML Web services using HTTPServices in Flex
Fri, Feb 5 2010 20:24
Hi All, I'd like to share with you this problem we faced in one of our projects, I was building a WCF/XML Web services Layer to be consumed by Mobile and Non-Microsoft Technologies such as FLEX / ColdFusion. One of our team members was saying that...
by Mostafa Elzoghbi - C# MVP
Filed under:
SharePoint Tip: Creating Custom web services in Sharepoint 2007
Wed, Feb 3 2010 16:17
Hi, If you want to build your own custom Web services that will be hosted in a sharepoint instance, here is the complete walkthrough that you need to folow: MSDN Article: http://msdn.microsoft.com/en-us/library/ms464040.aspx The tip is on step 12: if...