mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 14:20:29 +01:00
Issue with launching sample code (StandAlone server) #30
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Yopt on GitHub (Jun 14, 2017).
Originally assigned to: @StefH on GitHub.
Dear WireMock team,
there is an issue with launching sample code:
Unhandled Exception: System.TypeLoadException: Could not load type 'WireMock.Settings.FluentMockServerSettings' from assembly 'WireMock.Net, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null'.
at WireMock.Net.StandAlone.StandAloneApp.Start(String[] args)
at WireMock.Net.StandAlone.Program.Main(String[] args)
@StefH commented on GitHub (Jun 14, 2017):
Thanks for reporting. I'll take a look.
@StefH commented on GitHub (Jun 14, 2017):
Upgrade WireMock.Net to:
https://www.nuget.org/packages/WireMock.Net/1.0.2.1
@Yopt commented on GitHub (Jun 15, 2017):
@StefH now it`s ok, thank you
@StefH commented on GitHub (Jun 15, 2017):
I've also uploaded a new StandAlone NuGet which does reference this fixed WireMock.Net dependency.