L
lehtoj
Guest
Hello all.
I am trying to build MIMWAL. Microsoft/MIMWAL
Following their build guide, I've installed Visual Studio 2015. Downloaded and put the necessary files in their place, replaced the snk file.
When it comes time to build the solution, I get following error.
1>------ Rebuild All started: Project: WorkflowActivityLibrary, Configuration: Release Any CPU ------
1>C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Workflow.targets(121,5): error : Compilation failed. Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
2>------ Rebuild All started: Project: WorkflowActivityLibrary.UI, Configuration: Release Any CPU ------
2>CSC : error CS0006: Metadata file 'C:\MIMWAL-2.18.0318.0\src\WorkflowActivityLibrary\bin\Release\MicrosoftServices.IdentityManagement.WorkflowActivityLibrary.dll' could not be found
========== Rebuild All: 0 succeeded, 2 failed, 0 skipped ==========
As you can see, VS attempts to use .NET 4.0 to build the solution, when it should be using 3.5.
By going to File --> New --> Project --> Select .NET Framework 3.5, I can see that there is no Activity Library available. By selecting .NET 4.0 or newer, there is Activity Library.
I've reinstalled Visual Studio 2015, and even selected most components to install. I've also ensured that .NET 3.5 is installed in Control Panel --> Programs and Features --> Turn Windows features on or off. I am using Windows 10.
What do I need to do in order to get the missing project type and successfully build the solution
Continue reading...
I am trying to build MIMWAL. Microsoft/MIMWAL
Following their build guide, I've installed Visual Studio 2015. Downloaded and put the necessary files in their place, replaced the snk file.
When it comes time to build the solution, I get following error.
1>------ Rebuild All started: Project: WorkflowActivityLibrary, Configuration: Release Any CPU ------
1>C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Workflow.targets(121,5): error : Compilation failed. Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
2>------ Rebuild All started: Project: WorkflowActivityLibrary.UI, Configuration: Release Any CPU ------
2>CSC : error CS0006: Metadata file 'C:\MIMWAL-2.18.0318.0\src\WorkflowActivityLibrary\bin\Release\MicrosoftServices.IdentityManagement.WorkflowActivityLibrary.dll' could not be found
========== Rebuild All: 0 succeeded, 2 failed, 0 skipped ==========
As you can see, VS attempts to use .NET 4.0 to build the solution, when it should be using 3.5.
By going to File --> New --> Project --> Select .NET Framework 3.5, I can see that there is no Activity Library available. By selecting .NET 4.0 or newer, there is Activity Library.
I've reinstalled Visual Studio 2015, and even selected most components to install. I've also ensured that .NET 3.5 is installed in Control Panel --> Programs and Features --> Turn Windows features on or off. I am using Windows 10.
What do I need to do in order to get the missing project type and successfully build the solution
Continue reading...