웹파트 오류 시 제거 방법 웹파트 추가 시 웹파트의 오류로 페이지가 뜨지 않을때 추가한 웹파트만 삭제 하여 페이지를 살려 보고 싶을때 해보아요~ 기본 리스트와 상단에 배너 웹파트 2개가 있습니다. 웹파트로 인하여 이페이지가 오류가 됬을 시 기존 URL에 파라미터 contents=1 을 넣어 주면 웹 파트 페이지 유지 관리 페이지로 이동 합니다. 예)http://jjh.com/campaign/Lists/test/AllItems.aspx?contents=1 아래 그림이 웹 파트 페이지 유지 관리 페이지 입니다. 이 페이지에서 문제가 있을 웹파트를 선택하여 삭제해 주면 됩니다. 더보기 Client Object Model - 데이터 불러오기 정말 오랜 만의 끄적거림입니다..... 이번 끄적거림은 Client OM 으로 데이터 불러 오기 입니다. WinForm 을 사용하여 SharePoint Data를 불러 와 보겠습니다. 우선 Microsoft.SharePoint.Client.dll , Microsoft.SharePoint.Client.Runtime.dll 을 References 에 추가 해줍니다. private void CilentOMData() { string whereCondition = string.Empty; string orderBy = string.Empty; string viewFields = string.Empty; using (Microsoft.SharePoint.Client.ClientContext ClientCon = .. 더보기 Client Object Model Using 문 오류 'Microsoft.SharePoint.Client.ClientContext': type used in a using statement must be implicitly convertible to 'System.Idisposable' - SharePoint Client Object Model 개발 시 Reperences 를 Microsoft.SharePoint.Client.dll 만을 추가 했을 시 발생 => Reperences 에 Microsoft.SharePoint.Client.Runtime.dll 추가 해 줍니다. Client Object Model 은 Microsoft.SharePoint.Client.dll 과 Microsoft.SharePoint.Client.Runtime.dll 이 한 세트 더보기 이전 1 2 3 4 5 6 7 8 ··· 14 다음