After a retargeting from .NET 4.5 to 4.0 and back to 4.0 I got this error (3 times in the same file for different classes)
Probably a duplicate but I am not sure how to solve it.
Do I have to rename the class? And if yes, how?
Code:` public readonly string GeneralFormConfiguration = "~/Views/System/GeneralFormConfiguration.cshtml";
static readonly _GeneralFormConfigurationClass s_GeneralFormConfiguration = new _GeneralFormConfigurationClass();
public _GeneralFormConfigurationClass GeneralFormConfiguration { get { return s_GeneralFormConfiguration; } }`