-
-
Notifications
You must be signed in to change notification settings - Fork 18
FAQ
tom-englert edited this page Feb 8, 2025
·
3 revisions
Using .NET Framework & VB.NET, you will most likely need to insert the following into your .vbproj file:
<Reference Include="mscorlib" />
<Reference Include="System" />
<Reference Include="Microsoft.VisualBasic" />
See #569