Replies: 1 comment
-
Here is how you can install PAC CLI. For MacOS and Linux it might be easier to use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Whenever I would run the PAC command in PowerShell I would get this error:
[ERROR] Unhandled Exception: System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
[ERROR] at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
[ERROR] at System.Reflection.RuntimeModule.GetTypes()
[ERROR] at System.Reflection.Assembly.GetTypes()
Running the "pac install latest" did no good.
I managed to resolve the error this way:
This might be useful for people who want to develop PCF controls on MacOS
Beta Was this translation helpful? Give feedback.
All reactions