I have tried creating an ASP.net web application with the following settings.
which creates a completely blank solution (I’m guessing this isn’t intended).
Then clicking on either Project of Debug menus causes the following errors.
Object reference not set to an instance of an object.
at RemObjects.Fire.App.SolutionDocumentWindowController.<get_NamespacesManagerCommand>b__1(Object param)
at RemObjects.Fire.BaseLibrary.RelayCommand.CanExecute(Object parameter)
at MS.Internal.Commands.CommandHelpers.CanExecuteCommandSource(ICommandSource commandSource)
at System.Windows.Controls.MenuItem.UpdateCanExecute()
at System.Windows.WeakEventManager.ListenerList.DeliverEvent(Listener& listener, Object sender, EventArgs args, Type managerType)
at System.Windows.WeakEventManager.ListenerList.DeliverEvent(Object sender, EventArgs args, Type managerType)
at System.Windows.WeakEventManager.DeliverEvent(Object sender, EventArgs args)
at System.Windows.Input.CommandManager.RaiseRequerySuggested(Object obj)
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)
Note that this error is on a VM with version10.0.0.2417 but occurs equally on other setups that I have tried.