Has anyone ever got this error ? It happens when I try to build project. I've been looking all over for a solution for two days and the only "solutions" I found was to: Clean project, delete bin/obj files in project and rebuild.Heres a screenshot of the error I get. It is not related to any of my code. I have tried run the project on a coworker's computer and It doesn't happen on his.
The "GenerateAppxPackageRecipe" task failed unexpectedly.
System.ComponentModel.Win32Exception (0x80004005): The specified module
could not be found
at Microsoft.VisualStudio.AppxPackage.Shared.MrmSupportLibrary.Load(String
mrmSupportLibraryPath)
at
Microsoft.Build.AppxPackage.MrmSupportLibraryResourceIndexMap..ctor(String
mrmSupportLibraryPath, String projectDir, String makePriExtensionPath)
at Microsoft.Build.AppxPackage.ResourceIndexMap.Create(String
mrmSupportLibraryPath, Boolean useResourceIndexerApi, String projectDir,
String makePriExtensionPath, ITaskItem[] indexedPayloadFiles)
at
Microsoft.Build.AppxPackage.GenerateAppxPackageRecipe.ExecuteImplementation()
at Microsoft.Build.AppxPackage.AppxPackagingTaskHelper.Execute(String file)
--- End of stack trace from previous location where exception was thrown ---
at Microsoft.Build.AppxPackage.AppxPackagingTaskHelper.Execute(String file)
at Microsoft.Build.AppxPackage.GenerateAppxPackageRecipe.Execute()
at
Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft
.Build.BackEnd.ITaskExecution
Host.Execute()
at Microsoft.Build.BackEnd.TaskBuilder.
<ExecuteInstantiatedTask>d__26.MoveNext() TabletSignaturePad.UWP
User contributions licensed under CC BY-SA 3.0