You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I clone CodeMaid, build it, and then attempt to run/debug the extension in Visual Studio I get the following once I try interact with CodeMaid (eg. right clicking a colution or in the toolbar clicking Extensions > CodeMaid > Options)
<entry>
<record>2727</record>
<time>2024/01/21 15:35:33.433</time>
<type>Error</type>
<source>VisualStudio</source>
<description>SetSite failed for package [CodeMaidPackage]Source: 'SteveCadwallader.CodeMaid' Description: Method not found: 'Void EnvDTE._dispBuildEvents_OnBuildBeginEventHandler..ctor(System.Object, UIntPtr)'.
System.MissingMethodException: Method not found: 'Void EnvDTE._dispBuildEvents_OnBuildBeginEventHandler..ctor(System.Object, UIntPtr)'.
 at SteveCadwallader.CodeMaid.CodeMaidPackage.<RegisterEventListenersAsync>d__37.MoveNext()
 at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[TStateMachine](TStateMachine& stateMachine)
 at SteveCadwallader.CodeMaid.CodeMaidPackage.RegisterEventListenersAsync()
 at SteveCadwallader.CodeMaid.CodeMaidPackage.<InitializeAsync>d__33.MoveNext() in C:\Users\Lloyd\source\repos\codemaid\CodeMaidShared\CodeMaidPackage.cs:line 207
--- End of stack trace from previous location where exception was thrown ---
 at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
 at Microsoft.VisualStudio.Shell.AsyncPackage.<>c__DisplayClass21_0.<<Microsoft-VisualStudio-Shell-Interop-IAsyncLoadablePackageInitialize-Initialize>b__1>d.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
 at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
 at Microsoft.VisualStudio.Services.VsTask.RethrowException(AggregateException e)
 at Microsoft.VisualStudio.Services.VsTask.InternalGetResult(Boolean ignoreUIThreadCheck)</description>
<guid>{4C82E17D-927E-42D2-8460-B473AC7DF316}</guid>
<hr>0x80131513</hr>
<errorinfo></errorinfo>
</entry>
Steps to recreate
Clone this repo
Build it
Run the extension
Current behavior
It does not allow me to debug and develop the extension
Expected behavior
I'm able to right click a solution, or navigate to Extensions > CodeMaid > Options without getting an error dialog.
The text was updated successfully, but these errors were encountered:
Environment
Description
When I clone CodeMaid, build it, and then attempt to run/debug the extension in Visual Studio I get the following once I try interact with CodeMaid (eg. right clicking a colution or in the toolbar clicking Extensions > CodeMaid > Options)
Steps to recreate
Current behavior
It does not allow me to debug and develop the extension
Expected behavior
I'm able to right click a solution, or navigate to Extensions > CodeMaid > Options without getting an error dialog.
The text was updated successfully, but these errors were encountered: