Skip to content
tom-englert edited this page Feb 8, 2025 · 3 revisions

Blank VB project on .NET Framework does not compile when PropertyChanging.Fody is added

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