So the title basically explains it all. Whenever I try to import a resource, Visual Studio is creating a Resources1.Designer.vb file instead of adding the new resource property to Resources.Designer.vb.
I have found a temporary solution: Open Resources1.Designer.vb, search for the property, copy/paste the property into Resources.Designer.vb, and then delete Resources1.Designer.vb.
This solution is really time consuming though. Has anyone else experienced this, or does anyone know of a real/true fix? I've searched here, google, and MSDN. MSDN has an article from VS 2010, but no true solutions were ever proposed.
So to clarify, this happens anytime through any method of importing a resource. Project, Properties, Add Existing, ... SelectedControl, Properties Pane, Image, Import Project Resource, or double-clicking on My Project, Resources.resx, then Add Existing.
Edit the vbproj (csproj) manualy in text editor - remove the number 1
<LastGenOutput>Resources1.Designer.vb</LastGenOutput>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With