c# - 'Fiddler.FiddlerApplication' does not contain a definition for 'Startup' -


i'm building asp.net application in visual studio 2013(update 4, .net framework version 4.5.1) , plugging fiddler functionality in using fiddlercore library( fiddler version 4.5.1.2 ). following build error :

'fiddler.fiddlerapplication' not contain definition 'startup'

no other errors. looking @ object browser found startup method missing there also.

what solution problem?


Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - How to Hide Date Menu from Datepicker in yii2 -