Will this work for a Visual Basic .NET application, and if so, how? #1896
Unanswered
verySpicyHeatWave
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm in the process of upgrading a legacy .Net Framework application to .NET 8, which means that the ClickOnce methods we used are deprecated and no longer supported. Squirrel is a perfect solution, and yet I can't seem to use the library in my code at all. I installed the library with NuGet, which was successful. I then put the following at the top:
Imports SquirrelAnd the import shows up as essentially not found by Visual Studio. Is there something I'm missing? Unfortunately, every example I find out there for Squirrel is written in C#, and VB.Net has always been somewhat underserved in the .net world.
And if Squirrel isn't the right tool for me, does anyone have any other recommendations that will work for VB.Net?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions