Spiga

随笔档案 - 2008年8月

Installing SharePoint 2007 by using different versions of .net framework

2008-08-27 18:08 by 俺是老Z, 89 visits, 网摘, 收藏, 编辑
摘要:Problem: This product requires ASP.NET v2.0 to be set to 'Allow' in the list of IIS Web Server ExtensionsReason: There are different versions of .net framework installed in your computer (at least 3.0... 阅读全文

WCF / Silverlight 2 Beta 2: "The remote server returned an unexpected response: (404) Not Found."

2008-08-14 20:58 by 俺是老Z, 247 visits, 网摘, 收藏, 编辑
摘要:Problem: Silverlight 2 Beta 2 cannot call WCF service and always shows "The remote server returned an unexpected response: (404) Not Found".Reason: Client cannot access service, there's something wron... 阅读全文

Error: Add WCF Service Reference in Silverlight 2 Beta 2

2008-08-14 17:17 by 俺是老Z, 126 visits, 网摘, 收藏, 编辑
摘要:Problem: Cannot add WCF service reference in Silverlight 2 Beta 2 application, it says "Object not set to an instance...".Reason: A pervious dll was not replaced when installing SL2B2, Dll Name: Micro... 阅读全文

How to resolve the problem "Could not download sliverlight application" when doing deployment

2008-08-04 15:41 by 俺是老Z, 106 visits, 网摘, 收藏, 编辑
摘要:The problem is mainly because the file type ".xap" is not registered in MIME in IIS.So, try to manually add the type into MIME:Customer Header Name: .xapCustomer Header Value: application/x-silverligh... 阅读全文