2
Answers

Exception raised at wpf designer level

Good evening I have a problem with my XAML designer. I find this error:
System.ArgumentNullException
The value can not be null.
Parameter name: remoteValues
to Microsoft.Expression.DesignHost.Isolation.Remoting.LocalNotifyingEnumerable`2..ctor (IRemoteNotifyingEnumerable`1 remoteValues, Func`2 converter)
to Microsoft.Expression.DesignHost.Isolation.Remoting.LocalDesignerView.Microsoft.Expression.DesignHost.IDesignerView.get_RelatedDocumentPaths ()
to Microsoft.Expression.DesignHost.IsolatedDesignerService.IsolatedDesignerView.CreateDesignerViewInfo (CancellationToken cancelToken)
Answers (2)
0
Suthish Nair

Suthish Nair

NA 31.7k 4.6m 13y

excelSheets = excelWorkBook.Sheets("Sheet1")
excelSheets.Activate()
excelSheets.Shapes.Item(1).ControlFormat.List

Like this way you can find the different shapes (controls). Put a break point and check the values..