Code Below got a NullReferenceException
what should I do?
Code:Private bmpSplash As New _ Bitmap(Assembly.GetExecutingAssembly.GetManifestResourceStream((Assembly.GetExecutingAssembly.GetName().Name + ".splash.jpg")))
Printable View
Code Below got a NullReferenceException
what should I do?
Code:Private bmpSplash As New _ Bitmap(Assembly.GetExecutingAssembly.GetManifestResourceStream((Assembly.GetExecutingAssembly.GetName().Name + ".splash.jpg")))