IOException未处理的启动画面

时间:2015-10-25 06:25:18

标签: c#

启动画面后显示此错误。

problem problem

2 个答案:

答案 0 :(得分:0)

  1. Build Action面板中的Properties设置为Resource
  2. 清理项目(捕获新的构建操作很重要)
  3. 修正以下行:
  4. SplashScreen splash = new SplashScreen("splashscreen.jpg");

    SplashScreen splash = new SplashScreen("media/splashscreen.jpg");

答案 1 :(得分:0)

确保将映像构建操作设置为嵌入资源,然后将资源标识符传递给初始屏幕构造函数。这是应用程序的默认命名空间以及资源的路径。例如。 “MyNamespace.Media.Splashscreen.jpg”