commsvr-com / SHFB.HelpAssistant

Sandcastle Help File Builder HelpAssistant
https://commsvr-com.github.io/SHFB.HelpAssistant/
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Fix run time errors #6

Open mpostol opened 4 years ago

mpostol commented 4 years ago

Describe the bug

The application doesn't run.

Exception

System.Windows.Markup.XamlParseException
  HResult=0x80131501
  Message=Cannot convert string '/HelpAssistantGui;component/Resources/HAicon.png' in attribute 'Icon' to object of type 'System.Windows.Media.ImageSource'. Could not load file or assembly 'HelpAssistantGui, Culture=neutral' or one of its dependencies. The system cannot find the file specified.  Error at object 'HelpAssistantGui.HelpAssistantWindow' in markup file 'CAS.MAML.HelpAssistant.Guii;component/windowhelpassistantgui.xaml' Line 21 Position 134.
  Source=<Cannot evaluate the exception source>
  StackTrace:
<Cannot evaluate the exception stack trace>

Inner Exception 1:
FileNotFoundException: Could not load file or assembly 'HelpAssistantGui, Culture=neutral' or one of its dependencies. The system cannot find the file specified.

Capture