[Solved] methods that give error [closed]


I missed that this method start with get_

Here is right answer.

Just find “this HttpConfiguration” on entire solution.

You can find extension method named start with “get_”

If this solution not work.. find “this IDisposable” on entire solution.

because HttpConfiguration class is implement of IDisposable

2

solved methods that give error [closed]