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

Update webbrowser sample #173

Merged
merged 4 commits into from
Jan 27, 2021
Merged

Conversation

RussKie
Copy link
Member

@RussKie RussKie commented Jan 18, 2021

@RussKie
Copy link
Member Author

RussKie commented Jan 18, 2021

May I please get guidance on how to fix the build failure?

@adegeo
Copy link
Contributor

adegeo commented Jan 18, 2021

@RussKie These samples were written before we had compile testing. Now that we do, we just need a project file in the same folder as the code so that the code will be compiled.

@RussKie
Copy link
Member Author

RussKie commented Jan 18, 2021

Thanks, I added project files, but the NuGet config seems busted.

@adegeo adegeo closed this Jan 25, 2021
@adegeo adegeo reopened this Jan 25, 2021
@adegeo
Copy link
Contributor

adegeo commented Jan 25, 2021

@RussKie our testing system was installing a preview build of .net 5 and that caused the nuget restores to fail because they couldn't find preview packages on nuget. We fixed this last week. I closed/opened your PR and the build is passing.

We just need @KlausLoeffelmann to hit up the VB code and we can merge!

…-way-com-between-dhtml-and-client.md

Co-authored-by: Andy De George <67293991+adegeo@users.noreply.github.com>
Copy link
Member

@KlausLoeffelmann KlausLoeffelmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"window.external" evaluation in WebBrowser control gives error "Unexpected call to method or property access."
4 participants