My C# program is detected as a virus?

Solution 1:

Have you provided an AssemblyInfo.cs with at least the "name, author and description" field (not the default values)? I had a similar issue about 1 year ago and this solved the problem for me.

Solution 2:

Please change the "Guid" in AssemblyInfo.cs a little, then try again.

That worked for me.