-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8ed957b
commit 255cdf4
Showing
2 changed files
with
15 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,23 +4,23 @@ | |
// Austraße 33 | ||
// A-3500 Krems/Donau | ||
// Austria | ||
// | ||
// | ||
// Tel.: +43 (0)2732 85522 | ||
// Fax.: +43 (0)2732 85522 40 | ||
// E-mail: [email protected] | ||
// | ||
// | ||
// This software is furnished under a license and may be | ||
// used and copied only in accordance with the terms of | ||
// such license and with the inclusion of the above | ||
// copyright notice. This software or any other copies | ||
// thereof may not be provided or otherwise made | ||
// available to any other person. No title to and | ||
// ownership of the software is hereby transferred. | ||
// | ||
// | ||
// The information in this software is subject to change | ||
// without notice and should not be construed as a | ||
// commitment by Freiwillige Feuerwehr Krems/Donau. | ||
// | ||
// | ||
// </copyright> | ||
// -------------------------------------------------------------------------------------------------------------------- | ||
namespace At.FF.Krems.FullscreenBrowser | ||
|
@@ -78,6 +78,7 @@ public static int Main(string[] args) | |
} | ||
catch (Exception exception) | ||
{ | ||
Logger.Info("In case of `System.DllNotFoundException`, try to install `Visual C++ Redistributable for Visual Studio 2015` from https://www.microsoft.com/de-at/download/details.aspx?id=48145"); | ||
Logger.Error(exception); | ||
Logger.Debug(Bootstrapper.WhatDoIHave()); | ||
exitcode = -1; | ||
|