MBulli / SmartCommandlineArgs

A Visual Studio Extension which aims to provide a better UI to manage your command line arguments
GNU General Public License v2.0
98 stars 35 forks source link

could not load correctly #176

Closed kidc2458 closed 5 months ago

kidc2458 commented 5 months ago

hello. We are very pleased with the release of version 3.0. I shared the release of the new version with my colleagues, and some of them reported that the extension did not run after installation on their PCs.

Exception details:
System.IO.FileNotFoundException: 지정된 파일을 찾을 수 없습니다. (Exception from HRESULT: 0x80070002)
   at Microsoft.VisualStudio.Shell.Interop.IVsShell5.LoadPackageWithContext(Guid& packageGuid, Int32 reason, Guid& context)
   at Microsoft.VisualStudio.Platform.WindowManagement.WindowFrame.GetPackage()
   at Microsoft.VisualStudio.Platform.WindowManagement.WindowFrame.ConstructContent()

Perhaps some required package isn't installed on my coworker's PC, but I can't figure out what it is. It is said to run normally when version 2.6 is installed. Perhaps the necessary packages were added in 3.0.

Irame commented 5 months ago

Hi, could you please try v3.0.2 and see if the issue persists on your colleagues machines?

kidc2458 commented 5 months ago

@Irame thank you I forwarded the new version to a colleague and received a response that it ran well.