Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
150
xamPivotGrid looses drag drop
posted

Hi,

I have a problem with the xamPivotGrid.

I select a cube names Orders.

In visual studio I change the cube name to Orders1 and save the changes.

I then drag a the CustomerId into filter.

I get the error: The object 'Orders' was not found Parameter name: index.

I catch this exception in :myWindow.Dispatcher.UnhandledException += new DispatcherUnhandledExceptionEventHandler(Dispatcher_UnhandledException);

I close the window.

If i bring up the window again with a valid cube the drag drop is gone.

 

Screen shot:

 

How do i get the drag drop back. The only way is to close the application and reopen it again.

Regards,

Paw Kyhl Jensen

Parents
  • 12875
    posted

    Hi,

    Could you explain more about how you are changing the cube name?  You mentioned that you are doing that in visual studio.  I’m assuming that you did this thru the Server Explorer before you run your application but please give me the step by step. 

    Can you duplicate this using the Adventure Works cube?

    The rest of your steps, from where you are dragging a dimension, I assume are done at run time.

Reply Children