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

Fix adding project references order #3384

Conversation

vasily-kirichenko
Copy link
Contributor

This partially fixes #3033

@vasily-kirichenko
Copy link
Contributor Author

OK, it raises the following assertions while loading VFT solution, closing it.


Assertion Failed: Abort=Quit, Retry=Debug, Ignore=Continue

Could not retrive referenced project guidproject file

at Microsoft.VisualStudio.FSharp.ProjectSystem.ProjectReferenceNode..ctor(ProjectNode root, ProjectElement element)

at Microsoft.VisualStudio.FSharp.ProjectSystem.FSharpProjectReferenceNode..ctor(ProjectNode root, ProjectElement element)

at Microsoft.VisualStudio.FSharp.ProjectSystem.FSharpReferenceContainerNode.CreateProjectReferenceNode(ProjectElement element)

at Microsoft.VisualStudio.FSharp.ProjectSystem.ReferenceContainerNode.CreateReferenceNode(String referenceType, ProjectElement element, BuildResult buildResult)

at Microsoft.VisualStudio.FSharp.ProjectSystem.ReferenceContainerNode.LoadReferencesFromBuildProject(Project buildProject)

at Microsoft.VisualStudio.FSharp.ProjectSystem.ProjectNode.ProcessReferences()

at Microsoft.VisualStudio.FSharp.ProjectSystem.ProjectNode.Reload()

at Microsoft.VisualStudio.FSharp.ProjectSystem.FSharpProjectNode.Reload()

at Microsoft.VisualStudio.FSharp.ProjectSystem.ProjectNode.......

--------------------------- Abort Retry Ignore ---------------------------

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

Successfully merging this pull request may close these issues.

Inline Rename and Find all References fail across projects
2 participants