How to create the DLL for Scripts in Fiddler2 or Fiddler Classic?

0 Answers 369 Views
Fiddler Classic
Ryan
Top achievements
Rank 1
Iron
Ryan asked on 28 Aug 2021, 11:52 PM
So I have a C# that follows this tutorial + my own code in Class1.cs. Fiddler Extension... When doing So, I create it, build my project. It gives me .exe and all of the other goodies but, does not give me the .dll I need to import it into scripts folder. These are the files I get when my project is built:... So What am I doing wrong here?
Nick Iliev
Telerik team
commented on 31 Aug 2021, 08:58 AM

 Are you creating a C# class library project in VS? The DLL should be outputted on a successful build in the bin folder with the project name.

No answers yet. Maybe you can help?

Tags
Fiddler Classic
Asked by
Ryan
Top achievements
Rank 1
Iron
Share this question
or