Skip to content

Instantly share code, notes, and snippets.

@screamish
Created October 23, 2014 04:35
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save screamish/ccc46cb849cc4497ea8e to your computer and use it in GitHub Desktop.
Save screamish/ccc46cb849cc4497ea8e to your computer and use it in GitHub Desktop.
Refit 2.0 runtime error
System.ArgumentNullExceptionValue cannot be null.
Parameter name: type
at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
at System.Activator.CreateInstance(Type type, Object[] args)
at Refit.RestService.For(HttpClient client) in y:\code\paulcbetts\refit\Refit\RestService.cs: line 24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment