I am currently developing an application with Mono, recently upgraded to Xamarin Studio 4.0.8, and I am having problems with which design elements are not added to the solution.
I tried to manually edit the .cs constructor, and later I deleted it, hoping that the program will regenerate it again, with a change in layout.
I tried:
And it still does not recover properly, Xamarin creates Resource.designer.cs, but it is empty, and when compiling it returns this:
Error CS0103: The name 'Resource' doesn't exist in the current context (CS0103)
Help me please...
android c # mono xamarin monodevelop
webnator
source share