codingadventures / LINQBridgeVs

Dumps the content of variables during debugging in Visual Studio to LINQPad
MIT License
128 stars 21 forks source link

Windows x86 - Error during installation - v1.4.6 #49

Closed Elixir4575 closed 6 years ago

Elixir4575 commented 6 years ago

The type initializer for 'BridgeVs.Shared.Common.CommonFolderPaths' threw an exception. at BridgeVs.VsPackage.Helper.Configuration.PackageConfigurator.IsLINQPadInstalled(String vsVersion) at BridgeVs.VsPackage.Helper.Configuration.PackageConfigurator.Install(String vsVersion, String vsEdition) at BridgeVs.VsPackage.Package.BridgeVsPackage.Initialize() Value cannot be null. Parameter name: path1 at System.IO.Path.Combine(String path1, String path2) at BridgeVs.Shared.Common.CommonFolderPaths..cctor()

codingadventures commented 6 years ago

Hi, has this occured on a 32bit version of Windows? could you please share the OS info

codingadventures commented 6 years ago

I believe this was caused because there is no C:\Program Files (x86) folder which exists only on x64 version of Windows.

codingadventures commented 6 years ago

fixed in the next release