본문 바로가기

전체 글239

2010년 7월 TechED의 윈도우 폰7 관련 사진 몇장. 벌써 작년이군요. 2010년 7월에 뉴올리언즈에서 개최된 마이크로소프트 TechED에 다녀왔던 시간이... 다녀온지 얼마 되지 않은것 같은데, 시간이 참 빠릅니다. 그때 TechED에서 정식 윈도우 폰7이 출시 되기전에 행사에서 공개되었던 사진 몇 점 공개합니다. 물론 이제는 정식 윈도우 폰7이 출시 되었고, 반응은 다양하지만, 그래도 아이폰 UI에 이미 식상하신 분이라면 또 한번의 새로운 경험이 될 만한 사용자 경험을 하리라 봅니다. 2011. 3. 6.
EWS를 이용한 일정 데이터 조회 구현 이 샘플은 Exchange Server 2010의 EWS를 이용해 개인의 일정을 접근해 특정 기간의 일정 건수를 가져오는 부분을 설명한다. 1. 네임스페이스 Microsoft.Exchange.WebServices.Data 참조 설정. à 해당 참조 라이브러리는 Exchange Ews Managed Api 1.0 을 다운로드 후 개발 환경에 설치. Exchange Ews Managed Api 1.0 다운로드 경로 2. 현재 Excahgne 웹서버의 exchange web serivce 경로로 다음과 같은 SSL 경로 (예를 들면, "https://email.contoso.com/ews/Exchange.asmx”)를 사용한다. es.Url = new Uri(“https://email.contoso.com/e.. 2011. 3. 6.
MAPI 연결 실패가 일어나는 조건 아웃룩과 익스체인지간의 MAPI 연결 실패가 일어나는 경우에 대한 마이크로소프트의 기술자료 입니다. [MAPI Failure conditions. (Failover to RPC over HTTP/S)] When an RPC fails or a connection is dropped, Outlook will attempt to reconnect the session. If the server responds with “I’m not available” or there’s a network timeout, we will switch “bindings” from RPC/TCP to RPC/HTTP. These failures can happen for a variety of transient reasons, .. 2011. 3. 3.
Outlook RPC Connection Status: 0x1C00001A nca_s_fault_context_mismatch ▩ 현상 *** Problem Description *** RPC returned fault.. Status: 0x1C00001A nca_s_fault_context_mismatch RPC is closing down this session and it can be for several different reasons ▦ 해결 방안 *** Resolution *** Jul 30 2008 6:04PM waynem In this case there is a Proventia integrated security appliance in between the remote client and the server and at the time of the failures there is a log on the devi.. 2011. 2. 28.