-
Notifications
You must be signed in to change notification settings - Fork 43
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
BuildVision fails when VS loads a solution #97
Comments
I'm experiencing the same error with VS 2019 Preview (16.7.0 Preview 4) and BuildVision 3.0.1.13:
|
Hi @thoemmi , that is pretty weird. I am currently not able to reproduce this issue. Could you add a screenshot of your BuildVision Installdir? You should find it depending on your Visual Studio version in the Local AppData folder. For me the path is
If you have installed just a single verison of Visual just head to
Navigate to the folder for your current visual studio version and then to extensions. In this folder you have multiple installed extensions and the name is chosen randomly so you will have to check each. I will add an option to BuildVision to go there directly in the next version but for now this is probably the easiest way. For me it looks like this: Thanks a lot 👍 |
@StefanKert , here's a screenshot of BuildVision's installdir, including the version columns: The strange is that it only happens when I open certain solutions. I just haven't recognized any pattern yet. |
Because of GitHub Extension or so. |
@OzBob you also install github extension or other extension? |
I can confirm that GitHub's version of Serilog.dll ist out-dated. I've run following command in both the user and the application extensions path: gci serilog.* -Recurse | % { [pscustomobject]@{ Name=(Resolve-Path $_ -Relative); Version=[System.Diagnostics.FileVersionInfo]::GetVersionInfo($_).FileVersion }} In the user extensions folder Serilog is only used by BuildVision:
However, in the application extension folder serilog is found in the subfolders of both GitHub and Xamarin:
|
Hi folks! Thanks for the detailed analysis of this issue :). This really saved me some time. I just created a .vsix package with a downgraded Serilog version. I am currently not able to reproduce it, so if somebody that is facing this issue could check it I´d greatly appreciate it :). |
I can confirm that the exception is gone for me with that 3.0.2 preview (on VS2019) 👍 |
I can confirm that the exception is gone for me with that 3.0.2 preview (MS Visual Studio 2017). |
I have not experienced the issue w/ 3.0.2 in VS2019 Preview anymore, too. 👍 |
Installed that 3.0.2 preview, so far no more errors |
Thanks for testing folks! I´ll try to bring in another fix (#103) and release 3.0.2 by the end of this week. |
@EugeneSasin can you try installing and testing on VS2022 |
#112 |
I just re-installed this extension after a few years. I now am getting this same issue. I am using v3.1.0.7 on VS2022 v17.4.4. I do have an extension gallery set up for BuildVision, but there appears to not be anything newer yet. Is this being worked on? Please let me know if I can get you more details. |
Same. Just installed it after several years and getting this error. I am on BuildVision v3.1.0.7 and VS 2022 Enterprise 17.8.1. Here's the error that is logged after trying to load the extension:
|
Hi folks, so I believe that this is fixed in the upcoming 4.0.0 release. You can grab the latest release from the VSIXGallery https://github.com/stefankert/buildvision?tab=readme-ov-file#setup-visual-studio-for-preview-channel. I will close this issue since it is right now hard to keep trackof the different "vs 2022 not working" issues, so if there are still issues with the vsix please create another issue. Thank you very much |
Can confirm v4 fixes the problem |
I'm running a fresh install of VS 2019 Professional version 16.5.4.
BuildVision 3.0.0.104 is installed.
On loading a solution while VS starts, I get a popup "The 'BuildVisionPackage' package did not correctly. The problem may have been caused by a configuration change or the installation of another extension. You can get more information by examining the file \ActivityLog.xml. Restarting Visual Studio could help to resolve this issue. Continue to show this error message?"
Restarting VS or Windows didn't help, the error reoccurred. The solution is on .NET Framework 4.6.1.
The log contains the following error:
The text was updated successfully, but these errors were encountered: