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

Add-on with external dependencies

3 Answers 132 Views
Extensions and Customization
This is a migrated thread and some comments may be shown as answers.
Wesley
Top achievements
Rank 1
Wesley asked on 28 Aug 2016, 05:03 PM

Hello all,

I was working on a addon that uses an external dependency. When launching Fiddler, it gives me the error:

Could not load file or assembly 'Microsoft.Xna.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553' or one of its dependencies. The system cannot find the file specified.

Type: System.IO.FileNotFoundException
Source: FiddlerOmega
   at Omega.AutoTamperResponseAfter(Session oSession)

[....]

 

 

I have copied the Microsoft.Xna.Framework.Dll to the scripts-folder along with the addon.

 

What am I missing here?

 

Thanks in advance!

3 Answers, 1 is accepted

Sort by
0
Tsviatko Yovtchev
Telerik team
answered on 07 Sep 2016, 05:35 PM
Hi,

Sorry about the late reply. Please, try placing the assembly in the same folder where Fiddler.exe resides.

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
codeputer
Top achievements
Rank 2
answered on 07 Sep 2016, 09:07 PM

Having the same issue, documented here: http://stackoverflow.com/questions/39199962/fiddler-load-and-save-user-preferences-extention

I have copied the System.Configuration.dll to the same directory as Fiddler.exe, but not the mscorlib.dll, as I'm sure that is in the GAC.  BTW, these exceptions don't appear in the log, and yes, verbose is high!

Any "best practise" docs about preserving parameters in Fiddler add-ins?

0
Tsviatko Yovtchev
Telerik team
answered on 16 Sep 2016, 06:46 PM
Hi,

This is not really the same issue. I did reply to your stackoverflow thread.

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
Tags
Extensions and Customization
Asked by
Wesley
Top achievements
Rank 1
Answers by
Tsviatko Yovtchev
Telerik team
codeputer
Top achievements
Rank 2
Share this question
or