From 27bae95eaabb1ac4e2491435c8ce437ac1961332 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9D=D0=B8=D0=BA=D0=B8=D1=82=D0=B0=20=D0=9F=D0=BE=D1=82?= =?UTF-8?q?=D0=B0=D0=BF=D0=BE=D0=B2?= Date: Sun, 15 Dec 2024 02:09:41 +0400 Subject: [PATCH] =?UTF-8?q?=D0=A0=D0=B0=D0=B1=D0=BE=D1=82=D0=B0=D1=8E?= =?UTF-8?q?=D1=82=20=D0=BF=D0=BB=D0=B0=D0=B3=D0=B8=D0=BD=D1=8B,=20=D0=BD?= =?UTF-8?q?=D1=83=D0=B6=D0=BD=D0=BE=20=D1=80=D0=B0=D0=B7=D0=BE=D0=B1=D1=80?= =?UTF-8?q?=D0=B0=D1=82=D1=8C=D1=81=D1=8F=20=D1=81=20=D0=B4=D0=BE=D0=BA?= =?UTF-8?q?=D1=83=D0=BC=D0=B5=D0=BD=D1=82=D0=B0=D0=BC=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- InternetShop/PluginApp/FormMain.cs | 4 ++-- InternetShop/PluginApp/PluginApp.csproj | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/InternetShop/PluginApp/FormMain.cs b/InternetShop/PluginApp/FormMain.cs index 24c853f..6f8d662 100644 --- a/InternetShop/PluginApp/FormMain.cs +++ b/InternetShop/PluginApp/FormMain.cs @@ -43,9 +43,9 @@ namespace PluginApp } } } - catch + catch (Exception ex) { - MessageBox.Show("Неудалось загрузить плагины", "Ошибка", MessageBoxButtons.OK, MessageBoxIcon.Error); + // MessageBox.Show("Неудалось загрузить плагины:\n" + ex.Message, "Ошибка", MessageBoxButtons.OK, MessageBoxIcon.Error); } } return plugins; diff --git a/InternetShop/PluginApp/PluginApp.csproj b/InternetShop/PluginApp/PluginApp.csproj index 509a7d6..7063cc7 100644 --- a/InternetShop/PluginApp/PluginApp.csproj +++ b/InternetShop/PluginApp/PluginApp.csproj @@ -9,6 +9,12 @@ + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + all