Application crash when subnet calculation invoked.
Looks like missing library.
I'm not sure if this is an application problem because I think System.Net.IPNetwork should be normally available in clean .NET installation but I am also pretty sure that it worked before I updated NETworkManager.
Steps to reproduce the issue:
- Open subnet calculator
- Make calculation
NETworkManager version: 2026.7.16
Windows version (like 10.0.x.x): 11 23H2
.NET version (like 6.0.x): 10.0.10
Application log
FATAL NETworkManager.App - Exception raised by: System.IO.FileNotFoundException: Could not load file or assembly 'System.Net.IPNetwork, Version=3.2.0.0, Culture=neutral, PublicKeyToken=717343cc2c25edcf'.
File name: 'System.Net.IPNetwork, Version=3.2.0.0, Culture=neutral, PublicKeyToken=717343cc2c25edcf'
at NETworkManager.ViewModels.SubnetCalculatorCalculatorViewModel.Calculate()
at NETworkManager.ViewModels.SubnetCalculatorCalculatorViewModel.Calculate()
at NETworkManager.ViewModels.SubnetCalculatorCalculatorViewModel.CalculateAction()
Application crash when subnet calculation invoked.
Looks like missing library.
I'm not sure if this is an application problem because I think
System.Net.IPNetworkshould be normally available in clean .NET installation but I am also pretty sure that it worked before I updated NETworkManager.Steps to reproduce the issue:
NETworkManager version: 2026.7.16
Windows version (like 10.0.x.x): 11 23H2
.NET version (like 6.0.x): 10.0.10
Application log
FATAL NETworkManager.App - Exception raised by: System.IO.FileNotFoundException: Could not load file or assembly 'System.Net.IPNetwork, Version=3.2.0.0, Culture=neutral, PublicKeyToken=717343cc2c25edcf'. File name: 'System.Net.IPNetwork, Version=3.2.0.0, Culture=neutral, PublicKeyToken=717343cc2c25edcf' at NETworkManager.ViewModels.SubnetCalculatorCalculatorViewModel.Calculate() at NETworkManager.ViewModels.SubnetCalculatorCalculatorViewModel.Calculate() at NETworkManager.ViewModels.SubnetCalculatorCalculatorViewModel.CalculateAction()