This is a migrated thread and some comments may be shown as answers.

Problem in EndInit (Object reference not set to an instance of an object)

1 Answer 232 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Technik
Top achievements
Rank 1
Technik asked on 22 May 2008, 08:30 AM
Hi,

the following line in the InitializeComponentMethod causes a problem

       
CType(Me.DockingManager.System.ComponentModel.ISupportInitialize).EndInit() 

StackTrace :
 Object reference not set to an instance of an object
Telerik.WinControls.Docking.DockingManager.LoadFromXmlCore(XmlDockingManager xmlManager) 
Telerik.WinControls.Docking.DockingManager.SetTreeXml(String xmlContent) 
Telerik.WinControls.Docking.DockingManager.System.ComponentModel.ISupportInitialize.EndInit() 

This does not happen on all machines.

What can I try to debug / get closer to the problem?

I use version 6.0.2.0 of the RadControls, .Net Framework 2.0 , VS 2005, Windows Server 2008

1 Answer, 1 is accepted

Sort by
0
Julian Benkov
Telerik team
answered on 22 May 2008, 12:14 PM
Hello Falk Wegener,

Thank you for writing.

We were not able to reproduce the issue locally. Please deselect throwing of exceptions in Visual Studio. You can do that by clicking the Exceptions menu item from the Debug menu.

If you continue to get this exception, please send us a simple project which reproduces the issue you've described.

I'm looking forward to your response.

Greetings,
Julian Benkov
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Dock
Asked by
Technik
Top achievements
Rank 1
Answers by
Julian Benkov
Telerik team
Share this question
or