I am using C# and can't create a stream using a Resource. The file is a custom file called 'test.usr' which contains a string. The build action for it is set to None (not sure if that matters). The error is posted below. Does anyone know how I would correct this?
Error: 'Looks up a localized string similar to ..... Can't convert from string to int.'
MemoryStream certStream = new MemoryStream(Properties.Resources.test);