You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System.DllNotFoundException: Unable to load DLL 'mozglue': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
at Gecko.Xpcom.Alloc(IntPtr size)
at Gecko.nsAString..ctor() in D:\temp\339b193\Geckofx-Core\nsString.cs:line 883
at Gecko.nsAString..ctor(String value) in D:\temp\339b193\Geckofx-Core\nsString.cs:line 895
at Gecko.Xpcom.Initialize(String binDirectory) in D:\temp\339b193\Geckofx-Core\Xpcom.cs:line 324
at QSP.UI.Views.MiscInfo.AirportMapControl.EnableBrowser() in C:\Data\Programming\Projects\QSimPlanner\Source Code\src\QSP\UI\Views\MiscInfo\AirportMapControl.cs:line 227
at QSP.UI.Views.MiscInfo.AirportMapControl.set_BrowserEnabled(Boolean value) in C:\Data\Programming\Projects\QSimPlanner\Source Code\src\QSP\UI\Views\MiscInfo\AirportMapControl.cs:line 32
at QSP.UI.Presenters.MiscInfo.MiscInfoPresenter..ctor(IMiscInfoView view, AirportManager airportList, Locator1 windTableLocator, Boolean enableBrowser, Func1 origGetter, Func1 destGetter, Func1 altnGetter) in C:\Data\Programming\Projects\QSimPlanner\Source Code\src\QSP\UI\Presenters\MiscInfo\MiscInfoPresenter.cs:line 28
at QSP.UI.Forms.QspForm.InitMiscInfoMenu() in C:\Data\Programming\Projects\QSimPlanner\Source Code\src\QSP\UI\Forms\QspForm.cs:line 334
at QSP.UI.Forms.QspForm.InitControls() in C:\Data\Programming\Projects\QSimPlanner\Source Code\src\QSP\UI\Forms\QspForm.cs:line 296
at QSP.UI.Forms.QspForm.b__25_0() in C:\Data\Programming\Projects\QSimPlanner\Source Code\src\QSP\UI\Forms\QspForm.cs:line 102
at QSP.UI.Forms.QspForm.ShowSplashWhile(Action action) in C:\Data\Programming\Projects\QSimPlanner\Source Code\src\QSP\UI\Forms\QspForm.cs:line 181
at QSP.UI.Forms.QspForm.Init() in C:\Data\Programming\Projects\QSimPlanner\Source Code\src\QSP\UI\Forms\QspForm.cs:line 97
at QSP.Program.Main(String[] args) in C:\Data\Programming\Projects\QSimPlanner\Source Code\src\QSP\Program.cs:line 83
I get this message when trying to open. Any idea?
The text was updated successfully, but these errors were encountered:
System.DllNotFoundException: Unable to load DLL 'mozglue': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
at Gecko.Xpcom.Alloc(IntPtr size)
at Gecko.nsAString..ctor() in D:\temp\339b193\Geckofx-Core\nsString.cs:line 883
at Gecko.nsAString..ctor(String value) in D:\temp\339b193\Geckofx-Core\nsString.cs:line 895
at Gecko.Xpcom.Initialize(String binDirectory) in D:\temp\339b193\Geckofx-Core\Xpcom.cs:line 324
at QSP.UI.Views.MiscInfo.AirportMapControl.EnableBrowser() in C:\Data\Programming\Projects\QSimPlanner\Source Code\src\QSP\UI\Views\MiscInfo\AirportMapControl.cs:line 227
at QSP.UI.Views.MiscInfo.AirportMapControl.set_BrowserEnabled(Boolean value) in C:\Data\Programming\Projects\QSimPlanner\Source Code\src\QSP\UI\Views\MiscInfo\AirportMapControl.cs:line 32
at QSP.UI.Presenters.MiscInfo.MiscInfoPresenter..ctor(IMiscInfoView view, AirportManager airportList, Locator
1 windTableLocator, Boolean enableBrowser, Func
1 origGetter, Func1 destGetter, Func
1 altnGetter) in C:\Data\Programming\Projects\QSimPlanner\Source Code\src\QSP\UI\Presenters\MiscInfo\MiscInfoPresenter.cs:line 28at QSP.UI.Forms.QspForm.InitMiscInfoMenu() in C:\Data\Programming\Projects\QSimPlanner\Source Code\src\QSP\UI\Forms\QspForm.cs:line 334
at QSP.UI.Forms.QspForm.InitControls() in C:\Data\Programming\Projects\QSimPlanner\Source Code\src\QSP\UI\Forms\QspForm.cs:line 296
at QSP.UI.Forms.QspForm.b__25_0() in C:\Data\Programming\Projects\QSimPlanner\Source Code\src\QSP\UI\Forms\QspForm.cs:line 102
at QSP.UI.Forms.QspForm.ShowSplashWhile(Action action) in C:\Data\Programming\Projects\QSimPlanner\Source Code\src\QSP\UI\Forms\QspForm.cs:line 181
at QSP.UI.Forms.QspForm.Init() in C:\Data\Programming\Projects\QSimPlanner\Source Code\src\QSP\UI\Forms\QspForm.cs:line 97
at QSP.Program.Main(String[] args) in C:\Data\Programming\Projects\QSimPlanner\Source Code\src\QSP\Program.cs:line 83
I get this message when trying to open. Any idea?
The text was updated successfully, but these errors were encountered: