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

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -