My embedded resource has mysteriously vanished from the assembly, vb.net vs2010
Posted
by SLC
on Stack Overflow
See other posts from Stack Overflow
or by SLC
Published on 2010-03-22T10:40:04Z
Indexed on
2010/03/22
10:41 UTC
Read the original article
Hit count: 414
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()
© Stack Overflow or respective owner