This is a migrated thread and some comments may be shown as answers.

Inspector can't be loaded

2 Answers 125 Views
Extensions and Customization
This is a migrated thread and some comments may be shown as answers.
Christian
Top achievements
Rank 1
Christian asked on 01 Mar 2017, 09:55 AM

Hi,

some users have problems when Fiddler tries to load my custom inspector. The attached error is thrown at Fiddler startup.

I installed the exactly same version of Fiddler and it worked for me. So it seems to be an environment problem. I tried it also with x64, x86 and AnyCPU.

After setting the fiddler.debug.extensions.showerrors and  fiddler.debug.extensions.verbose config parameters the Log does not contains more information about the error. It only says

15:16:45:7122 Looking for Inspectors inside C:\Users\xxx\Documents\Fiddler2\Inspectors\MyInspector.dll

There are no further error details in the log file.

It would be great to get some help from you. I don't understand why the inspector works on most of the PCs but not on all.

Best regards, Christian

2 Answers, 1 is accepted

Sort by
0
Accepted
Tsviatko Yovtchev
Telerik team
answered on 06 Mar 2017, 06:26 PM
Hello,

It is hard to say why that happens with the data provided. This happens when we try to do Activator.CreateInstance on some of the types in your assembly that implements the Inspector2 interface.

Regards,
Tsviatko Yovtchev
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Christian
Top achievements
Rank 1
answered on 15 Mar 2017, 07:34 AM

Hi Tsviatko,

many thanks for your hint. The problem was an exception that has been thrown in the constructor coding of my inspector implementation. 

Unfortunately this exception is not logged anywhere.

Best regards, Christian

Tags
Extensions and Customization
Asked by
Christian
Top achievements
Rank 1
Answers by
Tsviatko Yovtchev
Telerik team
Christian
Top achievements
Rank 1
Share this question
or