i am trying to open this project in VS 2015
https://github.com/aegif/CmisSync/wiki/Getting-started-with-CmisSync-development
but i am getting this error---->
Unsupported
This version of Visual Studio is unable to open the following projects. The project types may not be installed or this version of Visual Studio may not support them.
For more information on enabling these project types or otherwise migrating your assets, please see the details in the "Migration Report" displayed after clicking OK.
- Installer, "G:\CmisSync\CmisSync\Windows\Installer\Installer.wixproj"
- InstallerBootstrapper, "G:\CmisSync\CmisSync\Windows\InstallerBootstrapper\InstallerBootstrapper.wixproj"
No changes required
These projects can be opened in Visual Studio 2015, Visual Studio 2013, Visual Studio 2012, and Visual Studio 2010 SP1 without changing them.
- CmisSync, "G:\CmisSync\CmisSync\Windows\CmisSync.csproj"
- CmisSync.Lib, "G:\CmisSync\CmisSync.Lib\CmisSync.Lib.csproj"
- TestLibrary, "G:\CmisSync\CmisSync\TestLibrary\TestLibrary.csproj"
- TestLibraryRunner, "G:\CmisSync\CmisSync\TestLibraryRunner\TestLibraryRunner.csproj"
- log4net.vs2010, "G:\CmisSync\Extras\log4net-1.2.11\src\log4net.vs2010.csproj"
- CmisSync.Console, "G:\CmisSync\CmisSync.Console\CmisSync.Console.csproj"
- CmisSync.Auth, "G:\CmisSync\CmisSync.Auth\CmisSync.Auth.csproj"
- DotCMIS, "G:\CmisSync\Extras\OpenDataSpaceDotCMIS\DotCMIS\DotCMIS.csproj"
- CmisSync, "G:\CmisSync\CmisSync\Windows\CmisSync.sln"
i referred this link -http://stackoverflow.com/questions/35357199/error-this-version-of-visual-studio-is-unable-to-open-the-following-projects
<div class="post-text" itemprop="text"> I opened Developer Command Prompt for VS2015 and write devenv /Setup(while VS is closed). But i was getting the error "the operation is not completed".</div> |