문제

어제 stackoverflow에서 비슷한 것을 게시했지만 오늘날까지 스택 교환에 SharePoint 사이트가 있음을 알지 못했습니다. 그래서 당신이 이미 읽었 더라면 사과드립니다.

첫 번째 SharePoint 2013 응용 프로그램을 만드는 Microsoft 자습서를 따르고 있습니다. ( http://msdn.microsoft.com/en-us/library/fp142379) aspx )

Windows 2008 R2 서버에서는 SharePoint Server 2013 RTM을 설치 한 다음 모든 팜 구성을 완료 한 다음 Visual Studio 2012 Ultimate 1을 모두 설치 한 다음 서버를 다시 시작했습니다. 또한 Visual Studio 2012 및 기타 관련 전제 조건을 위해 Microsoft SharePoint Developer 도구를 설치했습니다.

또한 http://msdn.microsoft.com/en-us/library/fp179923.aspx 완료

첫 번째 프로젝트를 시작하는 지점에 도착 했으므로 Visual Studio를 관리자로 실행하고 "SharePoint-Hosted"를 선택하고 서버를 검증하고 마침을 클릭했습니다 (5 단계 짐마자

appmanifest.xml 파일을 열 때 다음 단계를 가져 오는 대신 메시지가 표시됩니다. -

An error occurred whilst trying to load some required components, 
Please ensure the following prerequisite components are installed. 
Microsoft Web Developer Tools
Microsoft Exchange Web Services
.

VS 설치 및 웹 개발 도구 및 SharePoint Developer 도구가 확실히 설치되어 있습니다. Visual Studio의 정보는

Microsoft Visual Studio Ultimate 2012 v11.0.51106.01 Update 1
Microsoft .NET Framework v4.5.50709
SQL Server Data Tools v11.1.20627.00
Web Developer Tools  v1.0.30710.0
(*These all have 04940-004-0038003-02173 by them*)
Architecture and Modeling Tools 
LightSwitch for Visual Studio 2012 
Microsoft SharePoint Developer Tools for Visual Studio 2012 - Preview - ENU 
Microsoft Visual Studio Tools for Applications  
2012 Office Developer Tools
Team Explorer for Visual Studio 2012
Visual Basic 2012
Visual C# 2012 
Visual C++ 2012 
Visual F# 2012 
Visual Studio 2012 Code Analysis Spell Checker 
PreEmptive Analytics Visualizer v1.0
.

다른 SharePoint 프로젝트 (예 : "SharePoint 2013 - 빈 프로젝트")를 시도했으며 모두 위와 같은 동일한 오류 메시지를 알려줍니다.

또한 프로젝트를 다운로드하고 Microsoft에서 "Hello World"샘플과 같은 샘플을 엽니 다. SharePoint 용 앱의 일부가 동일한 메시지로로드되지 못하면 웹 파트로드가 부하됩니다.

도움이 크게 감사 할 것입니다. 오늘 아침에 Visual Studio와 모든 구성 요소를 다시 설치했지만 Avail은 없습니다.

도움이 되었습니까?

해결책

Got it after a few trial and errors

With an offline install you have to download the Exchange Web Services component. I had downloaded "EwsManageApi" and installed that.

As the error message specifically refers to Exchange Web services, I looked at other versions and tried the older 1.1 and the 32 bit version, but they didn't work either, ** until ** I relised in my haste that I installed using the default settings (which is for the current user) and not for all users of the machine.

So installing EwsManagedApi32 for all users on a 64 bit server does the trick.

다른 팁

I have found one solution to this issue. Install Microsoft Exchange Web Services Managed API 2.1 (the latest version I can find at this time)

Later i opened visual studio and created new project at this time it is working as expected.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top