Brief
Contains all the errors occurred for me while working with .NET Core Web Application.
- The IDP.Generic Virus when running blazor server app.
This is false positive while blazor server app so please put in to the exception list. This will be detected by the Anti-Virus running in Windows machine.
- The 'inherits` directive must appear at the start of the line.
This happened with me because I copy pasted whole code of page or components in razor from the internet.
Solution - Simply manually write the inherits at the top of page and it will work.
This is false positive while blazor server app so please put in to the exception list. This will be detected by the Anti-Virus running in Windows machine.
This happened with me because I copy pasted whole code of page or components in razor from the internet.
Solution - Simply manually write the inherits at the top of page and it will work.
Comments
Post a Comment