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

Error when I build Sample AppDemo

4 Answers 70 Views
Extensions and Customization
This is a migrated thread and some comments may be shown as answers.
Clément
Top achievements
Rank 1
Clément asked on 05 Sep 2014, 09:38 PM
Hello,
I would like to test the new version of FiddlerCore but when I want to build the new Sample AppDemo, I obtain some errors :

Le composant référencé 'Ionic.Zip.Reduced' est introuvable.

Le fichier de configuration de l'application "app.config" n'est pas valide. Impossible de trouver le fichier 'C:\Users\Desktop\FiddlerCoreAPI\SampleApp\app.config'.

Can you help me to fix this problems ? I have another question, what are the news with this new version ?
Thanks a lot.

4 Answers, 1 is accepted

Sort by
0
Clément
Top achievements
Rank 1
answered on 09 Sep 2014, 07:08 PM
Hello,
Nobody can help me ?
Thanks.
0
Eric Lawrence
Telerik team
answered on 10 Sep 2014, 12:41 PM
To build the sample application, you should read the program.cs code for instructions.

The missing reference to Ionic.Zip.Reduced would occur if you're including the SAZDotNetZip.cs file; for that to work, you must include DotNetZip (e.g. http://dotnetzip.codeplex.com/).

No one can tell you why your "app.config" file doesn't work without seeing its contents.

Regards,
Eric Lawrence
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Clément
Top achievements
Rank 1
answered on 14 Sep 2014, 05:57 PM
Thanks for your response, I successfully compiled the program, but it's a
console version and when I visit an HTTPS web site, I need to add a
certificate. I don't understand why now the Demo project is very
complicated than API version 2. I used my old project to test this new
version, but when I compile the program (with API version 2 code's) I obtain an error, but no description. Can you see the project ? Thanks.
https://dl.dropboxusercontent.com/u/79764502/FiddlerCoreVB.zip
0
Eric Lawrence
Telerik team
answered on 15 Sep 2014, 09:23 PM
Hello,

If by "need to add a certificate" you mean that your browser says that the site's certificate is not trusted, that occurs when you haven't configured FiddlerCore to trust the root certificate (or if you're using Firefox, which does not use the system's trusted certificate store).

e.g.

  Fiddler.CertMaker.createRootCert();
  Fiddler.CertMaker.trustRootCert()


The current demo project is bigger than the old demo simply to show off more features of the library. It is straightforward to read.

Regards,
Eric Lawrence
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Extensions and Customization
Asked by
Clément
Top achievements
Rank 1
Answers by
Clément
Top achievements
Rank 1
Eric Lawrence
Telerik team
Share this question
or