-
Notifications
You must be signed in to change notification settings - Fork 36
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
SetSite failed for package [CmdArgsPackage] #163
Comments
Hi, thanks for using the extension and writing this issue. I haven't had time to maintain this extension recently, sorry. |
I get the same error message using Microsoft Visual Studio Professional 2022, Version 17.8.7. Preview version 2.6.0.3 shows the same behavior. The problem seems to be not present in version 2.6.0. Here are the recordings in the ActivityLog.xml that come up when I use version 2.6.0.3. |
Hello, same here with VS Professional 2022 17.9.5 😢 |
Unfortunately I can't reproduce the issue, but I tried to fix it anyway. |
It still does not work with v3.0.1.
|
Its a bummer that I can't reproduce the issue and have to do fixes that should fix the problem instead of fixes that actually fix the problem... |
Im tagging this as a duplicate, please continue the conversation in issue #177. |
Hi,
I've been using the extension successfully for many weeks. Then it started failing to load (same exact codebase).
After a bit the same issue showed up on a second machine (same codebase) and a third one (idem), so it doesn't seem to be machine-specific, and either codebase-triggered or a bug in the extension.
I tried clearing some of the .vs caches and similar folders, but the problem persists.
Here are the last two entries from the ActivyLog.xml:
<entry> <record>361</record> <time>2023/11/28 08:14:42.113</time> <type>Information</type> <source>SmartCommandlineArgs</source> <description>[1] Gathering commands from configurations for project 'app.engine'.</description> </entry> <entry> <record>362</record> <time>2023/11/28 08:14:42.183</time> <type>Error</type> <source>VisualStudio</source> <description>SetSite failed for package [CmdArgsPackage]Source: 'Anonymously Hosted DynamicMethods Assembly' Description: The best overloaded method match for 'System.Collections.Generic.List<SmartCmdArgs.Logic.CmdArgumentJson>.Add(SmartCmdArgs.Logic.CmdArgumentJson)' has some invalid arguments
</description> <guid>{131B0C0A-5DD0-4680-B261-86AB5387B86E}</guid> <hr>0x80131500</hr> <errorinfo></errorinfo> </entry>
it would be great if you could look into it - happy to help with reproing.
Thanks,
Maurizio
The text was updated successfully, but these errors were encountered: