Inaccessible, Internal, Resource Files?
For the Mac / visual studio 2017 guys , Open .Designer file and make your classes public :
Folder:
Change internal to public and save:
Update: It may Default back to internal. everytime you make changes which you want to make this change listed here
Right click on Resource file (
resource.resx
) => Properties.Custom Tool => Change to
PublicResXFileCodeGenerator
Yep... didn't see this. Open up the resource file in design mode and change the access modifier (at least, on VS 2013):