Skip to content
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

Errors in creating an in-process extension window #381

Open
F-Fede opened this issue May 20, 2024 · 1 comment
Open

Errors in creating an in-process extension window #381

F-Fede opened this issue May 20, 2024 · 1 comment
Assignees
Milestone

Comments

@F-Fede
Copy link

F-Fede commented May 20, 2024

Hi,

I'm trying to create an in-process extension window since I have to use a custom WPF control, as my final goal is to implement a custom visualizer that can use the aforementioned control.

Unfortunately, I had little fortune in achieving that, and I'm receiving the following error
image

I started the implementation by setting RequiresInProcessHosting = true, then, by following the errors the compiler gave me, I first added <VssdkCompatibleExtension>true</VssdkCompatibleExtension> to the project file and then a manifest file (that I copy-pasted from the samples).

I also created a minimal sample that recreates the issue on my side: any hints on why this is happening will be very useful! TestExtension_InProcess_KO.zip

The usage of the RequiresInProcessHosting property as well as other initial hints and link to the base documentation (that I've already checked) have been given to me in another issue here.

@mpeyrotc
Copy link
Member

mpeyrotc commented Jun 6, 2024

I will take a look at your sample, and I will start working on adding a new sample for in-proc visualizers. Once I have more info, I will get back to you!

@mpeyrotc mpeyrotc modified the milestones: Triage, Scheduled, Backlog Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants