Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build solution - The referenced component 'WorkflowActivityLibrary' could not be found. WorkflowActivityLibrary.UI #106

Closed
thiagobeier opened this issue Jan 5, 2022 · 3 comments

Comments

@thiagobeier
Copy link

checked the following https://social.technet.microsoft.com/Forums/windows/en-US/0d21ed0a-4543-45e4-b6d0-79fda6c845e7/net-35-activity-library-project-in-visual-studio-2015-missing?forum=Mimwal

downloaded all dlls, sn.exe, gacutil.exe and from mim wal github
unlblocked all dlls, .zip file with source MIMWAL-2.20.0723.0
error building the solution

Severity Code Description Project File Line Suppression State
Error CS0006 Metadata file 'C:\Users\miminstall\Downloads\MIMWAL-2.20.0723.0\src\WorkflowActivityLibrary\bin\Release\MicrosoftServices.IdentityManagement.WorkflowActivityLibrary.dll' could not be found WorkflowActivityLibrary.UI C:\Users\miminstall\Downloads\MIMWAL-2.20.0723.0\src\WorkflowActivityLibrary.UI\CSC 1 Active

Severity Code Description Project File Line Suppression State
Warning The referenced component 'WorkflowActivityLibrary' could not be found. WorkflowActivityLibrary.UI

console output

Rebuild started...
1>------ Rebuild All started: Project: WorkflowActivityLibrary.UI, Configuration: Release Any CPU ------
1>CSC : error CS0006: Metadata file 'C:\Users\miminstall\Downloads\MIMWAL-2.20.0723.0\src\WorkflowActivityLibrary\bin\Release\MicrosoftServices.IdentityManagement.WorkflowActivityLibrary.dll' could not be found
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========

@NileshGhodekar
Copy link
Contributor

Are you building the solution? It should have two projects in it. If the other project which gets built first is not loading, then you probably missed to install adding support .NET 3.5 Workflow project types in you Visual Studio installation.

@thiagobeier
Copy link
Author

for windows 11 uses with VS2022 community only following this #77 worked after a full restart of the pc (I didn't do that last night) plus had to update all pending modules/available updates within VS2022
also tried to have VS2022 on the same MIM server didn't work well (will check that later)

@NileshGhodekar
Copy link
Contributor

Closing this issue as it seems the solution was to reboot the machine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants