Tag: warning MSB3026:
-
C#: Class Member variable called ‘type’ causes weird compile issues caused by AVAST Antivirus.
Problem: Try and use this class in any C# project and it won’t work, it will give errors after compiling that it can’t copy the exe/dll with the following errors codes (warning MSB3026: and error MSB3027: and error MSB3021:) Renaming the ‘type’ member variable to anything else causes it to compile and run perfectly. I tested this…