G
G. Dean Blake
FileReader = New
StreamReader(System.Reflection.Assembly.GetEntryAssembly.GetManifestResource
Stream(ResourceName))
Works just fine in a Windows Application - it reads the resource file I have
in my project.
But the same thing won't work in a console application. it gets a
system.ArgumentNullExcepton.
Why? How can I read a resource in a console application?
Thanks,
G
StreamReader(System.Reflection.Assembly.GetEntryAssembly.GetManifestResource
Stream(ResourceName))
Works just fine in a Windows Application - it reads the resource file I have
in my project.
But the same thing won't work in a console application. it gets a
system.ArgumentNullExcepton.
Why? How can I read a resource in a console application?
Thanks,
G