Question : How to add resource file in VB.NET like C#

How do you add a resource to VB.NET class library? I can't not figure this out in VB.NET I have tried everything. All I want to do is add my compiled .RES file into the class so that it can be read by another application. This is a simple STRING resource but it just doesn't work.  The last screenshot shows the error but my C# DLL work fine!!!

In C# you can specify a resource to add in the properties application.
In VB.NET this doesn't exists and I have tried everything.

Answer : How to add resource file in VB.NET like C#

Glad you figured it out!  That is definitely something I've not had to do before (and probably would not have found an answer for).

Always nice to know the "little" differences between the "equivalent" languages and/or IDEs in .Net...   =)
Random Solutions  
 
programming4us programming4us