Re: Avast issues with my app
You can get a digital certificate from a reputable source and use it to sign the app.
Re: Avast issues with my app
Thank you jmcilhinney. I signed the clickonce manifest. I used a personal certificate for that. Is this nonsense? (When I look into he details it says it is valid), but should I get a Certificate elsewhere, like Comodo, for example?
Still having same issue.
Do I have to sign also the assembly with a strong name? Or has this nothing to do.
Thanks for your help
A
Re: Avast issues with my app
Other developers are having this same problem with Avast.
Some workarounds suggested on the Avast forums are:
1. Change autosandbox mode from 'auto' to 'ask'
2. Uncheck the offending reason (note that you will lose protection against that reason)
3. Turn off autosandbox (not recommended, but if it is too annoying, you might want to do that).
Here is a link to an Avast statement on this detection feature that explains what it is doing.
http://www.avast.com/pr-avast-softwa...he-clean-files
Re: Avast issues with my app
I use method 1. When you make significant changes to your app Avast will ask about it again, but that's a small price to pay for the protection you get.
Re: Avast issues with my app
Thanks Garran and Paul. But the problem is not on my own computer. The problem is on clients side, I cannot ask him to alter his security settings. And if I could, i don´t know if he does know how to do it.
On the other hand, I have been asking, and a Verizon certificate here in Spain would cost around 400 Euro a year. Thats much too expensive for the basic software I am developping.
So, I don´t know what to do.
Do you think there is a specific snippet in the code that brings Avast to open it in the sandbox, and if so, is there a way to know what piece of code it is, or is it the normal bahaviour when there is no certicate?
Many thanks for your help
Re: Avast issues with my app
Re: Avast issues with my app
Thanks Radjesh, very interesting. It helps a lot to see others have the same problem. :) I will have to tell our client to set his avast sandbox to "ask" position. Its not a nice solution, but I don´t see another way.
Thank you very much for the search, I searched myself in the avast forum, but didn´t find it.
A