Getting an exception error

0
Hi forum, I was just working on the application and tried to install MongoDB connector a couple of times then the app started throwing an exception mentioned below: System.NullReferenceException: Object reference not set to an instance of an object.   at Mendix.Marketplace.MendixExtension.MarketplaceWeb.BaseWebViewControl._webView2_CoreWebView2InitializationCompleted(Object sender, CoreWebView2InitializationCompletedEventArgs e) in C:\Users\Autobuild\workspace\AppStudio5.0-Build\modeler-extensions\Marketplace\Mendix.Marketplace.MendixExtension\MarketplaceWeb\BaseWebViewControl.cs:line 63   at Microsoft.Web.WebView2.Wpf.WebView2.<>c__DisplayClass34_0.<<EnsureCoreWebView2Async>g__Init|0>d.MoveNext()--- End of stack trace from previous location ---   at Mendix.Marketplace.MendixExtension.MarketplaceWeb.BaseWebViewControl.InitializeWebViewBrowserControlAsync() in C:\Users\Autobuild\workspace\AppStudio5.0-Build\modeler-extensions\Marketplace\Mendix.Marketplace.MendixExtension\MarketplaceWeb\BaseWebViewControl.cs:line 103   at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_0(Object state)   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler) I am not finding what exactly is the problem, pls help.
asked
1 answers
0

Hi You can try these points:

• If you are using an older version of Mendix, update to the latest stable version.

• Restart Mendix Studio Pro and try again.

• If the issue persists, check App Logs for more details.

• If you can access MongoDB logs, verify if the connection is established successfully.

answered