I am facing the following problem while trying to load the RadComboBox using the RadDomainDataSource.
[Arg_NULL ReferenceException]
Arguments.
Debugging Resource strings are unavailable.Often the key and arguments provide sufficient information to diagnose the problem.
I am getting this error very frequently when I run the application from the local web server (directly from browser). some times it is loading the data properly.
If I run the application in the debug mode, I am not getting this frequently. Following are the details which are taken while debugging the application.
Object reference not set to an instance of an object.
at PerformanceManagersUI.Views.TransactionDetail.SecuritySymbolDataSource_LoadedData(Object sender, LoadedDataEventArgs e)
at Telerik.Windows.Controls.RadDomainDataSource.OnLoadedData(LoadedDataEventArgs args)
at Telerik.Windows.Controls.RadDomainDataSource.OnViewLoadedData(Object sender, LoadedDataEventArgs e)
at Telerik.Windows.Data.QueryableDomainServiceCollectionViewBase.OnLoadedData(LoadedDataEventArgs args)
at Telerik.Windows.Data.QueryableDomainServiceCollectionView`1.OnDomainServiceCollectionLoadCompleted(Object sender, LoadOperationCompletedEventArgs`1 e)
at Telerik.Windows.Controls.DomainServices.DomainServiceCollection`1.OnLoadCompleted(LoadOperationCompletedEventArgs`1 args)
at Telerik.Windows.Controls.DomainServices.DomainServiceCollection`1.OnLoadOperationCompleted(LoadOperation`1 loadOperation)
at System.ServiceModel.DomainServices.Client.DomainContext.<>c__DisplayClass13`1.<Load>b__11(LoadOperation lo)
at System.ServiceModel.DomainServices.Client.LoadOperation.<>c__DisplayClass4`1.<Create>b__0(LoadOperation`1 arg)
at System.ServiceModel.DomainServices.Client.LoadOperation`1.InvokeCompleteAction()
at System.ServiceModel.DomainServices.Client.OperationBase.Complete(Object result)
at System.ServiceModel.DomainServices.Client.LoadOperation.Complete(DomainClientResult result)
at System.ServiceModel.DomainServices.Client.DomainContext.CompleteLoad(IAsyncResult asyncResult)
at System.ServiceModel.DomainServices.Client.DomainContext.<>c__DisplayClass1b.<Load>b__17(Object )
FYI: I am using the RadComboBox in DataForm control and loading DatForm and RadComboBox with 2 different RadDomainDtaSources.
Please help
Regards,
SivaPrasad.B