My embedded resource has mysteriously vanished from the assembly, vb.net vs2010
- by SLC
I have an application that has a .sql file in it. The sql file is set to Embedded Resource. When I run the following code, I get an empty string array indicating there are no embedded resources.
However this project has been working fine previously.
Any ideas?
Dim p As String() = Assembly.GetExecutingAssembly().GetManifestResourceNames()