Jump to content

bartek618

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by bartek618

  1. I get an exception that Assembly.GetEntryAssembly() returns null. Vi execution is set to UI. Any idea what's going on? Assembly.GetEntryAssembly() returns null. Set the Application.ResourceAssembly property or use the pack://application:,,,/assemblyname;component/
  2. Thank you for response, if I do it like this: I get an error:
  3. I know how to run .Net executable by MainWindow() constructor but I have some resources defined in App.xaml and MainWindow() doesn't run without them. How to run application starting with App() constructor? Also I need to pass some parameters into MainWindow().
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.