Error message "Package xxx fails to load" when calling VS with the /rebuild commandline parameter #490
Unanswered
RobertvanderHulst
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have created a VS project system with language service etc for our custom language (XSharp, X#).
This works fine when VS is running in interactive mode.
Our project system is installed 'per machine" so in the folder
"c:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\IDE\Extensions"
However when I call VS with the solution name and the /rebuild commandline option and an /out command line option to log the build progress then the log file shows the error message:
"Package 'XSharp Project System' failed to load."
Does anybody know what could be causing this?
Beta Was this translation helpful? Give feedback.
All reactions